diff --git a/master/extensions/api/classes/Main.Ipc/index.html b/master/extensions/api/classes/Main.Ipc/index.html index 273db84652..64780523a8 100644 --- a/master/extensions/api/classes/Main.Ipc/index.html +++ b/master/extensions/api/classes/Main.Ipc/index.html @@ -904,7 +904,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@44948

+

IpcRegistrar.__@IpcPrefix@45455


extension#

Protected extension: LensExtension

diff --git a/master/extensions/api/classes/Main.LensExtension/index.html b/master/extensions/api/classes/Main.LensExtension/index.html index e8d26d155b..bd7178e9b5 100644 --- a/master/extensions/api/classes/Main.LensExtension/index.html +++ b/master/extensions/api/classes/Main.LensExtension/index.html @@ -1023,7 +1023,7 @@

[Disposers]#

[Disposers]: ExtendableDisposer

Inherited from#

-

LensExtension.__@Disposers@21989

+

LensExtension.__@Disposers@22034


appMenus#

appMenus: MenuRegistration[] = []

diff --git a/master/extensions/api/classes/Renderer.Component.CommandOverlay/index.html b/master/extensions/api/classes/Renderer.Component.CommandOverlay/index.html index 272b1f2a2c..44db2ffd13 100644 --- a/master/extensions/api/classes/Renderer.Component.CommandOverlay/index.html +++ b/master/extensions/api/classes/Renderer.Component.CommandOverlay/index.html @@ -841,22 +841,22 @@

new CommandOverlay()

Accessors#

component#

-

Static get component(): ReactElement<any, string | JSXElementConstructor<any>>

+

get component(): ReactElement<any, string | JSXElementConstructor<any>>

Returns#

ReactElement<any, string | JSXElementConstructor<any>>


isOpen#

-

Static get isOpen(): boolean

+

get isOpen(): boolean

Returns#

boolean

Methods#

close#

-

Static close(): void

+

close(): void

Returns#

void


open#

-

Static open(component): void

+

open(component): void

Parameters#

diff --git a/master/extensions/api/classes/Renderer.Component.Input/index.html b/master/extensions/api/classes/Renderer.Component.Input/index.html index 04286dd932..a682feaa87 100644 --- a/master/extensions/api/classes/Renderer.Component.Input/index.html +++ b/master/extensions/api/classes/Renderer.Component.Input/index.html @@ -1505,12 +1505,10 @@ prevents this from being invoked.

React.Component.componentWillReceiveProps


componentWillUnmount#

-

Optional componentWillUnmount(): void

-

Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as -cancelled network requests, or cleaning up any DOM elements created in componentDidMount.

+

componentWillUnmount(): void

Returns#

void

-

Inherited from#

+

Overrides#

React.Component.componentWillUnmount


componentWillUpdate#

@@ -1547,7 +1545,7 @@ prevents this from being invoked.

Returns#

void

-

Inherited from#

+

Inherited from#

React.Component.componentWillUpdate


focus#

@@ -1574,7 +1572,7 @@ prevents this from being invoked.

Returns#

void

-

Inherited from#

+

Inherited from#

React.Component.forceUpdate


getSnapshotBeforeUpdate#

@@ -1605,7 +1603,7 @@ lifecycle events from running.

Returns#

any

-

Inherited from#

+

Inherited from#

React.Component.getSnapshotBeforeUpdate


getValue#

@@ -1697,7 +1695,7 @@ lifecycle events from running.

render(): Element

Returns#

Element

-

Overrides#

+

Overrides#

React.Component.render


select#

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

Returns#

void

-

Inherited from#

+

Inherited from#

React.Component.setState


setValidation#

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

Returns#

boolean

-

Inherited from#

+

Inherited from#

React.Component.shouldComponentUpdate


validate#

diff --git a/master/extensions/api/classes/Renderer.Ipc/index.html b/master/extensions/api/classes/Renderer.Ipc/index.html index 2c0b98cedf..418f585ce4 100644 --- a/master/extensions/api/classes/Renderer.Ipc/index.html +++ b/master/extensions/api/classes/Renderer.Ipc/index.html @@ -904,7 +904,7 @@

[IpcPrefix]#

Readonly [IpcPrefix]: string

Inherited from#

-

IpcRegistrar.__@IpcPrefix@44948

+

IpcRegistrar.__@IpcPrefix@45455


extension#

Protected extension: LensExtension

diff --git a/master/extensions/api/classes/Renderer.LensExtension/index.html b/master/extensions/api/classes/Renderer.LensExtension/index.html index 7f3a1570a7..64eee496d8 100644 --- a/master/extensions/api/classes/Renderer.LensExtension/index.html +++ b/master/extensions/api/classes/Renderer.LensExtension/index.html @@ -1135,7 +1135,7 @@

[Disposers]#

[Disposers]: ExtendableDisposer

Inherited from#

-

LensExtension.__@Disposers@21989

+

LensExtension.__@Disposers@22034


appPreferences#

appPreferences: AppPreferenceRegistration[] = []

diff --git a/master/search/search_index.json b/master/search/search_index.json index ad02f9d743..7d49e8d970 100644 --- a/master/search/search_index.json +++ b/master/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Lens Extension API # Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started. What Extensions Can 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 For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API. How to Build Extensions # Here is what each section of the Lens Extension API docs can help you with: Getting 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. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics. What's New # Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes . Important changes since Lens v4 # Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5. Looking for Help # If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension . Downloading Lens # Download Lens for macOS, Windows, or Linux.","title":"Overview"},{"location":"#lens-extension-api","text":"Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started.","title":"Lens Extension API"},{"location":"#what-extensions-can-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 For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API.","title":"What Extensions Can Do"},{"location":"#how-to-build-extensions","text":"Here is what each section of the Lens Extension API docs can help you with: Getting 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. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.","title":"How to Build Extensions"},{"location":"#whats-new","text":"Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes .","title":"What's New"},{"location":"#important-changes-since-lens-v4","text":"Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5.","title":"Important changes since Lens v4"},{"location":"#looking-for-help","text":"If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension .","title":"Looking for Help"},{"location":"#downloading-lens","text":"Download Lens for macOS, Windows, or Linux.","title":"Downloading Lens"},{"location":"extensions/extension-migration/","text":"Lens v4 to v5 Extension Migration Notes # Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/extension-migration/#lens-v4-to-v5-extension-migration-notes","text":"Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/api/","text":"Extension API Reference # APIs # Common Main Renderer","title":"API Reference"},{"location":"extensions/api/#extension-api-reference","text":"","title":"Extension API Reference"},{"location":"extensions/api/#apis","text":"Common Main Renderer","title":"APIs"},{"location":"extensions/api/modules/","text":"@k8slens/extensions # Table of contents # Namespaces # Common Main Renderer","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/#namespaces","text":"Common Main Renderer","title":"Namespaces"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/","text":"Class: CatalogCategory # Common . Catalog .CatalogCategory Hierarchy # TypedEventEmitter < CatalogCategoryEvents , this > \u21b3 CatalogCategory Table of contents # Constructors # constructor Properties # apiVersion filters kind metadata spec Methods # addListener addMenuFilter emit eventNames filteredItems getId getMaxListeners listenerCount listeners off on once prependListener prependOnceListener rawListeners removeAllListeners removeListener setMaxListeners parseId Constructors # constructor # \u2022 new CatalogCategory () Inherited from # (EventEmitter as new () => TypedEmitter).constructor Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string filters # \u2022 Protected filters : ObservableSet < AddMenuFilter > kind # \u2022 Readonly Abstract kind : string metadata # \u2022 Abstract metadata : Object Type declaration # Name Type icon string name string spec # \u2022 Abstract spec : CatalogCategorySpec Methods # addListener # \u25b8 addListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).addListener addMenuFilter # \u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu Parameters # Name Type Description fn AddMenuFilter The function that should return a truthy value if that menu item should be displayed Returns # Disposer A function to remove that filter emit # \u25b8 emit < E >( event , ... args ): boolean Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E ...args Arguments < CatalogCategoryEvents [ E ]> Returns # boolean Inherited from # (EventEmitter as new () => TypedEmitter).emit eventNames # \u25b8 eventNames (): ( string | symbol )[] Returns # ( string | symbol )[] Inherited from # (EventEmitter as new () => TypedEmitter).eventNames filteredItems # \u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters Parameters # Name Type Description menuItems CatalogEntityAddMenu [] menu items to filter Returns # CatalogEntityAddMenu [] filtered menu items getId # \u25b8 getId (): string Returns # string getMaxListeners # \u25b8 getMaxListeners (): number Returns # number Inherited from # (EventEmitter as new () => TypedEmitter).getMaxListeners listenerCount # \u25b8 listenerCount < E >( event ): number Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # number Inherited from # (EventEmitter as new () => TypedEmitter).listenerCount listeners # \u25b8 listeners < E >( event ): Function [] Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # Function [] Inherited from # (EventEmitter as new () => TypedEmitter).listeners off # \u25b8 off < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).off on # \u25b8 on < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).on once # \u25b8 once < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).once prependListener # \u25b8 prependListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).prependListener prependOnceListener # \u25b8 prependOnceListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).prependOnceListener rawListeners # \u25b8 rawListeners < E >( event ): Function [] Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # Function [] Inherited from # (EventEmitter as new () => TypedEmitter).rawListeners removeAllListeners # \u25b8 removeAllListeners < E >( event? ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event? E Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).removeAllListeners removeListener # \u25b8 removeListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).removeListener setMaxListeners # \u25b8 setMaxListeners ( maxListeners ): CatalogCategory Parameters # Name Type maxListeners number Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).setMaxListeners parseId # \u25b8 Static parseId ( id? ): Object Parameters # Name Type Default value id string \"\" Returns # Object Name Type group? string kind? string","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#class-catalogcategory","text":"Common . Catalog .CatalogCategory","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#hierarchy","text":"TypedEventEmitter < CatalogCategoryEvents , this > \u21b3 CatalogCategory","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties","text":"apiVersion filters kind metadata spec","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods","text":"addListener addMenuFilter emit eventNames filteredItems getId getMaxListeners listenerCount listeners off on once prependListener prependOnceListener rawListeners removeAllListeners removeListener setMaxListeners parseId","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructor","text":"\u2022 new CatalogCategory ()","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filters","text":"\u2022 Protected filters : ObservableSet < AddMenuFilter >","title":"filters"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#kind","text":"\u2022 Readonly Abstract kind : string","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#metadata","text":"\u2022 Abstract metadata : Object","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#spec","text":"\u2022 Abstract spec : CatalogCategorySpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#addlistener","text":"\u25b8 addListener < E >( event , listener ): CatalogCategory","title":"addListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#addmenufilter","text":"\u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu","title":"addMenuFilter"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#emit","text":"\u25b8 emit < E >( event , ... args ): boolean","title":"emit"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#eventnames","text":"\u25b8 eventNames (): ( string | symbol )[]","title":"eventNames"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filtereditems","text":"\u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters","title":"filteredItems"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getmaxlisteners","text":"\u25b8 getMaxListeners (): number","title":"getMaxListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#listenercount","text":"\u25b8 listenerCount < E >( event ): number","title":"listenerCount"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#listeners","text":"\u25b8 listeners < E >( event ): Function []","title":"listeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#off","text":"\u25b8 off < E >( event , listener ): CatalogCategory","title":"off"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#on","text":"\u25b8 on < E >( event , listener ): CatalogCategory","title":"on"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#once","text":"\u25b8 once < E >( event , listener ): CatalogCategory","title":"once"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#prependlistener","text":"\u25b8 prependListener < E >( event , listener ): CatalogCategory","title":"prependListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#prependoncelistener","text":"\u25b8 prependOnceListener < E >( event , listener ): CatalogCategory","title":"prependOnceListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#rawlisteners","text":"\u25b8 rawListeners < E >( event ): Function []","title":"rawListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#removealllisteners","text":"\u25b8 removeAllListeners < E >( event? ): CatalogCategory","title":"removeAllListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#removelistener","text":"\u25b8 removeListener < E >( event , listener ): CatalogCategory","title":"removeListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#setmaxlisteners","text":"\u25b8 setMaxListeners ( maxListeners ): CatalogCategory","title":"setMaxListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#parseid","text":"\u25b8 Static parseId ( id? ): Object","title":"parseId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/","text":"Class: CatalogEntity # Common . Catalog .CatalogEntity Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Hierarchy # CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink Implements # CatalogEntityKindData Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new CatalogEntity < Metadata , Status , Spec >( data ) Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Parameters # Name Type data CatalogEntityData < Metadata , Status , Spec > Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string The group and version of this class. Implementation of # CatalogEntityKindData . apiVersion kind # \u2022 Readonly Abstract kind : string A DNS label name of the entity. Implementation of # CatalogEntityKindData . kind metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 status : Status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string getName # \u25b8 getName (): string Get the name of this entity Returns # string getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean onContextMenuOpen # \u25b8 Abstract onContextMenuOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # void | Promise < void > onRun # \u25b8 Optional Abstract onRun ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # void | Promise < void > onSettingsOpen # \u25b8 Abstract onSettingsOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntitySettingsContext Returns # void | Promise < void >","title":"Class: CatalogEntity"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#class-catalogentitymetadata-status-spec","text":"Common . Catalog .CatalogEntity","title":"Class: CatalogEntity<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#type-parameters","text":"Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec","title":"Type parameters"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#hierarchy","text":"CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#implements","text":"CatalogEntityKindData","title":"Implements"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructor","text":"\u2022 new CatalogEntity < Metadata , Status , Spec >( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#kind","text":"\u2022 Readonly Abstract kind : string A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#oncontextmenuopen","text":"\u25b8 Abstract onContextMenuOpen ( context ): void | Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onrun","text":"\u25b8 Optional Abstract onRun ( context ): void | Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onsettingsopen","text":"\u25b8 Abstract onSettingsOpen ( context ): void | Promise < void >","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/","text":"Class: GeneralEntity # Common . Catalog .GeneralEntity Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen Constructors # constructor # \u2022 new GeneralEntity ( data ) Parameters # Name Type data CatalogEntityData < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"General\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : GeneralEntitySpec Inherited from # CatalogEntity . spec status # \u2022 status : CatalogEntityStatus Inherited from # CatalogEntity . status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen (): void Returns # void Overrides # CatalogEntity . onContextMenuOpen onDetailsOpen # \u25b8 onDetailsOpen (): void Returns # void onRun # \u25b8 onRun (): Promise < void > Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#class-generalentity","text":"Common . Catalog .GeneralEntity Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructor","text":"\u2022 new GeneralEntity ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#kind","text":"\u2022 Readonly kind : \"General\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#spec","text":"\u2022 spec : GeneralEntitySpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#status","text":"\u2022 status : CatalogEntityStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen (): void","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#ondetailsopen","text":"\u25b8 onDetailsOpen (): void","title":"onDetailsOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onrun","text":"\u25b8 onRun (): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/","text":"Class: KubernetesCluster # Common . Catalog .KubernetesCluster Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > \u21b3 KubernetesCluster Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen Constructors # constructor # \u2022 new KubernetesCluster ( data ) Parameters # Name Type data CatalogEntityData < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"KubernetesCluster\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : KubernetesClusterMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : KubernetesClusterSpec Inherited from # CatalogEntity . spec status # \u2022 status : KubernetesClusterStatus Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" kind # \u25aa Static Readonly kind : \"KubernetesCluster\" Methods # connect # \u25b8 connect (): Promise < void > Returns # Promise < void > disconnect # \u25b8 disconnect (): Promise < void > Returns # Promise < void > getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # Promise < void > Overrides # CatalogEntity . onContextMenuOpen onDetailsOpen # \u25b8 onDetailsOpen (): void Returns # void onRun # \u25b8 onRun ( context ): Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: KubernetesCluster"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#class-kubernetescluster","text":"Common . Catalog .KubernetesCluster Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: KubernetesCluster"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#hierarchy","text":"CatalogEntity < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > \u21b3 KubernetesCluster","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods","text":"connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructor","text":"\u2022 new KubernetesCluster ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind","text":"\u2022 Readonly kind : \"KubernetesCluster\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#metadata","text":"\u2022 metadata : KubernetesClusterMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#spec","text":"\u2022 spec : KubernetesClusterSpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#status","text":"\u2022 status : KubernetesClusterStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion_1","text":"\u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind_1","text":"\u25aa Static Readonly kind : \"KubernetesCluster\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#connect","text":"\u25b8 connect (): Promise < void >","title":"connect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#disconnect","text":"\u25b8 disconnect (): Promise < void >","title":"disconnect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#ondetailsopen","text":"\u25b8 onDetailsOpen (): void","title":"onDetailsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onrun","text":"\u25b8 onRun ( context ): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.WebLink/","text":"Class: WebLink # Common . Catalog .WebLink Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new WebLink ( data ) Parameters # Name Type data CatalogEntityData < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"WebLink\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : WebLinkSpec Inherited from # CatalogEntity . spec status # \u2022 status : WebLinkStatus Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" kind # \u25aa Static Readonly kind : \"WebLink\" Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # Promise < void > Overrides # CatalogEntity . onContextMenuOpen onRun # \u25b8 onRun (): Promise < void > Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#class-weblink","text":"Common . Catalog .WebLink Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructor","text":"\u2022 new WebLink ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind","text":"\u2022 Readonly kind : \"WebLink\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#spec","text":"\u2022 spec : WebLinkSpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#status","text":"\u2022 status : WebLinkStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion_1","text":"\u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind_1","text":"\u25aa Static Readonly kind : \"WebLink\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onrun","text":"\u25b8 onRun (): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/","text":"Class: ExtensionStore # Common . Store .ExtensionStore Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type parameters # Name T Hierarchy # BaseStore < T > \u21b3 ExtensionStore Table of contents # Constructors # constructor Properties # displayName extension params storeConfig syncDisposers Accessors # name path syncMainChannel syncRendererChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore load loadExtension onModelChange onSync onSyncFromMain saveToFile toJSON unregisterIpcListener createInstance getInstance resetInstance Constructors # constructor # \u2022 Protected new ExtensionStore < T >( params ) Type parameters # Name T Parameters # Name Type params BaseStoreParams < T > Inherited from # BaseStore.constructor Properties # displayName # \u2022 Readonly displayName : \"ExtensionStore\" Overrides # BaseStore.displayName extension # \u2022 Protected extension : LensExtension params # \u2022 Protected params : BaseStoreParams < T > Inherited from # BaseStore.params storeConfig # \u2022 Protected Optional storeConfig : Conf < T > Inherited from # BaseStore.storeConfig syncDisposers # \u2022 Protected syncDisposers : Disposer [] = [] Inherited from # BaseStore.syncDisposers Accessors # name # \u2022 get name (): string Returns # string Inherited from # BaseStore.name path # \u2022 get path (): string Returns # string Inherited from # BaseStore.path syncMainChannel # \u2022 Protected get syncMainChannel (): string Returns # string Inherited from # BaseStore.syncMainChannel syncRendererChannel # \u2022 Protected get syncRendererChannel (): string Returns # string Inherited from # BaseStore.syncRendererChannel Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback ): void Parameters # Name Type callback () => void Returns # void Inherited from # BaseStore.applyWithoutSync cwd # \u25b8 Protected cwd (): string Returns # string Overrides # BaseStore.cwd disableSync # \u25b8 disableSync (): void Returns # void Inherited from # BaseStore.disableSync enableSync # \u25b8 enableSync (): void Returns # void Inherited from # BaseStore.enableSync fromStore # \u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous. Parameters # Name Type Description data T the parsed information read from the stored JSON file Returns # void Inherited from # BaseStore.fromStore load # \u25b8 load (): void Returns # void Overrides # BaseStore.load loadExtension # \u25b8 loadExtension ( extension ): void Parameters # Name Type extension LensExtension Returns # void onModelChange # \u25b8 Protected onModelChange ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onModelChange onSync # \u25b8 Protected onSync ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onSync onSyncFromMain # \u25b8 Protected onSyncFromMain ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onSyncFromMain saveToFile # \u25b8 Protected saveToFile ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.saveToFile toJSON # \u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state. Returns # T Inherited from # BaseStore.toJSON unregisterIpcListener # \u25b8 unregisterIpcListener (): void Returns # void Inherited from # BaseStore.unregisterIpcListener createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # BaseStore.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # BaseStore.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # BaseStore.resetInstance","title":"Class: ExtensionStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#class-extensionstoret","text":"Common . Store .ExtensionStore Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: ExtensionStore<T>"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#hierarchy","text":"BaseStore < T > \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties","text":"displayName extension params storeConfig syncDisposers","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#accessors","text":"name path syncMainChannel syncRendererChannel","title":"Accessors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore load loadExtension onModelChange onSync onSyncFromMain saveToFile toJSON unregisterIpcListener createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructor","text":"\u2022 Protected new ExtensionStore < T >( params )","title":"constructor"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#displayname","text":"\u2022 Readonly displayName : \"ExtensionStore\"","title":"displayName"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#params","text":"\u2022 Protected params : BaseStoreParams < T >","title":"params"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#storeconfig","text":"\u2022 Protected Optional storeConfig : Conf < T >","title":"storeConfig"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncdisposers","text":"\u2022 Protected syncDisposers : Disposer [] = []","title":"syncDisposers"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#path","text":"\u2022 get path (): string","title":"path"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncmainchannel","text":"\u2022 Protected get syncMainChannel (): string","title":"syncMainChannel"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncrendererchannel","text":"\u2022 Protected get syncRendererChannel (): string","title":"syncRendererChannel"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback ): void","title":"applyWithoutSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#cwd","text":"\u25b8 Protected cwd (): string","title":"cwd"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#disablesync","text":"\u25b8 disableSync (): void","title":"disableSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#enablesync","text":"\u25b8 enableSync (): void","title":"enableSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#fromstore","text":"\u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous.","title":"fromStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#load","text":"\u25b8 load (): void","title":"load"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#loadextension","text":"\u25b8 loadExtension ( extension ): void","title":"loadExtension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model ): void","title":"onModelChange"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onsync","text":"\u25b8 Protected onSync ( model ): void","title":"onSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model ): void","title":"onSyncFromMain"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#savetofile","text":"\u25b8 Protected saveToFile ( model ): void","title":"saveToFile"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#tojson","text":"\u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state.","title":"toJSON"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/","text":"Class: Singleton # Common . Util .Singleton Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # Singleton \u21b3 TerminalStore Table of contents # Constructors # constructor Methods # createInstance getInstance resetInstance Constructors # constructor # \u2022 new Singleton () Methods # createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void","title":"Class: Singleton"},{"location":"extensions/api/classes/Common.Util.Singleton/#class-singleton","text":"Common . Util .Singleton Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: Singleton"},{"location":"extensions/api/classes/Common.Util.Singleton/#hierarchy","text":"Singleton \u21b3 TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Util.Singleton/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Util.Singleton/#methods","text":"createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructor","text":"\u2022 new Singleton ()","title":"constructor"},{"location":"extensions/api/classes/Common.Util.Singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Util.Singleton/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/","text":"Class: CatalogEntityRegistry # Main . Catalog .CatalogEntityRegistry Table of contents # Constructors # constructor Methods # getItemsForApiKind Constructors # constructor # \u2022 new CatalogEntityRegistry () Methods # getItemsForApiKind # \u25b8 getItemsForApiKind < T >( apiVersion , kind ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type apiVersion string kind string Returns # T []","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#class-catalogentityregistry","text":"Main . Catalog .CatalogEntityRegistry","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#methods","text":"getItemsForApiKind","title":"Methods"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructor","text":"\u2022 new CatalogEntityRegistry ()","title":"constructor"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#getitemsforapikind","text":"\u25b8 getItemsForApiKind < T >( apiVersion , kind ): T []","title":"getItemsForApiKind"},{"location":"extensions/api/classes/Main.Ipc/","text":"Class: Ipc # Main .Ipc Hierarchy # IpcRegistrar \u21b3 Ipc Table of contents # Constructors # constructor Properties # [IpcPrefix] extension Methods # broadcast handle listen createInstance getInstance resetInstance Constructors # constructor # \u2022 new Ipc ( extension ) Parameters # Name Type extension LensExtension Overrides # IpcRegistrar.constructor Properties # [IpcPrefix] # \u2022 Readonly [IpcPrefix] : string Inherited from # IpcRegistrar.__@IpcPrefix@44948 extension # \u2022 Protected extension : LensExtension Inherited from # IpcRegistrar.extension Methods # broadcast # \u25b8 broadcast ( channel , ... args ): void Parameters # Name Type Description channel string The channel to broadcast to your whole extension, both main and renderer ...args any [] The arguments passed to all listeners Returns # void Inherited from # IpcRegistrar.broadcast handle # \u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled Parameters # Name Type Description channel string The name of the RPC handler ( event : IpcMainInvokeEvent , ... args : any []) => any The remote procedure that is called Returns # void listen # \u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension Parameters # Name Type Description channel string The channel to listen for broadcasts on listener ( event : IpcRendererEvent , ... args : any []) => any The function that will be called with the arguments of the broadcast Returns # Disposer An optional disposer, Lens will cleanup when the extension is disabled or uninstalled even if this is not called createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # IpcRegistrar.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # IpcRegistrar.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # IpcRegistrar.resetInstance","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.Ipc/#class-ipc","text":"Main .Ipc","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.Ipc/#hierarchy","text":"IpcRegistrar \u21b3 Ipc","title":"Hierarchy"},{"location":"extensions/api/classes/Main.Ipc/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.Ipc/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.Ipc/#properties","text":"[IpcPrefix] extension","title":"Properties"},{"location":"extensions/api/classes/Main.Ipc/#methods","text":"broadcast handle listen createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Main.Ipc/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.Ipc/#constructor","text":"\u2022 new Ipc ( extension )","title":"constructor"},{"location":"extensions/api/classes/Main.Ipc/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.Ipc/#ipcprefix","text":"\u2022 Readonly [IpcPrefix] : string","title":"[IpcPrefix]"},{"location":"extensions/api/classes/Main.Ipc/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Main.Ipc/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.Ipc/#broadcast","text":"\u25b8 broadcast ( channel , ... args ): void","title":"broadcast"},{"location":"extensions/api/classes/Main.Ipc/#handle","text":"\u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled","title":"handle"},{"location":"extensions/api/classes/Main.Ipc/#listen","text":"\u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension","title":"listen"},{"location":"extensions/api/classes/Main.Ipc/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Main.Ipc/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Main.Ipc/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Main.LensExtension/","text":"Class: LensExtension # Main .LensExtension Hierarchy # LensExtension \u21b3 LensExtension Table of contents # Constructors # constructor Properties # [Disposers] appMenus id isBundled manifest manifestPath protocolHandlers trayMenus Accessors # description isEnabled name version Methods # addCatalogSource disable enable getExtensionFileFolder navigate onActivate onDeactivate removeCatalogSource Constructors # constructor # \u2022 new LensExtension ( __namedParameters ) Parameters # Name Type __namedParameters InstalledExtension Inherited from # LensExtension.constructor Properties # [Disposers] # \u2022 [Disposers] : ExtendableDisposer Inherited from # LensExtension.__@Disposers@21989 appMenus # \u2022 appMenus : MenuRegistration [] = [] id # \u2022 Readonly id : string Inherited from # LensExtension.id isBundled # \u2022 Readonly isBundled : boolean Inherited from # LensExtension.isBundled manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from # LensExtension.manifest manifestPath # \u2022 Readonly manifestPath : string Inherited from # LensExtension.manifestPath protocolHandlers # \u2022 protocolHandlers : ProtocolHandlerRegistration [] = [] Inherited from # LensExtension.protocolHandlers trayMenus # \u2022 trayMenus : TrayMenuRegistration [] = [] Accessors # description # \u2022 get description (): string Returns # string Inherited from # LensExtension.description isEnabled # \u2022 get isEnabled (): boolean Returns # boolean Inherited from # LensExtension.isEnabled name # \u2022 get name (): string Returns # string Inherited from # LensExtension.name version # \u2022 get version (): string Returns # string Inherited from # LensExtension.version Methods # addCatalogSource # \u25b8 addCatalogSource ( id , source ): void Parameters # Name Type id string source IObservableArray < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Returns # void disable # \u25b8 disable (): Promise < void > Returns # Promise < void > Inherited from # LensExtension.disable enable # \u25b8 enable ( register ): Promise < void > Parameters # Name Type register ( ext : LensExtension ) => Promise < Disposer []> Returns # Promise < void > Inherited from # LensExtension.enable getExtensionFileFolder # \u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name. Returns # Promise < string > Inherited from # LensExtension.getExtensionFileFolder navigate # \u25b8 navigate ( pageId? , params? , frameId? ): Promise < void > Parameters # Name Type pageId? string params? Record < string , any > frameId? number Returns # Promise < void > onActivate # \u25b8 Protected onActivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onActivate onDeactivate # \u25b8 Protected onDeactivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onDeactivate removeCatalogSource # \u25b8 removeCatalogSource ( id ): void Parameters # Name Type id string Returns # void","title":"Class: LensExtension"},{"location":"extensions/api/classes/Main.LensExtension/#class-lensextension","text":"Main .LensExtension","title":"Class: LensExtension"},{"location":"extensions/api/classes/Main.LensExtension/#hierarchy","text":"LensExtension \u21b3 LensExtension","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtension/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtension/#properties","text":"[Disposers] appMenus id isBundled manifest manifestPath protocolHandlers trayMenus","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtension/#accessors","text":"description isEnabled name version","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtension/#methods","text":"addCatalogSource disable enable getExtensionFileFolder navigate onActivate onDeactivate removeCatalogSource","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtension/#constructor","text":"\u2022 new LensExtension ( __namedParameters )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtension/#disposers","text":"\u2022 [Disposers] : ExtendableDisposer","title":"[Disposers]"},{"location":"extensions/api/classes/Main.LensExtension/#appmenus","text":"\u2022 appMenus : MenuRegistration [] = []","title":"appMenus"},{"location":"extensions/api/classes/Main.LensExtension/#id","text":"\u2022 Readonly id : string","title":"id"},{"location":"extensions/api/classes/Main.LensExtension/#isbundled","text":"\u2022 Readonly isBundled : boolean","title":"isBundled"},{"location":"extensions/api/classes/Main.LensExtension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest","title":"manifest"},{"location":"extensions/api/classes/Main.LensExtension/#manifestpath","text":"\u2022 Readonly manifestPath : string","title":"manifestPath"},{"location":"extensions/api/classes/Main.LensExtension/#protocolhandlers","text":"\u2022 protocolHandlers : ProtocolHandlerRegistration [] = []","title":"protocolHandlers"},{"location":"extensions/api/classes/Main.LensExtension/#traymenus","text":"\u2022 trayMenus : TrayMenuRegistration [] = []","title":"trayMenus"},{"location":"extensions/api/classes/Main.LensExtension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtension/#description","text":"\u2022 get description (): string","title":"description"},{"location":"extensions/api/classes/Main.LensExtension/#isenabled","text":"\u2022 get isEnabled (): boolean","title":"isEnabled"},{"location":"extensions/api/classes/Main.LensExtension/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Main.LensExtension/#version","text":"\u2022 get version (): string","title":"version"},{"location":"extensions/api/classes/Main.LensExtension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtension/#addcatalogsource","text":"\u25b8 addCatalogSource ( id , source ): void","title":"addCatalogSource"},{"location":"extensions/api/classes/Main.LensExtension/#disable","text":"\u25b8 disable (): Promise < void >","title":"disable"},{"location":"extensions/api/classes/Main.LensExtension/#enable","text":"\u25b8 enable ( register ): Promise < void >","title":"enable"},{"location":"extensions/api/classes/Main.LensExtension/#getextensionfilefolder","text":"\u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name.","title":"getExtensionFileFolder"},{"location":"extensions/api/classes/Main.LensExtension/#navigate","text":"\u25b8 navigate ( pageId? , params? , frameId? ): Promise < void >","title":"navigate"},{"location":"extensions/api/classes/Main.LensExtension/#onactivate","text":"\u25b8 Protected onActivate (): void | Promise < void >","title":"onActivate"},{"location":"extensions/api/classes/Main.LensExtension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void | Promise < void >","title":"onDeactivate"},{"location":"extensions/api/classes/Main.LensExtension/#removecatalogsource","text":"\u25b8 removeCatalogSource ( id ): void","title":"removeCatalogSource"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/","text":"Class: CatalogEntityRegistry # Renderer . Catalog .CatalogEntityRegistry Table of contents # Constructors # constructor Accessors # activeEntity entities Methods # addOnBeforeRun getById getItemsForApiKind getItemsForCategory Constructors # constructor # \u2022 new CatalogEntityRegistry () Accessors # activeEntity # \u2022 get activeEntity (): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Currently active/visible entity Returns # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > entities # \u2022 get entities (): Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Returns # Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Methods # addOnBeforeRun # \u25b8 addOnBeforeRun ( onBeforeRun ): Disposer Add a onBeforeRun hook to a catalog entities. If onBeforeRun was previously added then it will not be added again. Parameters # Name Type Description onBeforeRun CatalogEntityOnBeforeRun The function to be called with a CatalogRunEvent event target will be the catalog entity. onBeforeRun hook can call event.preventDefault() to stop run sequence Returns # Disposer A function to remove that hook getById # \u25b8 getById ( id ): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Parameters # Name Type id string Returns # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > getItemsForApiKind # \u25b8 getItemsForApiKind < T >( apiVersion , kind ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type apiVersion string kind string Returns # T [] getItemsForCategory # \u25b8 getItemsForCategory < T >( category ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type category CatalogCategory Returns # T []","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#class-catalogentityregistry","text":"Renderer . Catalog .CatalogEntityRegistry","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#accessors","text":"activeEntity entities","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#methods","text":"addOnBeforeRun getById getItemsForApiKind getItemsForCategory","title":"Methods"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructor","text":"\u2022 new CatalogEntityRegistry ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#activeentity","text":"\u2022 get activeEntity (): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Currently active/visible entity","title":"activeEntity"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#entities","text":"\u2022 get entities (): Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>","title":"entities"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#addonbeforerun","text":"\u25b8 addOnBeforeRun ( onBeforeRun ): Disposer Add a onBeforeRun hook to a catalog entities. If onBeforeRun was previously added then it will not be added again.","title":"addOnBeforeRun"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getbyid","text":"\u25b8 getById ( id ): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >","title":"getById"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getitemsforapikind","text":"\u25b8 getItemsForApiKind < T >( apiVersion , kind ): T []","title":"getItemsForApiKind"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getitemsforcategory","text":"\u25b8 getItemsForCategory < T >( category ): T []","title":"getItemsForCategory"},{"location":"extensions/api/classes/Renderer.Component.Badge/","text":"Class: Badge # Renderer . Component .Badge Hierarchy # Component < BadgeProps > \u21b3 Badge Table of contents # Constructors # constructor Properties # context elem isExpanded props refs state badgeMeta contextType defaultProps Accessors # isExpandable Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onMouseUp render setState shouldComponentUpdate Constructors # constructor # \u2022 new Badge ( props ) Parameters # Name Type props BadgeProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement isExpanded # \u2022 isExpanded : boolean = false props # \u2022 Readonly props : Readonly < BadgeProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state badgeMeta # \u25aa Static badgeMeta : Object Type declaration # Name Type hasTextSelected boolean contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : Partial < BadgeProps > Accessors # isExpandable # \u2022 get isExpandable (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onMouseUp # \u25b8 onMouseUp (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < BadgeProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Badge"},{"location":"extensions/api/classes/Renderer.Component.Badge/#class-badge","text":"Renderer . Component .Badge","title":"Class: Badge"},{"location":"extensions/api/classes/Renderer.Component.Badge/#hierarchy","text":"Component < BadgeProps > \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Badge/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#properties","text":"context elem isExpanded props refs state badgeMeta contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Badge/#accessors","text":"isExpandable","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onMouseUp render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructor","text":"\u2022 new Badge ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Badge/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Badge/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Badge/#isexpanded","text":"\u2022 isExpanded : boolean = false","title":"isExpanded"},{"location":"extensions/api/classes/Renderer.Component.Badge/#props","text":"\u2022 Readonly props : Readonly < BadgeProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Badge/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Badge/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Badge/#badgemeta","text":"\u25aa Static badgeMeta : Object","title":"badgeMeta"},{"location":"extensions/api/classes/Renderer.Component.Badge/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Badge/#defaultprops","text":"\u25aa Static defaultProps : Partial < BadgeProps >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Badge/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#isexpandable","text":"\u2022 get isExpandable (): boolean","title":"isExpandable"},{"location":"extensions/api/classes/Renderer.Component.Badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Badge/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Badge/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Badge/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Badge/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Badge/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Badge/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Badge/#onmouseup","text":"\u25b8 onMouseUp (): void","title":"onMouseUp"},{"location":"extensions/api/classes/Renderer.Component.Badge/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Badge/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Badge/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.BarChart/","text":"Class: BarChart # Renderer . Component .BarChart Hierarchy # Component < Props > \u21b3 BarChart Table of contents # 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 # \u2022 new BarChart ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new BarChart ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: BarChart"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#class-barchart","text":"Renderer . Component .BarChart","title":"Class: BarChart"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#hierarchy","text":"Component < Props > \u21b3 BarChart","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructor","text":"\u2022 new BarChart ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.BarChart/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.BarChart/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.BarChart/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.BarChart/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.BarChart/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.BarChart/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.BarChart/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Button/","text":"Class: Button # Renderer . Component .Button Hierarchy # PureComponent < ButtonProps , Object > \u21b3 Button Table of contents # 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 # \u2022 new Button ( props ) Parameters # Name Type props ButtonProps | Readonly < ButtonProps > Inherited from # React.PureComponent.constructor \u2022 new Button ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props ButtonProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < ButtonProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < ButtonProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Button"},{"location":"extensions/api/classes/Renderer.Component.Button/#class-button","text":"Renderer . Component .Button","title":"Class: Button"},{"location":"extensions/api/classes/Renderer.Component.Button/#hierarchy","text":"PureComponent < ButtonProps , Object > \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Button/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Button/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Button/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructor","text":"\u2022 new Button ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Button/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Button/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Button/#props","text":"\u2022 Readonly props : Readonly < ButtonProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Button/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Button/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Button/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Button/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Button/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Button/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Button/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Button/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Button/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Button/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Button/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Button/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Button/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Checkbox/","text":"Class: Checkbox # Renderer . Component .Checkbox Hierarchy # PureComponent < CheckboxProps > \u21b3 Checkbox Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getValue onChange render setState shouldComponentUpdate Constructors # constructor # \u2022 new Checkbox ( props ) Parameters # Name Type props CheckboxProps < boolean > | Readonly < CheckboxProps < boolean >> Inherited from # React.PureComponent.constructor \u2022 new Checkbox ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props CheckboxProps < boolean > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < CheckboxProps < boolean >> & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < boolean >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < boolean >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < boolean >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < boolean >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < boolean >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < boolean >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate getValue # \u25b8 getValue (): boolean Returns # boolean onChange # \u25b8 onChange ( evt ): void Parameters # Name Type evt ChangeEvent < HTMLInputElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < CheckboxProps < boolean >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < boolean >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Checkbox"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#class-checkbox","text":"Renderer . Component .Checkbox","title":"Class: Checkbox"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#hierarchy","text":"PureComponent < CheckboxProps > \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getValue onChange render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructor","text":"\u2022 new Checkbox ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#props","text":"\u2022 Readonly props : Readonly < CheckboxProps < boolean >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Checkbox/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Checkbox/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Checkbox/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Checkbox/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Checkbox/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Checkbox/#getvalue","text":"\u25b8 getValue (): boolean","title":"getValue"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#onchange","text":"\u25b8 onChange ( evt ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.CommandOverlay/","text":"Class: CommandOverlay # Renderer . Component .CommandOverlay Table of contents # Constructors # constructor Accessors # component isOpen Methods # close open Constructors # constructor # \u2022 new CommandOverlay () Accessors # component # \u2022 Static get component (): ReactElement < any , string | JSXElementConstructor < any >> Returns # ReactElement < any , string | JSXElementConstructor < any >> isOpen # \u2022 Static get isOpen (): boolean Returns # boolean Methods # close # \u25b8 Static close (): void Returns # void open # \u25b8 Static open ( component ): void Parameters # Name Type component ReactElement < any , string | JSXElementConstructor < any >> Returns # void","title":"Class: CommandOverlay"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#class-commandoverlay","text":"Renderer . Component .CommandOverlay","title":"Class: CommandOverlay"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#accessors","text":"component isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructor","text":"\u2022 new CommandOverlay ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#component","text":"\u2022 Static get component (): ReactElement < any , string | JSXElementConstructor < any >>","title":"component"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#isopen","text":"\u2022 Static get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#close","text":"\u25b8 Static close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#open","text":"\u25b8 Static open ( component ): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/","text":"Class: ConfirmDialog # Renderer . Component .ConfirmDialog Hierarchy # Component < ConfirmDialogProps > \u21b3 ConfirmDialog Table of contents # Constructors # constructor Properties # context isSaving props refs state contextType defaultParams Accessors # params Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate confirm open Constructors # constructor # \u2022 new ConfirmDialog ( props ) Parameters # Name Type props ConfirmDialogProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context isSaving # \u2022 isSaving : boolean = false props # \u2022 Readonly props : Readonly < ConfirmDialogProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultParams # \u25aa Static defaultParams : Partial < ConfirmDialogParams > Accessors # params # \u2022 get params (): ConfirmDialogParams Returns # ConfirmDialogParams Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate close # \u25b8 close (): Promise < void > Returns # Promise < void > componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate ok # \u25b8 ok (): Promise < void > Returns # Promise < void > onClose # \u25b8 onClose (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < ConfirmDialogProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate confirm # \u25b8 Static confirm ( params ): Promise < boolean > Parameters # Name Type params ConfirmDialogBooleanParams Returns # Promise < boolean > open # \u25b8 Static open ( params ): void Parameters # Name Type params ConfirmDialogParams Returns # void","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#class-confirmdialog","text":"Renderer . Component .ConfirmDialog","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#hierarchy","text":"Component < ConfirmDialogProps > \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#properties","text":"context isSaving props refs state contextType defaultParams","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate confirm open","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructor","text":"\u2022 new ConfirmDialog ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#issaving","text":"\u2022 isSaving : boolean = false","title":"isSaving"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#props","text":"\u2022 Readonly props : Readonly < ConfirmDialogProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.ConfirmDialog/#defaultparams","text":"\u25aa Static defaultParams : Partial < ConfirmDialogParams >","title":"defaultParams"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#params","text":"\u2022 get params (): ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.ConfirmDialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.ConfirmDialog/#close","text":"\u25b8 close (): Promise < void >","title":"close"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.ConfirmDialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.ConfirmDialog/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.ConfirmDialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.ConfirmDialog/#ok","text":"\u25b8 ok (): Promise < void >","title":"ok"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#onclose","text":"\u25b8 onClose (): void","title":"onClose"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.ConfirmDialog/#confirm","text":"\u25b8 Static confirm ( params ): Promise < boolean >","title":"confirm"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#open","text":"\u25b8 Static open ( params ): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Dialog/","text":"Class: Dialog # Renderer . Component .Dialog Hierarchy # PureComponent < DialogProps , DialogState > \u21b3 Dialog Table of contents # Constructors # constructor Properties # closeOnNavigate context props ref refs state contextType defaultProps Accessors # elem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new Dialog ( props ) Parameters # Name Type props DialogProps | Readonly < DialogProps > Inherited from # React.PureComponent.constructor \u2022 new Dialog ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DialogProps context any Inherited from # React.PureComponent.constructor Properties # closeOnNavigate # \u2022 closeOnNavigate : IReactionDisposer context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < DialogProps > & Readonly < Object > Inherited from # React.PureComponent.props ref # \u2022 ref : RefObject < HTMLDivElement > refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : DialogState Overrides # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : DialogProps Accessors # elem # \u2022 get elem (): HTMLElement Returns # HTMLElement isOpen # \u2022 get isOpen (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.PureComponent.UNSAFE_componentWillUpdate close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps DialogProps Returns # void Overrides # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onClose # \u25b8 onClose (): void Returns # void onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onOpen # \u25b8 onOpen (): void Returns # void open # \u25b8 open (): void Returns # void render # \u25b8 render (): ReactPortal Returns # ReactPortal Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"isOpen\" Parameters # Name Type state DialogState | ( prevState : Readonly < DialogState >, props : Readonly < DialogProps >) => DialogState | Pick < DialogState , K > | Pick < DialogState , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.PureComponent.shouldComponentUpdate toggle # \u25b8 toggle ( isOpen ): void Parameters # Name Type isOpen boolean Returns # void","title":"Class: Dialog"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#class-dialog","text":"Renderer . Component .Dialog","title":"Class: Dialog"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#hierarchy","text":"PureComponent < DialogProps , DialogState > \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#properties","text":"closeOnNavigate context props ref refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructor","text":"\u2022 new Dialog ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#closeonnavigate","text":"\u2022 closeOnNavigate : IReactionDisposer","title":"closeOnNavigate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#props","text":"\u2022 Readonly props : Readonly < DialogProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#ref","text":"\u2022 ref : RefObject < HTMLDivElement >","title":"ref"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#state","text":"\u2022 state : DialogState","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Dialog/#defaultprops","text":"\u25aa Static defaultProps : DialogProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#elem","text":"\u2022 get elem (): HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#isopen","text":"\u2022 get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Dialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Dialog/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Dialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onclose","text":"\u25b8 onClose (): void","title":"onClose"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onopen","text":"\u25b8 onOpen (): void","title":"onOpen"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#render","text":"\u25b8 render (): ReactPortal","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Dialog/#toggle","text":"\u25b8 toggle ( isOpen ): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.Drawer/","text":"Class: Drawer # Renderer . Component .Drawer Hierarchy # Component < DrawerProps , State > \u21b3 Drawer Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate copyTitle fixUpTripleClick forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render resizeWidth restoreScrollPos saveScrollPos setState shouldComponentUpdate Constructors # constructor # \u2022 new Drawer ( props ) Parameters # Name Type props DrawerProps | Readonly < DrawerProps > Inherited from # React.Component.constructor \u2022 new Drawer ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Object Type declaration # Name Type isCopied boolean width number Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < State > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < State > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < State > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate copyTitle # \u25b8 copyTitle ( title ): void Parameters # Name Type title string Returns # void fixUpTripleClick # \u25b8 fixUpTripleClick ( ev ): void Parameters # Name Type ev MouseEvent Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < State > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onMouseDown # \u25b8 onMouseDown ( evt ): void Parameters # Name Type evt MouseEvent Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render resizeWidth # \u25b8 resizeWidth ( width ): void Parameters # Name Type width number Returns # void restoreScrollPos # \u25b8 restoreScrollPos (): void Returns # void saveScrollPos # \u25b8 saveScrollPos (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < DrawerProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < State > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Drawer"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#class-drawer","text":"Renderer . Component .Drawer","title":"Class: Drawer"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#hierarchy","text":"Component < DrawerProps , State > \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate copyTitle fixUpTripleClick forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render resizeWidth restoreScrollPos saveScrollPos setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructor","text":"\u2022 new Drawer ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#props","text":"\u2022 Readonly props : Readonly < DrawerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#state","text":"\u2022 state : Object","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Drawer/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Drawer/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Drawer/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Drawer/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Drawer/#copytitle","text":"\u25b8 copyTitle ( title ): void","title":"copyTitle"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#fixuptripleclick","text":"\u25b8 fixUpTripleClick ( ev ): void","title":"fixUpTripleClick"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt ): void","title":"onMouseDown"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#resizewidth","text":"\u25b8 resizeWidth ( width ): void","title":"resizeWidth"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void","title":"restoreScrollPos"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void","title":"saveScrollPos"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerItem/","text":"Class: DrawerItem # Renderer . Component .DrawerItem Hierarchy # Component < DrawerItemProps > \u21b3 DrawerItem Table of contents # 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 # \u2022 new DrawerItem ( props ) Parameters # Name Type props DrawerItemProps | Readonly < DrawerItemProps > Inherited from # React.Component.constructor \u2022 new DrawerItem ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerItemProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerItemProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < DrawerItemProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: DrawerItem"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#class-draweritem","text":"Renderer . Component .DrawerItem","title":"Class: DrawerItem"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#hierarchy","text":"Component < DrawerItemProps > \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructor","text":"\u2022 new DrawerItem ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#props","text":"\u2022 Readonly props : Readonly < DrawerItemProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerItem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerItem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerItem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerItem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerItem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerItem/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerItem/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerParamToggler/","text":"Class: DrawerParamToggler # Renderer . Component .DrawerParamToggler Hierarchy # Component < DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler Table of contents # 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 # \u2022 new DrawerParamToggler ( props ) Parameters # Name Type props DrawerParamTogglerProps | Readonly < DrawerParamTogglerProps > Inherited from # React.Component.constructor \u2022 new DrawerParamToggler ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerParamTogglerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerParamTogglerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"open\" Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < DrawerParamTogglerProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#class-drawerparamtoggler","text":"Renderer . Component .DrawerParamToggler","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#hierarchy","text":"Component < DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructor","text":"\u2022 new DrawerParamToggler ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#props","text":"\u2022 Readonly props : Readonly < DrawerParamTogglerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#state","text":"\u2022 state : State = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerParamToggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerParamToggler/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerParamToggler/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerParamToggler/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerParamToggler/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerParamToggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerParamToggler/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerParamToggler/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/","text":"Class: DrawerTitle # Renderer . Component .DrawerTitle Hierarchy # Component < DrawerTitleProps > \u21b3 DrawerTitle Table of contents # 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 # \u2022 new DrawerTitle ( props ) Parameters # Name Type props DrawerTitleProps | Readonly < DrawerTitleProps > Inherited from # React.Component.constructor \u2022 new DrawerTitle ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerTitleProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerTitleProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < DrawerTitleProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#class-drawertitle","text":"Renderer . Component .DrawerTitle","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#hierarchy","text":"Component < DrawerTitleProps > \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructor","text":"\u2022 new DrawerTitle ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#props","text":"\u2022 Readonly props : Readonly < DrawerTitleProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerTitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerTitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerTitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerTitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerTitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerTitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerTitle/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Icon/","text":"Class: Icon # Renderer . Component .Icon Hierarchy # PureComponent < IconProps > \u21b3 Icon Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # isInteractive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new Icon ( props ) Parameters # Name Type props IconProps | Readonly < IconProps > Inherited from # React.PureComponent.constructor \u2022 new Icon ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props IconProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < IconProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : IconProps Accessors # isInteractive # \u2022 get isInteractive (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < IconProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Icon"},{"location":"extensions/api/classes/Renderer.Component.Icon/#class-icon","text":"Renderer . Component .Icon","title":"Class: Icon"},{"location":"extensions/api/classes/Renderer.Component.Icon/#hierarchy","text":"PureComponent < IconProps > \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Icon/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructor","text":"\u2022 new Icon ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Icon/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Icon/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Icon/#props","text":"\u2022 Readonly props : Readonly < IconProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Icon/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Icon/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Icon/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Icon/#defaultprops","text":"\u25aa Static defaultProps : IconProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#isinteractive","text":"\u2022 get isInteractive (): boolean","title":"isInteractive"},{"location":"extensions/api/classes/Renderer.Component.Icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Icon/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Icon/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Icon/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Icon/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Icon/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Icon/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Icon/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Icon/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.Icon/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Icon/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Icon/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Icon/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Input/","text":"Class: Input # Renderer . Component .Input Hierarchy # Component < InputProps , State > \u21b3 Input Table of contents # Constructors # constructor Properties # context input props refs setDirtyOnChange state validators contextType defaultProps Accessors # isUncontrolled showMaxLenIndicator themeSelection 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 Constructors # constructor # \u2022 new Input ( props ) Parameters # Name Type props InputProps | Readonly < InputProps > Inherited from # React.Component.constructor \u2022 new Input ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props InputProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context input # \u2022 input : InputElement = null props # \u2022 Readonly props : Readonly < InputProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs setDirtyOnChange # \u2022 setDirtyOnChange : DebouncedFunc < fn > state # \u2022 state : State Overrides # React.Component.state validators # \u2022 validators : InputValidator [] = [] contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # isUncontrolled # \u2022 get isUncontrolled (): boolean Returns # boolean showMaxLenIndicator # \u2022 get showMaxLenIndicator (): boolean Returns # boolean themeSelection # \u2022 get themeSelection (): Record < string , boolean > Returns # Record < string , boolean > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem InputElement Returns # void blur # \u25b8 blur (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps InputProps Returns # void Overrides # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate focus # \u25b8 focus (): void Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate getValue # \u25b8 getValue (): string Returns # string onBlur # \u25b8 onBlur ( evt ): void Parameters # Name Type evt FocusEvent < InputElement , Element > Returns # void onChange # \u25b8 onChange ( evt ): void Parameters # Name Type evt ChangeEvent < any > Returns # void onFocus # \u25b8 onFocus ( evt ): void Parameters # Name Type evt FocusEvent < InputElement , Element > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < InputElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render select # \u25b8 select (): void Returns # void setDirty # \u25b8 setDirty ( dirty? ): void Parameters # Name Type Default value dirty boolean true Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < InputProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState setValidation # \u25b8 setValidation ( errors ): void Parameters # Name Type errors ReactNode [] Returns # void setValue # \u25b8 setValue ( value? ): void Parameters # Name Type Default value value string \"\" Returns # void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate validate # \u25b8 validate (): Promise < void > Returns # Promise < void >","title":"Class: Input"},{"location":"extensions/api/classes/Renderer.Component.Input/#class-input","text":"Renderer . Component .Input","title":"Class: Input"},{"location":"extensions/api/classes/Renderer.Component.Input/#hierarchy","text":"Component < InputProps , State > \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Input/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Input/#properties","text":"context input props refs setDirtyOnChange state validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Input/#accessors","text":"isUncontrolled showMaxLenIndicator themeSelection","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Input/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructor","text":"\u2022 new Input ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Input/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Input/#input","text":"\u2022 input : InputElement = null","title":"input"},{"location":"extensions/api/classes/Renderer.Component.Input/#props","text":"\u2022 Readonly props : Readonly < InputProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Input/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Input/#setdirtyonchange","text":"\u2022 setDirtyOnChange : DebouncedFunc < fn >","title":"setDirtyOnChange"},{"location":"extensions/api/classes/Renderer.Component.Input/#state","text":"\u2022 state : State","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Input/#validators","text":"\u2022 validators : InputValidator [] = []","title":"validators"},{"location":"extensions/api/classes/Renderer.Component.Input/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Input/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/Renderer.Component.Input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/Renderer.Component.Input/#themeselection","text":"\u2022 get themeSelection (): Record < string , boolean >","title":"themeSelection"},{"location":"extensions/api/classes/Renderer.Component.Input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Input/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Input/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Input/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Input/#blur","text":"\u25b8 blur (): void","title":"blur"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Input/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Input/#focus","text":"\u25b8 focus (): void","title":"focus"},{"location":"extensions/api/classes/Renderer.Component.Input/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Input/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Input/#getvalue","text":"\u25b8 getValue (): string","title":"getValue"},{"location":"extensions/api/classes/Renderer.Component.Input/#onblur","text":"\u25b8 onBlur ( evt ): void","title":"onBlur"},{"location":"extensions/api/classes/Renderer.Component.Input/#onchange","text":"\u25b8 onChange ( evt ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Input/#onfocus","text":"\u25b8 onFocus ( evt ): void","title":"onFocus"},{"location":"extensions/api/classes/Renderer.Component.Input/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Input/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Input/#select","text":"\u25b8 select (): void","title":"select"},{"location":"extensions/api/classes/Renderer.Component.Input/#setdirty","text":"\u25b8 setDirty ( dirty? ): void","title":"setDirty"},{"location":"extensions/api/classes/Renderer.Component.Input/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Input/#setvalidation","text":"\u25b8 setValidation ( errors ): void","title":"setValidation"},{"location":"extensions/api/classes/Renderer.Component.Input/#setvalue","text":"\u25b8 setValue ( value? ): void","title":"setValue"},{"location":"extensions/api/classes/Renderer.Component.Input/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Input/#validate","text":"\u25b8 validate (): Promise < void >","title":"validate"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/","text":"Class: KubeEventDetails # Renderer . Component .KubeEventDetails Hierarchy # Component < KubeEventDetailsProps > \u21b3 KubeEventDetails Table of contents # 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 # \u2022 new KubeEventDetails ( props ) Parameters # Name Type props KubeEventDetailsProps | Readonly < KubeEventDetailsProps > Inherited from # React.Component.constructor \u2022 new KubeEventDetails ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props KubeEventDetailsProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < KubeEventDetailsProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeEventDetailsProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#class-kubeeventdetails","text":"Renderer . Component .KubeEventDetails","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#hierarchy","text":"Component < KubeEventDetailsProps > \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructor","text":"\u2022 new KubeEventDetails ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#props","text":"\u2022 Readonly props : Readonly < KubeEventDetailsProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeEventDetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeEventDetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeEventDetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeEventDetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeEventDetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeEventDetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeEventDetails/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectDetails/","text":"Class: KubeObjectDetails # Renderer . Component .KubeObjectDetails Hierarchy # Component \u21b3 KubeObjectDetails Table of contents # Constructors # constructor Properties # context isLoading loader loadingError props refs state contextType Accessors # object path Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # \u2022 new KubeObjectDetails ( props ) Parameters # Name Type props Object Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context isLoading # \u2022 isLoading : boolean = false loader # \u2022 loader : IReactionDisposer loadingError # \u2022 loadingError : ReactNode props # \u2022 Readonly props : Readonly < Object > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # object # \u2022 get object (): KubeObject < KubeObjectMetadata , any , any > Returns # KubeObject < KubeObjectMetadata , any , any > path # \u2022 get path (): string Returns # string Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < Object > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Object >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#class-kubeobjectdetails","text":"Renderer . Component .KubeObjectDetails","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#accessors","text":"object path","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructor","text":"\u2022 new KubeObjectDetails ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#loader","text":"\u2022 loader : IReactionDisposer","title":"loader"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#loadingerror","text":"\u2022 loadingError : ReactNode","title":"loadingError"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#props","text":"\u2022 Readonly props : Readonly < Object > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectDetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#object","text":"\u2022 get object (): KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#path","text":"\u2022 get path (): string","title":"path"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectDetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectDetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectDetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectDetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectDetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectDetails/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectListLayout/","text":"Class: KubeObjectListLayout # Renderer . Component .KubeObjectListLayout Type parameters # Name Type K extends KubeObject Hierarchy # Component < KubeObjectListLayoutProps < K >> \u21b3 KubeObjectListLayout Table of contents # Constructors # constructor Properties # context loadErrors props refs state clusterContext contextType defaultProps Accessors # selectedItem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render renderLoadErrors setState shouldComponentUpdate Constructors # constructor # \u2022 new KubeObjectListLayout < K >( props ) Type parameters # Name Type K extends KubeObject < KubeObjectMetadata , any , any , K > Parameters # Name Type props KubeObjectListLayoutProps < K > Overrides # React.Component\\>.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context loadErrors # \u2022 loadErrors : string [] = [] props # \u2022 Readonly props : Readonly < KubeObjectListLayoutProps < K >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state clusterContext # \u25aa Static clusterContext : ClusterContext contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # selectedItem # \u2022 get selectedItem (): K Returns # K Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < K >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < K >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < K >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < K >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < K >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < K >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderLoadErrors # \u25b8 renderLoadErrors (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeObjectListLayoutProps < K >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < K >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectListLayout"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#class-kubeobjectlistlayoutk","text":"Renderer . Component .KubeObjectListLayout","title":"Class: KubeObjectListLayout<K>"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#hierarchy","text":"Component < KubeObjectListLayoutProps < K >> \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#properties","text":"context loadErrors props refs state clusterContext contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render renderLoadErrors setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructor","text":"\u2022 new KubeObjectListLayout < K >( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#loaderrors","text":"\u2022 loadErrors : string [] = []","title":"loadErrors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#props","text":"\u2022 Readonly props : Readonly < KubeObjectListLayoutProps < K >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#clustercontext","text":"\u25aa Static clusterContext : ClusterContext","title":"clusterContext"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectListLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#selecteditem","text":"\u2022 get selectedItem (): K","title":"selectedItem"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectListLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectListLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectListLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectListLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectListLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#renderloaderrors","text":"\u25b8 renderLoadErrors (): Element","title":"renderLoadErrors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectMeta/","text":"Class: KubeObjectMeta # Renderer . Component .KubeObjectMeta Hierarchy # Component < KubeObjectMetaProps > \u21b3 KubeObjectMeta Table of contents # 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 # \u2022 new KubeObjectMeta ( props ) Parameters # Name Type props KubeObjectMetaProps | Readonly < KubeObjectMetaProps > Inherited from # React.Component.constructor \u2022 new KubeObjectMeta ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props KubeObjectMetaProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < KubeObjectMetaProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultHiddenFields # \u25aa Static defaultHiddenFields : keyof KubeObjectMetadata [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate isHidden # \u25b8 isHidden ( field ): boolean Parameters # Name Type field keyof KubeObjectMetadata Returns # boolean render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeObjectMetaProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#class-kubeobjectmeta","text":"Renderer . Component .KubeObjectMeta","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#hierarchy","text":"Component < KubeObjectMetaProps > \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructor","text":"\u2022 new KubeObjectMeta ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#props","text":"\u2022 Readonly props : Readonly < KubeObjectMetaProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectMeta/#defaulthiddenfields","text":"\u25aa Static defaultHiddenFields : keyof KubeObjectMetadata []","title":"defaultHiddenFields"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectMeta/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectMeta/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectMeta/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectMeta/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectMeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectMeta/#ishidden","text":"\u25b8 isHidden ( field ): boolean","title":"isHidden"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.LineProgress/","text":"Class: LineProgress # Renderer . Component .LineProgress Hierarchy # PureComponent < LineProgressProps > \u21b3 LineProgress Table of contents # 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 # \u2022 new LineProgress ( props ) Parameters # Name Type props LineProgressProps | Readonly < LineProgressProps > Inherited from # React.PureComponent.constructor \u2022 new LineProgress ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props LineProgressProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < LineProgressProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : LineProgressProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < LineProgressProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: LineProgress"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#class-lineprogress","text":"Renderer . Component .LineProgress","title":"Class: LineProgress"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#hierarchy","text":"PureComponent < LineProgressProps > \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructor","text":"\u2022 new LineProgress ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#props","text":"\u2022 Readonly props : Readonly < LineProgressProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.LineProgress/#defaultprops","text":"\u25aa Static defaultProps : LineProgressProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.LineProgress/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.LineProgress/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.LineProgress/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.LineProgress/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.LineProgress/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.LineProgress/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.MainLayout/","text":"Class: MainLayout # Renderer . Component .MainLayout Main layout is commonly used as a wrapper for \"global pages\" link https://api-docs.k8slens.dev/master/extensions/capabilities/common-capabilities/#global-pages Hierarchy # Component < Props > \u21b3 MainLayout Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onSidebarResize render setState shouldComponentUpdate Constructors # constructor # \u2022 new MainLayout ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new MainLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onSidebarResize # \u25b8 onSidebarResize ( width ): void Parameters # Name Type width number Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: MainLayout"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#class-mainlayout","text":"Renderer . Component .MainLayout Main layout is commonly used as a wrapper for \"global pages\" link https://api-docs.k8slens.dev/master/extensions/capabilities/common-capabilities/#global-pages","title":"Class: MainLayout"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#hierarchy","text":"Component < Props > \u21b3 MainLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onSidebarResize render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructor","text":"\u2022 new MainLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.MainLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MainLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MainLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MainLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MainLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MainLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MainLayout/#onsidebarresize","text":"\u25b8 onSidebarResize ( width ): void","title":"onSidebarResize"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Menu/","text":"Class: Menu # Renderer . Component .Menu Hierarchy # Component < MenuProps , State > \u21b3 Menu Table of contents # Constructors # constructor Properties # context elem items opener props refs state contextType defaultProps Accessors # focusableItems focusedItem isClosed isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onBlur onClickOutside onContextMenu onKeyDown onScrollOutside onWindowResize open refreshPosition render setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new Menu ( props ) Parameters # Name Type props MenuProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLUListElement items # \u2022 Protected items : Object = {} Index signature # \u25aa [index: number ]: MenuItem opener # \u2022 opener : HTMLElement props # \u2022 Readonly props : Readonly < MenuProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # focusableItems # \u2022 Protected get focusableItems (): MenuItem [] Returns # MenuItem [] focusedItem # \u2022 Protected get focusedItem (): MenuItem Returns # MenuItem isClosed # \u2022 get isClosed (): boolean Returns # boolean isOpen # \u2022 get isOpen (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate bindItemRef # \u25b8 Protected bindItemRef ( item , index ): void Parameters # Name Type item MenuItem index number Returns # void bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLUListElement Returns # void close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps MenuProps Returns # void Overrides # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate focusNextItem # \u25b8 Protected focusNextItem ( reverse? ): void Parameters # Name Type Default value reverse boolean false Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate onBlur # \u25b8 onBlur (): void Returns # void onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onContextMenu # \u25b8 onContextMenu (): void Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onScrollOutside # \u25b8 onScrollOutside ( evt ): void Parameters # Name Type evt UIEvent Returns # void onWindowResize # \u25b8 onWindowResize (): void Returns # void open # \u25b8 open (): void Returns # void refreshPosition # \u25b8 refreshPosition (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < MenuProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: Menu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#class-menu","text":"Renderer . Component .Menu","title":"Class: Menu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#hierarchy","text":"Component < MenuProps , State > \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Menu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#properties","text":"context elem items opener props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Menu/#accessors","text":"focusableItems focusedItem isClosed isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onBlur onClickOutside onContextMenu onKeyDown onScrollOutside onWindowResize open refreshPosition render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructor","text":"\u2022 new Menu ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Menu/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Menu/#elem","text":"\u2022 elem : HTMLUListElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#items","text":"\u2022 Protected items : Object = {}","title":"items"},{"location":"extensions/api/classes/Renderer.Component.Menu/#opener","text":"\u2022 opener : HTMLElement","title":"opener"},{"location":"extensions/api/classes/Renderer.Component.Menu/#props","text":"\u2022 Readonly props : Readonly < MenuProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Menu/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Menu/#state","text":"\u2022 state : State = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Menu/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Menu/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#focusableitems","text":"\u2022 Protected get focusableItems (): MenuItem []","title":"focusableItems"},{"location":"extensions/api/classes/Renderer.Component.Menu/#focuseditem","text":"\u2022 Protected get focusedItem (): MenuItem","title":"focusedItem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#isclosed","text":"\u2022 get isClosed (): boolean","title":"isClosed"},{"location":"extensions/api/classes/Renderer.Component.Menu/#isopen","text":"\u2022 get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.Menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Menu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Menu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Menu/#binditemref","text":"\u25b8 Protected bindItemRef ( item , index ): void","title":"bindItemRef"},{"location":"extensions/api/classes/Renderer.Component.Menu/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Menu/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Menu/#focusnextitem","text":"\u25b8 Protected focusNextItem ( reverse? ): void","title":"focusNextItem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Menu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Menu/#onblur","text":"\u25b8 onBlur (): void","title":"onBlur"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Menu/#oncontextmenu","text":"\u25b8 onContextMenu (): void","title":"onContextMenu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt ): void","title":"onScrollOutside"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onwindowresize","text":"\u25b8 onWindowResize (): void","title":"onWindowResize"},{"location":"extensions/api/classes/Renderer.Component.Menu/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Menu/#refreshposition","text":"\u25b8 refreshPosition (): void","title":"refreshPosition"},{"location":"extensions/api/classes/Renderer.Component.Menu/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Menu/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Menu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Menu/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/","text":"Class: MenuActions # Renderer . Component .MenuActions Hierarchy # Component < MenuActionsProps > \u21b3 MenuActions Table of contents # Constructors # constructor Properties # context id isOpen props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new MenuActions ( props ) Parameters # Name Type props MenuActionsProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context id # \u2022 id : string isOpen # \u2022 isOpen : boolean = !!this.props.toolbar props # \u2022 Readonly props : Readonly < MenuActionsProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : MenuActionsProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate remove # \u25b8 remove (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderTriggerIcon # \u25b8 renderTriggerIcon (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < MenuActionsProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: MenuActions"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#class-menuactions","text":"Renderer . Component .MenuActions","title":"Class: MenuActions"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#hierarchy","text":"Component < MenuActionsProps > \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#properties","text":"context id isOpen props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructor","text":"\u2022 new MenuActions ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#id","text":"\u2022 id : string","title":"id"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#isopen","text":"\u2022 isOpen : boolean = !!this.props.toolbar","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#props","text":"\u2022 Readonly props : Readonly < MenuActionsProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.MenuActions/#defaultprops","text":"\u25aa Static defaultProps : MenuActionsProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuActions/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuActions/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MenuActions/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuActions/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuActions/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MenuActions/#remove","text":"\u25b8 remove (): void","title":"remove"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element","title":"renderTriggerIcon"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.MenuActions/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/","text":"Class: MenuItem # Renderer . Component .MenuItem Hierarchy # Component < MenuItemProps > \u21b3 MenuItem Table of contents # 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 # \u2022 new MenuItem ( props ) Parameters # Name Type props MenuItemProps Overrides # React.Component.constructor Properties # context # \u2022 context : Menu Overrides # React.Component.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < MenuItemProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static contextType : Context < Menu > = MenuContext Overrides # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # isFocusable # \u2022 get isFocusable (): boolean Returns # boolean isLink # \u2022 get isLink (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < MenuItemProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: MenuItem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#class-menuitem","text":"Renderer . Component .MenuItem","title":"Class: MenuItem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#hierarchy","text":"Component < MenuItemProps > \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructor","text":"\u2022 new MenuItem ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#context","text":"\u2022 context : Menu","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#props","text":"\u2022 Readonly props : Readonly < MenuItemProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#contexttype","text":"\u25aa Static contextType : Context < Menu > = MenuContext","title":"contextType"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#isfocusable","text":"\u2022 get isFocusable (): boolean","title":"isFocusable"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#islink","text":"\u2022 get isLink (): boolean","title":"isLink"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuItem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuItem/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MenuItem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuItem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuItem/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MenuItem/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.NamespaceSelect/","text":"Class: NamespaceSelect # Renderer . Component .NamespaceSelect Hierarchy # Component < Props > \u21b3 NamespaceSelect Table of contents # 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 # \u2022 new NamespaceSelect ( props ) Parameters # Name Type props Props Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # options # \u2022 get options (): SelectOption < any >[] Returns # SelectOption < any >[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate formatOptionLabel # \u25b8 formatOptionLabel ( option ): Object Parameters # Name Type option SelectOption < any > Returns # Object getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#class-namespaceselect","text":"Renderer . Component .NamespaceSelect","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#hierarchy","text":"Component < Props > \u21b3 NamespaceSelect","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#accessors","text":"options","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.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/Renderer.Component.NamespaceSelect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#constructor","text":"\u2022 new NamespaceSelect ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.NamespaceSelect/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#options","text":"\u2022 get options (): SelectOption < any >[]","title":"options"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.NamespaceSelect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelect/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelect/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( option ): Object","title":"formatOptionLabel"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.NamespaceSelect/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.NamespaceSelectFilter/","text":"Class: NamespaceSelectFilter # Renderer . Component .NamespaceSelectFilter Hierarchy # Component < SelectProps > \u21b3 NamespaceSelectFilter Table of contents # Constructors # constructor Properties # context props refs state contextType isMenuOpen isMultiSelection Accessors # isMenuOpen isMultiSelection Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate onChange onClick onKeyDown onKeyUp render reset setState shouldComponentUpdate Constructors # constructor # \u2022 new NamespaceSelectFilter ( props ) Parameters # Name Type props SelectProps < any > Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType isMenuOpen # \u25aa Static isMenuOpen : IObservableValue < boolean > isMultiSelection # \u25aa Static isMultiSelection : IObservableValue < boolean > Accessors # isMenuOpen # \u2022 get isMenuOpen (): boolean Returns # boolean \u2022 set isMenuOpen ( val ): void Parameters # Name Type val boolean Returns # void isMultiSelection # \u2022 get isMultiSelection (): boolean Returns # boolean \u2022 set isMultiSelection ( val ): void Parameters # Name Type val boolean Returns # void Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate formatOptionLabel # \u25b8 formatOptionLabel ( __namedParameters ): ReactNode Parameters # Name Type __namedParameters SelectOption < any > Returns # ReactNode getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onChange # \u25b8 onChange ( __namedParameters ): void Parameters # Name Type __namedParameters SelectOption < any >[] Returns # void onClick # \u25b8 onClick (): void Returns # void onKeyDown # \u25b8 onKeyDown ( e ): void Parameters # Name Type e KeyboardEvent < Element > Returns # void onKeyUp # \u25b8 onKeyUp ( e ): void Parameters # Name Type e KeyboardEvent < Element > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render reset # \u25b8 reset (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SelectProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#class-namespaceselectfilter","text":"Renderer . Component .NamespaceSelectFilter","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#hierarchy","text":"Component < SelectProps > \u21b3 NamespaceSelectFilter","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#properties","text":"context props refs state contextType isMenuOpen isMultiSelection","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#accessors","text":"isMenuOpen isMultiSelection","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate onChange onClick onKeyDown onKeyUp render reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructor","text":"\u2022 new NamespaceSelectFilter ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#props","text":"\u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.NamespaceSelectFilter/#ismenuopen","text":"\u25aa Static isMenuOpen : IObservableValue < boolean >","title":"isMenuOpen"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismultiselection","text":"\u25aa Static isMultiSelection : IObservableValue < boolean >","title":"isMultiSelection"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismenuopen_1","text":"\u2022 get isMenuOpen (): boolean","title":"isMenuOpen"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismultiselection_1","text":"\u2022 get isMultiSelection (): boolean","title":"isMultiSelection"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelectFilter/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.NamespaceSelectFilter/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelectFilter/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelectFilter/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( __namedParameters ): ReactNode","title":"formatOptionLabel"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.NamespaceSelectFilter/#onchange","text":"\u25b8 onChange ( __namedParameters ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onclick","text":"\u25b8 onClick (): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onkeydown","text":"\u25b8 onKeyDown ( e ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onkeyup","text":"\u25b8 onKeyUp ( e ): void","title":"onKeyUp"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Notifications/","text":"Class: Notifications # Renderer . Component .Notifications Hierarchy # Component \u21b3 Notifications Table of contents # 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 shortInfo Constructors # constructor # \u2022 new Notifications ( props ) Parameters # Name Type props {} | Readonly < Object > Inherited from # React.Component.constructor \u2022 new Notifications ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Object context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < Object > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getMessage # \u25b8 getMessage ( notification ): ( ReactChild | ReactFragment | ReactPortal )[] Parameters # Name Type notification Notification Returns # ( ReactChild | ReactFragment | ReactPortal )[] getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < Object > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render scrollToLastNotification # \u25b8 scrollToLastNotification (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Object >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate error # \u25b8 Static error ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void info # \u25b8 Static info ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void ok # \u25b8 Static ok ( message ): () => void Parameters # Name Type message NotificationMessage Returns # fn \u25b8 (): void Returns # void shortInfo # \u25b8 Static shortInfo ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void","title":"Class: Notifications"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#class-notifications","text":"Renderer . Component .Notifications","title":"Class: Notifications"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.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 shortInfo","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructor","text":"\u2022 new Notifications ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#props","text":"\u2022 Readonly props : Readonly < Object > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Notifications/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Notifications/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Notifications/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Notifications/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#getmessage","text":"\u25b8 getMessage ( notification ): ( ReactChild | ReactFragment | ReactPortal )[]","title":"getMessage"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Notifications/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Notifications/#error","text":"\u25b8 Static error ( message , customOpts? ): () => void","title":"error"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#info","text":"\u25b8 Static info ( message , customOpts? ): () => void","title":"info"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#ok","text":"\u25b8 Static ok ( message ): () => void","title":"ok"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#shortinfo","text":"\u25b8 Static shortInfo ( message , customOpts? ): () => void","title":"shortInfo"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/","text":"Class: NotificationsStore # Renderer . Component .NotificationsStore Table of contents # Constructors # constructor Properties # autoHideTimers notifications Methods # add addAutoHideTimer getById remove removeAutoHideTimer Constructors # constructor # \u2022 new NotificationsStore () Properties # autoHideTimers # \u2022 Protected autoHideTimers : Map < NotificationId , number > notifications # \u2022 notifications : IObservableArray < Notification > Methods # add # \u25b8 add ( notification ): () => void Parameters # Name Type notification Notification Returns # fn \u25b8 (): void Returns # void addAutoHideTimer # \u25b8 addAutoHideTimer ( id ): void Parameters # Name Type id NotificationId Returns # void getById # \u25b8 getById ( id ): Notification Parameters # Name Type id NotificationId Returns # Notification remove # \u25b8 remove ( id ): void Parameters # Name Type id NotificationId Returns # void removeAutoHideTimer # \u25b8 removeAutoHideTimer ( id ): void Parameters # Name Type id NotificationId Returns # void","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#class-notificationsstore","text":"Renderer . Component .NotificationsStore","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#methods","text":"add addAutoHideTimer getById remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructor","text":"\u2022 new NotificationsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#autohidetimers","text":"\u2022 Protected autoHideTimers : Map < NotificationId , number >","title":"autoHideTimers"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#notifications","text":"\u2022 notifications : IObservableArray < Notification >","title":"notifications"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#add","text":"\u25b8 add ( notification ): () => void","title":"add"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( id ): void","title":"addAutoHideTimer"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#getbyid","text":"\u25b8 getById ( id ): Notification","title":"getById"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#remove","text":"\u25b8 remove ( id ): void","title":"remove"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( id ): void","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/","text":"Class: PageLayout # Renderer . Component .PageLayout PageLayout is deprecated. See MainLayout & SettingLayout deprecated Hierarchy # SettingLayout \u21b3 PageLayout Table of contents # 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 onEscapeKey render setState shouldComponentUpdate Constructors # constructor # \u2022 new PageLayout ( props ) Parameters # Name Type props SettingLayoutProps | Readonly < SettingLayoutProps > Inherited from # SettingLayout . constructor \u2022 new PageLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SettingLayoutProps context any Inherited from # SettingLayout . constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # SettingLayout . context props # \u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object > Inherited from # SettingLayout . props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # SettingLayout . refs state # \u2022 state : Readonly < Object > Inherited from # SettingLayout . state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # SettingLayout . contextType defaultProps # \u25aa Static defaultProps : object Inherited from # SettingLayout . defaultProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # SettingLayout . UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # SettingLayout . UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # SettingLayout . UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # SettingLayout . componentDidCatch componentDidMount # \u25b8 componentDidMount (): Promise < void > Returns # Promise < void > Inherited from # SettingLayout . componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < SettingLayoutProps > prevState Readonly < Object > snapshot? any Returns # void Inherited from # SettingLayout . componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # SettingLayout . componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # SettingLayout . componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Inherited from # SettingLayout . componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # SettingLayout . componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # SettingLayout . forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < SettingLayoutProps > prevState Readonly < Object > Returns # any Inherited from # SettingLayout . getSnapshotBeforeUpdate onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void Inherited from # SettingLayout . onEscapeKey render # \u25b8 render (): Element Returns # Element Inherited from # SettingLayout . render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SettingLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # SettingLayout . setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # SettingLayout . shouldComponentUpdate","title":"Class: PageLayout"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#class-pagelayout","text":"Renderer . Component .PageLayout PageLayout is deprecated. See MainLayout & SettingLayout deprecated","title":"Class: PageLayout"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#hierarchy","text":"SettingLayout \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructor","text":"\u2022 new PageLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#props","text":"\u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PageLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PageLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PageLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise < void >","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PageLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PageLayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PageLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PageLayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.PieChart/","text":"Class: PieChart # Renderer . Component .PieChart Hierarchy # Component < Props > \u21b3 PieChart Table of contents # 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 # \u2022 new PieChart ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new PieChart ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: PieChart"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#class-piechart","text":"Renderer . Component .PieChart","title":"Class: PieChart"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#hierarchy","text":"Component < Props > \u21b3 PieChart","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructor","text":"\u2022 new PieChart ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PieChart/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PieChart/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PieChart/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PieChart/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PieChart/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PieChart/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PieChart/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.PodDetailsList/","text":"Class: PodDetailsList # Renderer . Component .PodDetailsList Hierarchy # Component < Props > \u21b3 PodDetailsList Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getTableRow render renderCpuUsage renderMemoryUsage setState shouldComponentUpdate Constructors # constructor # \u2022 new PodDetailsList ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new PodDetailsList ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getTableRow # \u25b8 getTableRow ( uid ): Element Parameters # Name Type uid string Returns # Element render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderCpuUsage # \u25b8 renderCpuUsage ( id , usage ): string | 0 | Element Parameters # Name Type id string usage number Returns # string | 0 | Element renderMemoryUsage # \u25b8 renderMemoryUsage ( id , usage ): string | 0 | Element Parameters # Name Type id string usage number Returns # string | 0 | Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: PodDetailsList"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#class-poddetailslist","text":"Renderer . Component .PodDetailsList","title":"Class: PodDetailsList"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#hierarchy","text":"Component < Props > \u21b3 PodDetailsList","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getTableRow render renderCpuUsage renderMemoryUsage setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructor","text":"\u2022 new PodDetailsList ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PodDetailsList/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PodDetailsList/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PodDetailsList/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PodDetailsList/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PodDetailsList/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PodDetailsList/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PodDetailsList/#gettablerow","text":"\u25b8 getTableRow ( uid ): Element","title":"getTableRow"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#rendercpuusage","text":"\u25b8 renderCpuUsage ( id , usage ): string | 0 | Element","title":"renderCpuUsage"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#rendermemoryusage","text":"\u25b8 renderMemoryUsage ( id , usage ): string | 0 | Element","title":"renderMemoryUsage"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Radio/","text":"Class: Radio # Renderer . Component .Radio Hierarchy # Component < RadioProps > \u21b3 Radio Table of contents # 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 # \u2022 new Radio ( props ) Parameters # Name Type props RadioProps | Readonly < RadioProps > Inherited from # React.Component.constructor \u2022 new Radio ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props RadioProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < RadioProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onChange # \u25b8 onChange (): void Returns # void onKeyDown # \u25b8 onKeyDown ( e ): void Parameters # Name Type e KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < RadioProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Radio"},{"location":"extensions/api/classes/Renderer.Component.Radio/#class-radio","text":"Renderer . Component .Radio","title":"Class: Radio"},{"location":"extensions/api/classes/Renderer.Component.Radio/#hierarchy","text":"Component < RadioProps > \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Radio/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Radio/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructor","text":"\u2022 new Radio ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Radio/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Radio/#props","text":"\u2022 Readonly props : Readonly < RadioProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Radio/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Radio/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Radio/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Radio/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Radio/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Radio/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Radio/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Radio/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Radio/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Radio/#onchange","text":"\u25b8 onChange (): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Radio/#onkeydown","text":"\u25b8 onKeyDown ( e ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Radio/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Radio/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Radio/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.RadioGroup/","text":"Class: RadioGroup # Renderer . Component .RadioGroup Hierarchy # Component < RadioGroupProps , Object > \u21b3 RadioGroup Table of contents # 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 # \u2022 new RadioGroup ( props ) Parameters # Name Type props RadioGroupProps | Readonly < RadioGroupProps > Inherited from # React.Component.constructor \u2022 new RadioGroup ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props RadioGroupProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < RadioGroupProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < RadioGroupProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: RadioGroup"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#class-radiogroup","text":"Renderer . Component .RadioGroup","title":"Class: RadioGroup"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#hierarchy","text":"Component < RadioGroupProps , Object > \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructor","text":"\u2022 new RadioGroup ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#props","text":"\u2022 Readonly props : Readonly < RadioGroupProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.RadioGroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.RadioGroup/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.RadioGroup/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.RadioGroup/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.RadioGroup/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.RadioGroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.RadioGroup/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SearchInput/","text":"Class: SearchInput # Renderer . Component .SearchInput Hierarchy # Component < Props > \u21b3 SearchInput Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGlobalKey onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new SearchInput ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new SearchInput ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate clear # \u25b8 clear (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onGlobalKey # \u25b8 onGlobalKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SearchInput"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#class-searchinput","text":"Renderer . Component .SearchInput","title":"Class: SearchInput"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#hierarchy","text":"Component < Props > \u21b3 SearchInput","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGlobalKey onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructor","text":"\u2022 new SearchInput ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SearchInput/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SearchInput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SearchInput/#clear","text":"\u25b8 clear (): void","title":"clear"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SearchInput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SearchInput/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SearchInput/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SearchInput/#onglobalkey","text":"\u25b8 onGlobalKey ( evt ): void","title":"onGlobalKey"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Select/","text":"Class: Select # Renderer . Component .Select Hierarchy # Component < SelectProps > \u21b3 Select Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # options selectedOption themeClass Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new Select ( props ) Parameters # Name Type props SelectProps < any > Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : SelectProps < any > Accessors # options # \u2022 get options (): SelectOption < any >[] Returns # SelectOption < any >[] selectedOption # \u2022 get selectedOption (): SelectOption < any > | SelectOption < any >[] Returns # SelectOption < any > | SelectOption < any >[] themeClass # \u2022 get themeClass (): string Returns # string Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate isValidOption # \u25b8 Protected isValidOption ( opt ): boolean Parameters # Name Type opt any Returns # boolean onChange # \u25b8 onChange ( value , meta ): void Parameters # Name Type value SelectOption < any > meta ActionMeta < any > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < HTMLElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SelectProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Select"},{"location":"extensions/api/classes/Renderer.Component.Select/#class-select","text":"Renderer . Component .Select","title":"Class: Select"},{"location":"extensions/api/classes/Renderer.Component.Select/#hierarchy","text":"Component < SelectProps > \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Select/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Select/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Select/#accessors","text":"options selectedOption themeClass","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Select/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructor","text":"\u2022 new Select ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Select/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Select/#props","text":"\u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Select/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Select/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Select/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Select/#defaultprops","text":"\u25aa Static defaultProps : SelectProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Select/#options","text":"\u2022 get options (): SelectOption < any >[]","title":"options"},{"location":"extensions/api/classes/Renderer.Component.Select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption < any > | SelectOption < any >[]","title":"selectedOption"},{"location":"extensions/api/classes/Renderer.Component.Select/#themeclass","text":"\u2022 get themeClass (): string","title":"themeClass"},{"location":"extensions/api/classes/Renderer.Component.Select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Select/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Select/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Select/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Select/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Select/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Select/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Select/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Select/#isvalidoption","text":"\u25b8 Protected isValidOption ( opt ): boolean","title":"isValidOption"},{"location":"extensions/api/classes/Renderer.Component.Select/#onchange","text":"\u25b8 onChange ( value , meta ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Select/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Select/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Select/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Select/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SettingLayout/","text":"Class: SettingLayout # Renderer . Component .SettingLayout Layout for settings like pages with navigation Hierarchy # Component < SettingLayoutProps > \u21b3 SettingLayout \u21b3\u21b3 PageLayout Table of contents # 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 onEscapeKey render setState shouldComponentUpdate Constructors # constructor # \u2022 new SettingLayout ( props ) Parameters # Name Type props SettingLayoutProps | Readonly < SettingLayoutProps > Inherited from # React.Component.constructor \u2022 new SettingLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SettingLayoutProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): Promise < void > Returns # Promise < void > Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < SettingLayoutProps > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < SettingLayoutProps > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SettingLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SettingLayout"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#class-settinglayout","text":"Renderer . Component .SettingLayout Layout for settings like pages with navigation","title":"Class: SettingLayout"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#hierarchy","text":"Component < SettingLayoutProps > \u21b3 SettingLayout \u21b3\u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructor","text":"\u2022 new SettingLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#props","text":"\u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SettingLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SettingLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SettingLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise < void >","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SettingLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SettingLayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SettingLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SettingLayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Slider/","text":"Class: Slider # Renderer . Component .Slider Hierarchy # Component < SliderProps > \u21b3 Slider Table of contents # 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 # \u2022 new Slider ( props ) Parameters # Name Type props SliderProps | Readonly < SliderProps > Inherited from # Component.constructor \u2022 new Slider ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SliderProps context any Inherited from # Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # Component.context props # \u2022 Readonly props : Readonly < SliderProps > & Readonly < Object > Inherited from # Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # Component.refs state # \u2022 state : Readonly < Object > Inherited from # Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SliderProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # Component.shouldComponentUpdate","title":"Class: Slider"},{"location":"extensions/api/classes/Renderer.Component.Slider/#class-slider","text":"Renderer . Component .Slider","title":"Class: Slider"},{"location":"extensions/api/classes/Renderer.Component.Slider/#hierarchy","text":"Component < SliderProps > \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Slider/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Slider/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructor","text":"\u2022 new Slider ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Slider/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Slider/#props","text":"\u2022 Readonly props : Readonly < SliderProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Slider/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Slider/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Slider/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Slider/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Slider/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Slider/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Slider/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Slider/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Slider/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Slider/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Slider/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Slider/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Slider/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Spinner/","text":"Class: Spinner # Renderer . Component .Spinner Hierarchy # Component < SpinnerProps , Object > \u21b3 Spinner Table of contents # 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 # \u2022 new Spinner ( props ) Parameters # Name Type props SpinnerProps | Readonly < SpinnerProps > Inherited from # React.Component.constructor \u2022 new Spinner ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SpinnerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SpinnerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : Object Type declaration # Name Type center boolean singleColor boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SpinnerProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Spinner"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#class-spinner","text":"Renderer . Component .Spinner","title":"Class: Spinner"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#hierarchy","text":"Component < SpinnerProps , Object > \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructor","text":"\u2022 new Spinner ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#props","text":"\u2022 Readonly props : Readonly < SpinnerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Spinner/#defaultprops","text":"\u25aa Static defaultProps : Object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Spinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Spinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Spinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Spinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Spinner/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.StatusBrick/","text":"Class: StatusBrick # Renderer . Component .StatusBrick Hierarchy # Component < StatusBrickProps > \u21b3 StatusBrick Table of contents # 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 # \u2022 new StatusBrick ( props ) Parameters # Name Type props StatusBrickProps | Readonly < StatusBrickProps > Inherited from # React.Component.constructor \u2022 new StatusBrick ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props StatusBrickProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < StatusBrickProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < StatusBrickProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: StatusBrick"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#class-statusbrick","text":"Renderer . Component .StatusBrick","title":"Class: StatusBrick"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#hierarchy","text":"Component < StatusBrickProps > \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructor","text":"\u2022 new StatusBrick ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#props","text":"\u2022 Readonly props : Readonly < StatusBrickProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.StatusBrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.StatusBrick/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.StatusBrick/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.StatusBrick/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.StatusBrick/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.StatusBrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.StatusBrick/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Stepper/","text":"Class: Stepper # Renderer . Component .Stepper Hierarchy # Component < StepperProps , Object > \u21b3 Stepper Table of contents # 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 # \u2022 new Stepper ( props ) Parameters # Name Type props StepperProps | Readonly < StepperProps > Inherited from # React.Component.constructor \u2022 new Stepper ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props StepperProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < StepperProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < StepperProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Stepper"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#class-stepper","text":"Renderer . Component .Stepper","title":"Class: Stepper"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#hierarchy","text":"Component < StepperProps , Object > \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructor","text":"\u2022 new Stepper ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#props","text":"\u2022 Readonly props : Readonly < StepperProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Stepper/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Stepper/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Stepper/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Stepper/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Stepper/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SubTitle/","text":"Class: SubTitle # Renderer . Component .SubTitle Hierarchy # Component < Props > \u21b3 SubTitle Table of contents # 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 # \u2022 new SubTitle ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new SubTitle ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SubTitle"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#class-subtitle","text":"Renderer . Component .SubTitle","title":"Class: SubTitle"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#hierarchy","text":"Component < Props > \u21b3 SubTitle","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructor","text":"\u2022 new SubTitle ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SubTitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SubTitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SubTitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SubTitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SubTitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SubTitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SubTitle/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Tab/","text":"Class: Tab # Renderer . Component .Tab Hierarchy # PureComponent < TabProps > \u21b3 Tab Table of contents # Constructors # constructor Properties # context props ref refs state contextType Accessors # isActive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView setState shouldComponentUpdate Constructors # constructor # \u2022 new Tab ( props ) Parameters # Name Type props TabProps < any > | Readonly < TabProps < any >> Inherited from # React.PureComponent.constructor \u2022 new Tab ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TabProps < any > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : TabsContextValue < any > Overrides # React.PureComponent.context props # \u2022 Readonly props : Readonly < TabProps < any >> & Readonly < Object > Inherited from # React.PureComponent.props ref # \u2022 ref : RefObject < HTMLDivElement > refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static contextType : Context < TabsContextValue < any >> = TabsContext Overrides # React.PureComponent.contextType Accessors # isActive # \u2022 get isActive (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate focus # \u25b8 focus (): void Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < HTMLElement , MouseEvent > Returns # void onFocus # \u25b8 onFocus ( evt ): void Parameters # Name Type evt FocusEvent < HTMLElement , Element > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < HTMLElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render scrollIntoView # \u25b8 scrollIntoView (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TabProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Tab"},{"location":"extensions/api/classes/Renderer.Component.Tab/#class-tab","text":"Renderer . Component .Tab","title":"Class: Tab"},{"location":"extensions/api/classes/Renderer.Component.Tab/#hierarchy","text":"PureComponent < TabProps > \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tab/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#properties","text":"context props ref refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructor","text":"\u2022 new Tab ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tab/#context","text":"\u2022 context : TabsContextValue < any >","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tab/#props","text":"\u2022 Readonly props : Readonly < TabProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tab/#ref","text":"\u2022 ref : RefObject < HTMLDivElement >","title":"ref"},{"location":"extensions/api/classes/Renderer.Component.Tab/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tab/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tab/#contexttype","text":"\u25aa Static contextType : Context < TabsContextValue < any >> = TabsContext","title":"contextType"},{"location":"extensions/api/classes/Renderer.Component.Tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#isactive","text":"\u2022 get isActive (): boolean","title":"isActive"},{"location":"extensions/api/classes/Renderer.Component.Tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tab/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tab/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tab/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tab/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tab/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tab/#focus","text":"\u25b8 focus (): void","title":"focus"},{"location":"extensions/api/classes/Renderer.Component.Tab/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tab/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tab/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.Tab/#onfocus","text":"\u25b8 onFocus ( evt ): void","title":"onFocus"},{"location":"extensions/api/classes/Renderer.Component.Tab/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Tab/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void","title":"scrollIntoView"},{"location":"extensions/api/classes/Renderer.Component.Tab/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tab/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Table/","text":"Class: Table # Renderer . Component .Table Type parameters # Name Item Hierarchy # Component < TableProps < Item >> \u21b3 Table Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # isSortable 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 Constructors # constructor # \u2022 new Table < Item >( props ) Type parameters # Name Item Parameters # Name Type props TableProps < Item > Overrides # React.Component\\>.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableProps < Item >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : TableProps < any > Accessors # isSortable # \u2022 get isSortable (): boolean Returns # boolean sortParams # \u2022 get sortParams (): Partial < TableSortParams > Returns # Partial < TableSortParams > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < Item >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Item >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Item >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < Item >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Item >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Item >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getSorted # \u25b8 getSorted ( rawItems ): Item [] Parameters # Name Type rawItems Item [] Returns # Item [] onSort # \u25b8 Protected onSort ( __namedParameters ): void Parameters # Name Type __namedParameters TableSortParams Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderHead # \u25b8 renderHead (): ReactElement < TableHeadProps , string | JSXElementConstructor < any >> Returns # ReactElement < TableHeadProps , string | JSXElementConstructor < any >> renderRows # \u25b8 renderRows (): Object Returns # Object setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableProps < Item >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Item >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate sort # \u25b8 sort ( colName ): void Parameters # Name Type colName string Returns # void","title":"Class: Table"},{"location":"extensions/api/classes/Renderer.Component.Table/#class-tableitem","text":"Renderer . Component .Table","title":"Class: Table<Item>"},{"location":"extensions/api/classes/Renderer.Component.Table/#type-parameters","text":"Name Item","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Component.Table/#hierarchy","text":"Component < TableProps < Item >> \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Table/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Table/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Table/#accessors","text":"isSortable sortParams","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Table/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructor","text":"\u2022 new Table < Item >( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Table/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Table/#props","text":"\u2022 Readonly props : Readonly < TableProps < Item >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Table/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Table/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Table/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Table/#defaultprops","text":"\u25aa Static defaultProps : TableProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Table/#issortable","text":"\u2022 get isSortable (): boolean","title":"isSortable"},{"location":"extensions/api/classes/Renderer.Component.Table/#sortparams","text":"\u2022 get sortParams (): Partial < TableSortParams >","title":"sortParams"},{"location":"extensions/api/classes/Renderer.Component.Table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Table/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Table/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Table/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Table/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Table/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Table/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Table/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Table/#getsorted","text":"\u25b8 getSorted ( rawItems ): Item []","title":"getSorted"},{"location":"extensions/api/classes/Renderer.Component.Table/#onsort","text":"\u25b8 Protected onSort ( __namedParameters ): void","title":"onSort"},{"location":"extensions/api/classes/Renderer.Component.Table/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Table/#renderhead","text":"\u25b8 renderHead (): ReactElement < TableHeadProps , string | JSXElementConstructor < any >>","title":"renderHead"},{"location":"extensions/api/classes/Renderer.Component.Table/#renderrows","text":"\u25b8 renderRows (): Object","title":"renderRows"},{"location":"extensions/api/classes/Renderer.Component.Table/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Table/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Table/#sort","text":"\u25b8 sort ( colName ): void","title":"sort"},{"location":"extensions/api/classes/Renderer.Component.TableCell/","text":"Class: TableCell # Renderer . Component .TableCell Hierarchy # Component < TableCellProps > \u21b3 TableCell Table of contents # 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 # \u2022 new TableCell ( props ) Parameters # Name Type props TableCellProps | Readonly < TableCellProps > Inherited from # React.Component.constructor \u2022 new TableCell ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableCellProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableCellProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # isSortable # \u2022 get isSortable (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < HTMLDivElement , MouseEvent > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderCheckbox # \u25b8 renderCheckbox (): Element Returns # Element renderSortIcon # \u25b8 renderSortIcon (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableCellProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableCell"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#class-tablecell","text":"Renderer . Component .TableCell","title":"Class: TableCell"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#hierarchy","text":"Component < TableCellProps > \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructor","text":"\u2022 new TableCell ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#props","text":"\u2022 Readonly props : Readonly < TableCellProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableCell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#issortable","text":"\u2022 get isSortable (): boolean","title":"isSortable"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableCell/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableCell/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableCell/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableCell/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableCell/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableCell/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element","title":"renderCheckbox"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element","title":"renderSortIcon"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TableHead/","text":"Class: TableHead # Renderer . Component .TableHead Hierarchy # Component < TableHeadProps > \u21b3 TableHead Table of contents # 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 # \u2022 new TableHead ( props ) Parameters # Name Type props TableHeadProps | Readonly < TableHeadProps > Inherited from # React.Component.constructor \u2022 new TableHead ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableHeadProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableHeadProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : TableHeadProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableHeadProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableHead"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#class-tablehead","text":"Renderer . Component .TableHead","title":"Class: TableHead"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#hierarchy","text":"Component < TableHeadProps > \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructor","text":"\u2022 new TableHead ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#props","text":"\u2022 Readonly props : Readonly < TableHeadProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableHead/#defaultprops","text":"\u25aa Static defaultProps : TableHeadProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableHead/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableHead/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableHead/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableHead/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableHead/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableHead/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TableRow/","text":"Class: TableRow # Renderer . Component .TableRow Hierarchy # Component < TableRowProps > \u21b3 TableRow Table of contents # 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 # \u2022 new TableRow ( props ) Parameters # Name Type props TableRowProps | Readonly < TableRowProps > Inherited from # React.Component.constructor \u2022 new TableRow ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableRowProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableRowProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableRowProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableRow"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#class-tablerow","text":"Renderer . Component .TableRow","title":"Class: TableRow"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#hierarchy","text":"Component < TableRowProps > \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructor","text":"\u2022 new TableRow ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#props","text":"\u2022 Readonly props : Readonly < TableRowProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableRow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableRow/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableRow/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableRow/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableRow/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableRow/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableRow/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Tabs/","text":"Class: Tabs # Renderer . Component .Tabs Hierarchy # PureComponent < TabsProps > \u21b3 Tabs Table of contents # Constructors # constructor Properties # context elem props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # \u2022 new Tabs ( props ) Parameters # Name Type props TabsProps < any > | Readonly < TabsProps < any >> Inherited from # React.PureComponent.constructor \u2022 new Tabs ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TabsProps < any > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < TabsProps < any >> & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TabsProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Tabs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#class-tabs","text":"Renderer . Component .Tabs","title":"Class: Tabs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#hierarchy","text":"PureComponent < TabsProps > \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructor","text":"\u2022 new Tabs ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#props","text":"\u2022 Readonly props : Readonly < TabsProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tabs/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tabs/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tabs/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tabs/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tabs/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tabs/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TerminalStore/","text":"Class: TerminalStore # Renderer . Component .TerminalStore Hierarchy # Singleton \u21b3 TerminalStore Table of contents # Constructors # constructor Properties # connections terminals Methods # connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand createInstance getInstance resetInstance Constructors # constructor # \u2022 new TerminalStore () Overrides # Singleton . constructor Properties # connections # \u2022 Protected connections : ObservableMap < string , TerminalApi > terminals # \u2022 Protected terminals : Map < string , Terminal > Methods # connect # \u25b8 connect ( tabId ): void Parameters # Name Type tabId string Returns # void disconnect # \u25b8 disconnect ( tabId ): void Parameters # Name Type tabId string Returns # void getTerminal # \u25b8 getTerminal ( tabId ): Terminal Parameters # Name Type tabId string Returns # Terminal isConnected # \u25b8 isConnected ( tabId ): boolean Parameters # Name Type tabId string Returns # boolean isDisconnected # \u25b8 isDisconnected ( tabId ): boolean Parameters # Name Type tabId string Returns # boolean reconnect # \u25b8 reconnect ( tabId ): void Parameters # Name Type tabId string Returns # void reset # \u25b8 reset (): void Returns # void sendCommand # \u25b8 sendCommand ( command , options? ): Promise < void > Parameters # Name Type command string options Object options.enter? boolean options.newTab? boolean options.tabId? string Returns # Promise < void > createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # Singleton . createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # Singleton . getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # Singleton . resetInstance","title":"Class: TerminalStore"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#class-terminalstore","text":"Renderer . Component .TerminalStore","title":"Class: TerminalStore"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#hierarchy","text":"Singleton \u21b3 TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#properties","text":"connections terminals","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#methods","text":"connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructor","text":"\u2022 new TerminalStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#connections","text":"\u2022 Protected connections : ObservableMap < string , TerminalApi >","title":"connections"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#terminals","text":"\u2022 Protected terminals : Map < string , Terminal >","title":"terminals"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#connect","text":"\u25b8 connect ( tabId ): void","title":"connect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#disconnect","text":"\u25b8 disconnect ( tabId ): void","title":"disconnect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#getterminal","text":"\u25b8 getTerminal ( tabId ): Terminal","title":"getTerminal"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#isconnected","text":"\u25b8 isConnected ( tabId ): boolean","title":"isConnected"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#isdisconnected","text":"\u25b8 isDisconnected ( tabId ): boolean","title":"isDisconnected"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#reconnect","text":"\u25b8 reconnect ( tabId ): void","title":"reconnect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#sendcommand","text":"\u25b8 sendCommand ( command , options? ): Promise < void >","title":"sendCommand"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/","text":"Class: Tooltip # Renderer . Component .Tooltip Hierarchy # Component < TooltipProps > \u21b3 Tooltip Table of contents # 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 # \u2022 new Tooltip ( props ) Parameters # Name Type props TooltipProps Overrides # React.Component.constructor Properties # activePosition # \u2022 activePosition : TooltipPosition context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement isVisible # \u2022 isVisible : boolean = !!this.props.visible props # \u2022 Readonly props : Readonly < TooltipProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # hoverTarget # \u2022 get hoverTarget (): HTMLElement Returns # HTMLElement targetElem # \u2022 get targetElem (): HTMLElement Returns # HTMLElement Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getPosition # \u25b8 Protected getPosition ( position , tooltipBounds , targetBounds ): Object 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 , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onEnterTarget # \u25b8 Protected onEnterTarget (): void Returns # void onLeaveTarget # \u25b8 Protected onLeaveTarget (): void Returns # void refreshPosition # \u25b8 refreshPosition (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setPosition # \u25b8 Protected setPosition ( pos ): void Parameters # Name Type pos Object pos.left number pos.top number Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TooltipProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Tooltip"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#class-tooltip","text":"Renderer . Component .Tooltip","title":"Class: Tooltip"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#hierarchy","text":"Component < TooltipProps > \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructor","text":"\u2022 new Tooltip ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition","title":"activePosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible","title":"isVisible"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#props","text":"\u2022 Readonly props : Readonly < TooltipProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Tooltip/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tooltip/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tooltip/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tooltip/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#getposition","text":"\u25b8 Protected getPosition ( position , tooltipBounds , targetBounds ): Object","title":"getPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tooltip/#onentertarget","text":"\u25b8 Protected onEnterTarget (): void","title":"onEnterTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#onleavetarget","text":"\u25b8 Protected onLeaveTarget (): void","title":"onLeaveTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void","title":"refreshPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#setposition","text":"\u25b8 Protected setPosition ( pos ): void","title":"setPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Wizard/","text":"Class: Wizard # Renderer . Component .Wizard Hierarchy # Component < WizardProps , State > \u21b3 Wizard Table of contents # Constructors # constructor Properties # context props refs state contextType Accessors # step steps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate firstStep forceUpdate getSnapshotBeforeUpdate getValidStep isFirstStep isLastStep lastStep nextStep prevStep render setState shouldComponentUpdate Constructors # constructor # \u2022 new Wizard ( props ) Parameters # Name Type props WizardProps | Readonly < WizardProps > Inherited from # React.Component.constructor \u2022 new Wizard ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # step # \u2022 get step (): number Returns # number \u2022 set step ( step ): void Parameters # Name Type step number Returns # void steps # \u2022 get steps (): ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[] Returns # ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < WizardProps > prevState Readonly < State > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate firstStep # \u25b8 firstStep (): any Returns # any forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < WizardProps > prevState Readonly < State > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getValidStep # \u25b8 Protected getValidStep ( step ): number Parameters # Name Type step number Returns # number isFirstStep # \u25b8 isFirstStep (): boolean Returns # boolean isLastStep # \u25b8 isLastStep (): boolean Returns # boolean lastStep # \u25b8 lastStep (): any Returns # any nextStep # \u25b8 nextStep (): any Returns # any prevStep # \u25b8 prevStep (): any Returns # any render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"step\" Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < WizardProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Wizard"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#class-wizard","text":"Renderer . Component .Wizard","title":"Class: Wizard"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#hierarchy","text":"Component < WizardProps , State > \u21b3 Wizard","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#accessors","text":"step steps","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate firstStep forceUpdate getSnapshotBeforeUpdate getValidStep isFirstStep isLastStep lastStep nextStep prevStep render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructor","text":"\u2022 new Wizard ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#props","text":"\u2022 Readonly props : Readonly < WizardProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#state","text":"\u2022 state : State","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Wizard/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#step","text":"\u2022 get step (): number","title":"step"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#steps","text":"\u2022 get steps (): ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[]","title":"steps"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Wizard/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Wizard/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Wizard/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Wizard/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Wizard/#firststep","text":"\u25b8 firstStep (): any","title":"firstStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Wizard/#getvalidstep","text":"\u25b8 Protected getValidStep ( step ): number","title":"getValidStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#isfirststep","text":"\u25b8 isFirstStep (): boolean","title":"isFirstStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#islaststep","text":"\u25b8 isLastStep (): boolean","title":"isLastStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#laststep","text":"\u25b8 lastStep (): any","title":"lastStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#nextstep","text":"\u25b8 nextStep (): any","title":"nextStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#prevstep","text":"\u25b8 prevStep (): any","title":"prevStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardLayout/","text":"Class: WizardLayout # Renderer . Component .WizardLayout Hierarchy # Component < WizardLayoutProps > \u21b3 WizardLayout Table of contents # 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 # \u2022 new WizardLayout ( props ) Parameters # Name Type props WizardLayoutProps | Readonly < WizardLayoutProps > Inherited from # React.Component.constructor \u2022 new WizardLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardLayoutProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardLayoutProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < WizardLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: WizardLayout"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#class-wizardlayout","text":"Renderer . Component .WizardLayout","title":"Class: WizardLayout"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#hierarchy","text":"Component < WizardLayoutProps > \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructor","text":"\u2022 new WizardLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#props","text":"\u2022 Readonly props : Readonly < WizardLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.WizardLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.WizardLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.WizardLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardStep/","text":"Class: WizardStep # Renderer . Component .WizardStep Hierarchy # Component < WizardStepProps , WizardStepState > \u21b3 WizardStep Table of contents # 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 next prev render renderLoading setState shouldComponentUpdate submit Constructors # constructor # \u2022 new WizardStep ( props ) Parameters # Name Type props WizardStepProps < any > | Readonly < WizardStepProps < any >> Inherited from # React.Component.constructor \u2022 new WizardStep ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardStepProps < any > context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardStepProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : WizardStepState = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : WizardStepProps < any > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < WizardStepProps < any >> prevState Readonly < WizardStepState > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < WizardStepProps < any >> prevState Readonly < WizardStepState > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate next # \u25b8 next (): void Returns # void prev # \u25b8 prev (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderLoading # \u25b8 renderLoading (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"waiting\" Parameters # Name Type state WizardStepState | ( prevState : Readonly < WizardStepState >, props : Readonly < WizardStepProps < any >>) => WizardStepState | Pick < WizardStepState , K > | Pick < WizardStepState , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate submit # \u25b8 submit (): void Returns # void","title":"Class: WizardStep"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#class-wizardstep","text":"Renderer . Component .WizardStep","title":"Class: WizardStep"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#hierarchy","text":"Component < WizardStepProps , WizardStepState > \u21b3 WizardStep","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate next prev render renderLoading setState shouldComponentUpdate submit","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructor","text":"\u2022 new WizardStep ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#props","text":"\u2022 Readonly props : Readonly < WizardStepProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#state","text":"\u2022 state : WizardStepState = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.WizardStep/#defaultprops","text":"\u25aa Static defaultProps : WizardStepProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardStep/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardStep/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.WizardStep/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardStep/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardStep/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.WizardStep/#next","text":"\u25b8 next (): void","title":"next"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#prev","text":"\u25b8 prev (): void","title":"prev"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#renderloading","text":"\u25b8 renderLoading (): Element","title":"renderLoading"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardStep/#submit","text":"\u25b8 submit (): void","title":"submit"},{"location":"extensions/api/classes/Renderer.Ipc/","text":"Class: Ipc # Renderer .Ipc Hierarchy # IpcRegistrar \u21b3 Ipc Table of contents # Constructors # constructor Properties # [IpcPrefix] extension Methods # broadcast invoke listen createInstance getInstance resetInstance Constructors # constructor # \u2022 new Ipc ( extension ) Parameters # Name Type extension LensExtension Overrides # IpcRegistrar.constructor Properties # [IpcPrefix] # \u2022 Readonly [IpcPrefix] : string Inherited from # IpcRegistrar.__@IpcPrefix@44948 extension # \u2022 Protected extension : LensExtension Inherited from # IpcRegistrar.extension Methods # broadcast # \u25b8 broadcast ( channel , ... args ): void Parameters # Name Type Description channel string The channel to broadcast to your whole extension, both main and renderer ...args any [] The arguments passed to all listeners Returns # void Inherited from # IpcRegistrar.broadcast invoke # \u25b8 invoke ( channel , ... args ): Promise < any > Request main to execute its function over the channel channel. This function only interacts with functions registered via Ipc.IpcMain.handleRpc An error will be thrown if no function has been registered on main with this channel ID. Parameters # Name Type Description channel string The channel to invoke a RPC on ...args any [] The arguments to pass to the RPC Returns # Promise < any > A promise of the resulting value listen # \u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension. If the lifetime of the listener should be tied to the mounted lifetime of a component then putting the returned value in a disposeOnUnmount call will suffice. Parameters # Name Type Description channel string The channel to listen for broadcasts on listener ( event : IpcRendererEvent , ... args : any []) => any The function that will be called with the arguments of the broadcast Returns # Disposer An optional disposer, Lens will cleanup even if this is not called createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # IpcRegistrar.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # IpcRegistrar.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # IpcRegistrar.resetInstance","title":"Class: Ipc"},{"location":"extensions/api/classes/Renderer.Ipc/#class-ipc","text":"Renderer .Ipc","title":"Class: Ipc"},{"location":"extensions/api/classes/Renderer.Ipc/#hierarchy","text":"IpcRegistrar \u21b3 Ipc","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Ipc/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Ipc/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Ipc/#properties","text":"[IpcPrefix] extension","title":"Properties"},{"location":"extensions/api/classes/Renderer.Ipc/#methods","text":"broadcast invoke listen createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Renderer.Ipc/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Ipc/#constructor","text":"\u2022 new Ipc ( extension )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Ipc/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Ipc/#ipcprefix","text":"\u2022 Readonly [IpcPrefix] : string","title":"[IpcPrefix]"},{"location":"extensions/api/classes/Renderer.Ipc/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Renderer.Ipc/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Ipc/#broadcast","text":"\u25b8 broadcast ( channel , ... args ): void","title":"broadcast"},{"location":"extensions/api/classes/Renderer.Ipc/#invoke","text":"\u25b8 invoke ( channel , ... args ): Promise < any > Request main to execute its function over the channel channel. This function only interacts with functions registered via Ipc.IpcMain.handleRpc An error will be thrown if no function has been registered on main with this channel ID.","title":"invoke"},{"location":"extensions/api/classes/Renderer.Ipc/#listen","text":"\u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension. If the lifetime of the listener should be tied to the mounted lifetime of a component then putting the returned value in a disposeOnUnmount call will suffice.","title":"listen"},{"location":"extensions/api/classes/Renderer.Ipc/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Renderer.Ipc/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Renderer.Ipc/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/","text":"Class: CRDResourceStore # Renderer . K8sApi .CRDResourceStore Type parameters # Name Type K extends KubeObject Hierarchy # KubeObjectStore < K > \u21b3 CRDResourceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CRDResourceStore < K >( api ) Type parameters # Name Type K extends KubeObject < KubeObjectMetadata , any , any , K > Parameters # Name Type api KubeApi < K > Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < K > Inherited from # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < K > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < K , void , undefined > Returns # Generator < K , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): K [] Parameters # Name Type items K [] Returns # K [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): K [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # K [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): K Parameters # Name Type id string Returns # K Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): K [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # K [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): K Parameters # Name Type name string namespace? string Returns # K Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): K Parameters # Name Type path string Returns # K Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): K [] Returns # K [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items K [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item K Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems K [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < K > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | K []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | K []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < K > Parameters # Name Type resourcePath string Returns # Promise < K > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < K > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < K []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < K []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): K [] Parameters # Name Type partialItems K [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # K [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < K > Parameters # Name Type item K patch Patch Returns # Promise < K > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | K []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | K []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item K Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item K request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items K [] the items to be sorted (default: the current items in this store) sorting ( item : K ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # K [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems K [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < K > Parameters # Name Type item K data Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < K > Parameters # Name Type item K request () => Promise < K > Returns # Promise < K > Inherited from # KubeObjectStore . updateItem","title":"Class: CRDResourceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#class-crdresourcestorek","text":"Renderer . K8sApi .CRDResourceStore","title":"Class: CRDResourceStore<K>"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#hierarchy","text":"KubeObjectStore < K > \u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructor","text":"\u2022 new CRDResourceStore < K >( api )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#api","text":"\u2022 api : KubeApi < K >","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#items","text":"\u2022 items : IObservableArray < K >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#iterator","text":"\u25b8 [iterator] (): Generator < K , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#create","text":"\u25b8 create ( params , data? ): Promise < K >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < K >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): K []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): K []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbyid","text":"\u25b8 getById ( id ): K","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): K []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): K","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbypath","text":"\u25b8 getByPath ( path ): K","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getitems","text":"\u25b8 getItems (): K []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#load","text":"\u25b8 load ( params ): Promise < K >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | K []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < K >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < K >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < K []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): K []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < K >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | K []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#update","text":"\u25b8 update ( item , data ): Promise < K >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < K >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/","text":"Class: CRDStore # Renderer . K8sApi .CRDStore Hierarchy # KubeObjectStore < CustomResourceDefinition > \u21b3 CRDStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady groups namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getById getByLabel getByName getByObject getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CRDStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < CustomResourceDefinition > = crdApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < CustomResourceDefinition > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady groups # \u2022 get groups (): Record < string , CustomResourceDefinition []> Returns # Record < string , CustomResourceDefinition []> namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < CustomResourceDefinition , void , undefined > Returns # Generator < CustomResourceDefinition , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): CustomResourceDefinition [] Parameters # Name Type items CustomResourceDefinition [] Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): CustomResourceDefinition [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getAllByNs getByGroup # \u25b8 getByGroup ( group , pluralName ): CustomResourceDefinition Parameters # Name Type group string pluralName string Returns # CustomResourceDefinition getById # \u25b8 getById ( id ): CustomResourceDefinition Parameters # Name Type id string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): CustomResourceDefinition [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): CustomResourceDefinition Parameters # Name Type name string namespace? string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getByName getByObject # \u25b8 getByObject ( obj ): CustomResourceDefinition Parameters # Name Type obj KubeObject < KubeObjectMetadata , any , any > Returns # CustomResourceDefinition getByPath # \u25b8 getByPath ( path ): CustomResourceDefinition Parameters # Name Type path string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): CustomResourceDefinition [] Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items CustomResourceDefinition [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item CustomResourceDefinition Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems CustomResourceDefinition [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | CustomResourceDefinition []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | CustomResourceDefinition []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < CustomResourceDefinition > Parameters # Name Type resourcePath string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < CustomResourceDefinition []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < CustomResourceDefinition []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CustomResourceDefinition [] Parameters # Name Type partialItems CustomResourceDefinition [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition patch Patch Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | CustomResourceDefinition []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | CustomResourceDefinition []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item CustomResourceDefinition Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item CustomResourceDefinition request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): CustomResourceDefinition [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items CustomResourceDefinition [] Returns # CustomResourceDefinition [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems CustomResourceDefinition [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition data Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition request () => Promise < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . updateItem","title":"Class: CRDStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#class-crdstore","text":"Renderer . K8sApi .CRDStore","title":"Class: CRDStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#hierarchy","text":"KubeObjectStore < CustomResourceDefinition > \u21b3 CRDStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#accessors","text":"context contextItems contextReady groups namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getById getByLabel getByName getByObject getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructor","text":"\u2022 new CRDStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#api","text":"\u2022 api : KubeApi < CustomResourceDefinition > = crdApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#items","text":"\u2022 items : IObservableArray < CustomResourceDefinition >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#groups","text":"\u2022 get groups (): Record < string , CustomResourceDefinition []>","title":"groups"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#iterator","text":"\u25b8 [iterator] (): Generator < CustomResourceDefinition , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#create","text":"\u25b8 create ( params , data? ): Promise < CustomResourceDefinition >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < CustomResourceDefinition >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): CustomResourceDefinition []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): CustomResourceDefinition []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbygroup","text":"\u25b8 getByGroup ( group , pluralName ): CustomResourceDefinition","title":"getByGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyid","text":"\u25b8 getById ( id ): CustomResourceDefinition","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): CustomResourceDefinition []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): CustomResourceDefinition","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyobject","text":"\u25b8 getByObject ( obj ): CustomResourceDefinition","title":"getByObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbypath","text":"\u25b8 getByPath ( path ): CustomResourceDefinition","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getitems","text":"\u25b8 getItems (): CustomResourceDefinition []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#load","text":"\u25b8 load ( params ): Promise < CustomResourceDefinition >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | CustomResourceDefinition []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < CustomResourceDefinition >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < CustomResourceDefinition >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < CustomResourceDefinition []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CustomResourceDefinition []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < CustomResourceDefinition >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | CustomResourceDefinition []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): CustomResourceDefinition [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#update","text":"\u25b8 update ( item , data ): Promise < CustomResourceDefinition >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < CustomResourceDefinition >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/","text":"Class: ClusterRole # Renderer . K8sApi .ClusterRole Hierarchy # KubeObject \u21b3 ClusterRole Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata rules spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRole ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata rules # \u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ClusterRole\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRules # \u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] Returns # { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRole > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#class-clusterrole","text":"Renderer . K8sApi .ClusterRole","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#hierarchy","text":"KubeObject \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#properties","text":"apiVersion kind managedFields metadata rules spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructor","text":"\u2022 new ClusterRole ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#rules","text":"\u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"rules"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#kind_1","text":"\u25aa Static kind : string = \"ClusterRole\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getrules","text":"\u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"getRules"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/","text":"Class: ClusterRoleBinding # Renderer . K8sApi .ClusterRoleBinding Hierarchy # KubeObject \u21b3 ClusterRoleBinding Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRoleBinding ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata roleRef # \u2022 roleRef : Object Type declaration # Name Type apiGroup? string kind string name string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subjects # \u2022 Optional subjects : ClusterRoleBindingSubject [] apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ClusterRoleBinding\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSubjectNames # \u25b8 getSubjectNames (): string Returns # string getSubjects # \u25b8 getSubjects (): ClusterRoleBindingSubject [] Returns # ClusterRoleBindingSubject [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRoleBinding > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#class-clusterrolebinding","text":"Renderer . K8sApi .ClusterRoleBinding","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#hierarchy","text":"KubeObject \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#properties","text":"apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructor","text":"\u2022 new ClusterRoleBinding ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#roleref","text":"\u2022 roleRef : Object","title":"roleRef"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#subjects","text":"\u2022 Optional subjects : ClusterRoleBindingSubject []","title":"subjects"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#kind_1","text":"\u25aa Static kind : string = \"ClusterRoleBinding\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string","title":"getSubjectNames"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsubjects","text":"\u25b8 getSubjects (): ClusterRoleBindingSubject []","title":"getSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/","text":"Class: ConfigMap # Renderer . K8sApi .ConfigMap Hierarchy # KubeObject \u21b3 ConfigMap Table of contents # Constructors # constructor Properties # apiVersion data kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ConfigMap ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion data # \u2022 data : Object Index signature # \u25aa [param: string ]: string kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/configmaps\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ConfigMap\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKeys # \u25b8 getKeys (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ConfigMap > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#class-configmap","text":"Renderer . K8sApi .ConfigMap","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#properties","text":"apiVersion data kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructor","text":"\u2022 new ConfigMap ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#data","text":"\u2022 data : Object","title":"data"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/configmaps\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#kind_1","text":"\u25aa Static kind : string = \"ConfigMap\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getkeys","text":"\u25b8 getKeys (): string []","title":"getKeys"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/","text":"Class: ConfigMapsStore # Renderer . K8sApi .ConfigMapsStore Hierarchy # KubeObjectStore < ConfigMap > \u21b3 ConfigMapsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ConfigMapsStore ( api? ) Parameters # Name Type api? KubeApi < ConfigMap > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ConfigMap > = configMapApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ConfigMap > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ConfigMap , void , undefined > Returns # Generator < ConfigMap , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ConfigMap [] Parameters # Name Type items ConfigMap [] Returns # ConfigMap [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ConfigMap [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ConfigMap [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ConfigMap Parameters # Name Type id string Returns # ConfigMap Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ConfigMap [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ConfigMap [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ConfigMap Parameters # Name Type name string namespace? string Returns # ConfigMap Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ConfigMap Parameters # Name Type path string Returns # ConfigMap Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ConfigMap [] Returns # ConfigMap [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ConfigMap [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ConfigMap Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ConfigMap [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ConfigMap []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ConfigMap []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ConfigMap > Parameters # Name Type resourcePath string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ConfigMap []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ConfigMap []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ConfigMap [] Parameters # Name Type partialItems ConfigMap [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ConfigMap [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ConfigMap > Parameters # Name Type item ConfigMap patch Patch Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ConfigMap []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ConfigMap []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ConfigMap Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ConfigMap request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ConfigMap [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ConfigMap [] the items to be sorted (default: the current items in this store) sorting ( item : ConfigMap ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ConfigMap [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ConfigMap [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ConfigMap > Parameters # Name Type item ConfigMap data Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ConfigMap > Parameters # Name Type item ConfigMap request () => Promise < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . updateItem","title":"Class: ConfigMapsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#class-configmapsstore","text":"Renderer . K8sApi .ConfigMapsStore","title":"Class: ConfigMapsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#hierarchy","text":"KubeObjectStore < ConfigMap > \u21b3 ConfigMapsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructor","text":"\u2022 new ConfigMapsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#api","text":"\u2022 api : KubeApi < ConfigMap > = configMapApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#items","text":"\u2022 items : IObservableArray < ConfigMap >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#iterator","text":"\u25b8 [iterator] (): Generator < ConfigMap , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#create","text":"\u25b8 create ( params , data? ): Promise < ConfigMap >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ConfigMap >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ConfigMap []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ConfigMap []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbyid","text":"\u25b8 getById ( id ): ConfigMap","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ConfigMap []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ConfigMap","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbypath","text":"\u25b8 getByPath ( path ): ConfigMap","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getitems","text":"\u25b8 getItems (): ConfigMap []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#load","text":"\u25b8 load ( params ): Promise < ConfigMap >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ConfigMap []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ConfigMap >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ConfigMap >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ConfigMap []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ConfigMap []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ConfigMap >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ConfigMap []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ConfigMap [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#update","text":"\u25b8 update ( item , data ): Promise < ConfigMap >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ConfigMap >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/","text":"Class: CronJob # Renderer . K8sApi .CronJob Hierarchy # KubeObject \u21b3 CronJob Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CronJob ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type concurrencyPolicy string failedJobsHistoryLimit number jobTemplate Object jobTemplate.metadata Object jobTemplate.metadata.annotations? Object jobTemplate.metadata.creationTimestamp? string jobTemplate.metadata.labels? Object jobTemplate.spec Object jobTemplate.spec.template Object jobTemplate.spec.template.metadata Object jobTemplate.spec.template.metadata.creationTimestamp? string jobTemplate.spec.template.spec Object jobTemplate.spec.template.spec.containers IPodContainer [] jobTemplate.spec.template.spec.dnsPolicy string jobTemplate.spec.template.spec.hostPID boolean jobTemplate.spec.template.spec.restartPolicy string jobTemplate.spec.template.spec.schedulerName string jobTemplate.spec.template.spec.terminationGracePeriodSeconds number schedule string successfulJobsHistoryLimit number suspend boolean Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type lastScheduleTime? string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"CronJob\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastScheduleTime # \u25b8 getLastScheduleTime (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSchedule # \u25b8 getSchedule (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSuspendFlag # \u25b8 getSuspendFlag (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow isNeverRun # \u25b8 isNeverRun (): boolean Returns # boolean isSuspend # \u25b8 isSuspend (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < CronJob > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CronJob"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#class-cronjob","text":"Renderer . K8sApi .CronJob","title":"Class: CronJob"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructor","text":"\u2022 new CronJob ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#kind_1","text":"\u25aa Static kind : string = \"CronJob\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getlastscheduletime","text":"\u25b8 getLastScheduleTime (): string","title":"getLastScheduleTime"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getschedule","text":"\u25b8 getSchedule (): string","title":"getSchedule"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getsuspendflag","text":"\u25b8 getSuspendFlag (): string","title":"getSuspendFlag"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isneverrun","text":"\u25b8 isNeverRun (): boolean","title":"isNeverRun"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#issuspend","text":"\u25b8 isSuspend (): boolean","title":"isSuspend"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/","text":"Class: CronJobStore # Renderer . K8sApi .CronJobStore Hierarchy # KubeObjectStore < CronJob > \u21b3 CronJobStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getActiveJobsNum getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CronJobStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : CronJobApi = cronJobApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < CronJob > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < CronJob , void , undefined > Returns # Generator < CronJob , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): CronJob [] Parameters # Name Type items CronJob [] Returns # CronJob [] Inherited from # KubeObjectStore . filterItemsOnLoad getActiveJobsNum # \u25b8 getActiveJobsNum ( cronJob ): number Parameters # Name Type cronJob CronJob Returns # number getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): CronJob [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # CronJob [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): CronJob Parameters # Name Type id string Returns # CronJob Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): CronJob [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # CronJob [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): CronJob Parameters # Name Type name string namespace? string Returns # CronJob Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): CronJob Parameters # Name Type path string Returns # CronJob Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): CronJob [] Returns # CronJob [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( cronJobs? ): Object Parameters # Name Type cronJobs? CronJob [] Returns # Object Name Type scheduled number suspended number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item CronJob Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems CronJob [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CronJob > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | CronJob []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | CronJob []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < CronJob > Parameters # Name Type resourcePath string Returns # Promise < CronJob > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CronJob > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < CronJob []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < CronJob []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CronJob [] Parameters # Name Type partialItems CronJob [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # CronJob [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < CronJob > Parameters # Name Type item CronJob patch Patch Returns # Promise < CronJob > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | CronJob []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | CronJob []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item CronJob Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item CronJob request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): CronJob [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items CronJob [] the items to be sorted (default: the current items in this store) sorting ( item : CronJob ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # CronJob [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems CronJob [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < CronJob > Parameters # Name Type item CronJob data Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < CronJob > Parameters # Name Type item CronJob request () => Promise < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . updateItem","title":"Class: CronJobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#class-cronjobstore","text":"Renderer . K8sApi .CronJobStore","title":"Class: CronJobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#hierarchy","text":"KubeObjectStore < CronJob > \u21b3 CronJobStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getActiveJobsNum getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructor","text":"\u2022 new CronJobStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#api","text":"\u2022 api : CronJobApi = cronJobApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#items","text":"\u2022 items : IObservableArray < CronJob >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#iterator","text":"\u25b8 [iterator] (): Generator < CronJob , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#create","text":"\u25b8 create ( params , data? ): Promise < CronJob >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < CronJob >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): CronJob []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getactivejobsnum","text":"\u25b8 getActiveJobsNum ( cronJob ): number","title":"getActiveJobsNum"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): CronJob []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbyid","text":"\u25b8 getById ( id ): CronJob","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): CronJob []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): CronJob","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbypath","text":"\u25b8 getByPath ( path ): CronJob","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getitems","text":"\u25b8 getItems (): CronJob []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getstatuses","text":"\u25b8 getStatuses ( cronJobs? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#load","text":"\u25b8 load ( params ): Promise < CronJob >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | CronJob []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < CronJob >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < CronJob >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < CronJob []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CronJob []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < CronJob >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | CronJob []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): CronJob [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#update","text":"\u25b8 update ( item , data ): Promise < CronJob >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < CronJob >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/","text":"Class: CustomResourceDefinition # Renderer . K8sApi .CustomResourceDefinition Hierarchy # KubeObject \u21b3 CustomResourceDefinition Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CustomResourceDefinition ( data ) Parameters # Name Type data CRDApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : CustomResourceDefinitionSpec Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type acceptedNames Object acceptedNames.kind string acceptedNames.listKind string acceptedNames.plural string acceptedNames.shortNames string [] acceptedNames.singular string conditions { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type? : string }[] storedVersions string [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"CustomResourceDefinition\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[] Returns # { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[] getConversion # \u25b8 getConversion (): string Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getGroup # \u25b8 getGroup (): string Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNames # \u25b8 getNames (): Object Returns # Object Name Type kind string listKind string plural string singular string getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPluralName # \u25b8 getPluralName (): string Returns # string getPreferedVersion # \u25b8 getPreferedVersion (): CRDVersion Returns # CRDVersion getPrinterColumns # \u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 [] Parameters # Name Type Default value ignorePriority boolean true Returns # AdditionalPrinterColumnsV1 [] getResourceApiBase # \u25b8 getResourceApiBase (): string Returns # string getResourceKind # \u25b8 getResourceKind (): string Returns # string getResourceTitle # \u25b8 getResourceTitle (): string Returns # string getResourceUrl # \u25b8 getResourceUrl (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScope # \u25b8 getScope (): \"Namespaced\" | \"Cluster\" Returns # \"Namespaced\" | \"Cluster\" getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStoredVersions # \u25b8 getStoredVersions (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getValidation # \u25b8 getValidation (): string Returns # string getVersion # \u25b8 getVersion (): string Returns # string isNamespaced # \u25b8 isNamespaced (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < CustomResourceDefinition > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#class-customresourcedefinition","text":"Renderer . K8sApi .CustomResourceDefinition","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#methods","text":"delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructor","text":"\u2022 new CustomResourceDefinition ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#spec","text":"\u2022 spec : CustomResourceDefinitionSpec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#kind_1","text":"\u25aa Static kind : string = \"CustomResourceDefinition\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getconversion","text":"\u25b8 getConversion (): string","title":"getConversion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getgroup","text":"\u25b8 getGroup (): string","title":"getGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getnames","text":"\u25b8 getNames (): Object","title":"getNames"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getpluralname","text":"\u25b8 getPluralName (): string","title":"getPluralName"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getpreferedversion","text":"\u25b8 getPreferedVersion (): CRDVersion","title":"getPreferedVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 []","title":"getPrinterColumns"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceapibase","text":"\u25b8 getResourceApiBase (): string","title":"getResourceApiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourcekind","text":"\u25b8 getResourceKind (): string","title":"getResourceKind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourcetitle","text":"\u25b8 getResourceTitle (): string","title":"getResourceTitle"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceurl","text":"\u25b8 getResourceUrl (): string","title":"getResourceUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getscope","text":"\u25b8 getScope (): \"Namespaced\" | \"Cluster\"","title":"getScope"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getstoredversions","text":"\u25b8 getStoredVersions (): string","title":"getStoredVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getvalidation","text":"\u25b8 getValidation (): string","title":"getValidation"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getversion","text":"\u25b8 getVersion (): string","title":"getVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isnamespaced","text":"\u25b8 isNamespaced (): boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/","text":"Class: DaemonSet # Renderer . K8sApi .DaemonSet Hierarchy # WorkloadKubeObject \u21b3 DaemonSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new DaemonSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type revisionHistoryLimit number selector LabelSelector template Object template.metadata Object template.metadata.creationTimestamp? string template.metadata.labels Object template.metadata.labels.name string template.spec Object template.spec.affinity? IAffinity template.spec.containers IPodContainer [] template.spec.dnsPolicy string template.spec.hostPID boolean template.spec.initContainers? IPodContainer [] template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.securityContext Object template.spec.terminationGracePeriodSeconds number template.spec.tolerations { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] updateStrategy Object updateStrategy.rollingUpdate Object updateStrategy.rollingUpdate.maxUnavailable number updateStrategy.type string Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type currentNumberScheduled number desiredNumberScheduled number numberAvailable number numberMisscheduled number numberReady number numberUnavailable number observedGeneration number updatedNumberScheduled number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"DaemonSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < DaemonSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#class-daemonset","text":"Renderer . K8sApi .DaemonSet","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructor","text":"\u2022 new DaemonSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#kind_1","text":"\u25aa Static kind : string = \"DaemonSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/","text":"Class: DaemonSetStore # Renderer . K8sApi .DaemonSetStore Hierarchy # KubeObjectStore < DaemonSet > \u21b3 DaemonSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new DaemonSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : DaemonSetApi = daemonSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < DaemonSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < DaemonSet , void , undefined > Returns # Generator < DaemonSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): DaemonSet [] Parameters # Name Type items DaemonSet [] Returns # DaemonSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): DaemonSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # DaemonSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): DaemonSet Parameters # Name Type id string Returns # DaemonSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): DaemonSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # DaemonSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): DaemonSet Parameters # Name Type name string namespace? string Returns # DaemonSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): DaemonSet Parameters # Name Type path string Returns # DaemonSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( daemonSet ): Pod [] Parameters # Name Type daemonSet DaemonSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): DaemonSet [] Returns # DaemonSet [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( daemonSets? ): Object Parameters # Name Type daemonSets? DaemonSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item DaemonSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems DaemonSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | DaemonSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | DaemonSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < DaemonSet > Parameters # Name Type resourcePath string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < DaemonSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < DaemonSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): DaemonSet [] Parameters # Name Type partialItems DaemonSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # DaemonSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < DaemonSet > Parameters # Name Type item DaemonSet patch Patch Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | DaemonSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | DaemonSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item DaemonSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item DaemonSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): DaemonSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items DaemonSet [] the items to be sorted (default: the current items in this store) sorting ( item : DaemonSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # DaemonSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems DaemonSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < DaemonSet > Parameters # Name Type item DaemonSet data Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < DaemonSet > Parameters # Name Type item DaemonSet request () => Promise < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . updateItem","title":"Class: DaemonSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#class-daemonsetstore","text":"Renderer . K8sApi .DaemonSetStore","title":"Class: DaemonSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#hierarchy","text":"KubeObjectStore < DaemonSet > \u21b3 DaemonSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructor","text":"\u2022 new DaemonSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#api","text":"\u2022 api : DaemonSetApi = daemonSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#items","text":"\u2022 items : IObservableArray < DaemonSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < DaemonSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < DaemonSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < DaemonSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): DaemonSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): DaemonSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbyid","text":"\u25b8 getById ( id ): DaemonSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): DaemonSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): DaemonSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbypath","text":"\u25b8 getByPath ( path ): DaemonSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getchildpods","text":"\u25b8 getChildPods ( daemonSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getitems","text":"\u25b8 getItems (): DaemonSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getstatuses","text":"\u25b8 getStatuses ( daemonSets? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#load","text":"\u25b8 load ( params ): Promise < DaemonSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | DaemonSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < DaemonSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < DaemonSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < DaemonSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): DaemonSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < DaemonSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | DaemonSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): DaemonSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#update","text":"\u25b8 update ( item , data ): Promise < DaemonSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < DaemonSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/","text":"Class: Deployment # Renderer . K8sApi .Deployment Hierarchy # WorkloadKubeObject \u21b3 Deployment Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Deployment ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type replicas number selector LabelSelector strategy Object strategy.rollingUpdate Object strategy.rollingUpdate.maxSurge number strategy.rollingUpdate.maxUnavailable number strategy.type string template Object template.metadata Object template.metadata.annotations? Object template.metadata.creationTimestamp? string template.metadata.labels Object template.spec Object template.spec.affinity? IAffinity template.spec.containers { args? : string [] ; env? : { name : string ; value : string }[] ; image : string ; imagePullPolicy : string ; livenessProbe? : IContainerProbe ; name : string ; ports? : { containerPort : number ; name : string ; protocol : string }[] ; readinessProbe? : IContainerProbe ; resources : { limits? : { cpu : string ; memory : string } ; requests : { cpu : string ; memory : string } } ; startupProbe? : IContainerProbe ; terminationMessagePath : string ; terminationMessagePolicy : string ; volumeMounts? : { mountPath : string ; name : string }[] }[] template.spec.dnsPolicy string template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.securityContext Object template.spec.serviceAccount string template.spec.serviceAccountName string template.spec.terminationGracePeriodSeconds number template.spec.tolerations? { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] template.spec.volumes? { configMap : { defaultMode : number ; name : string ; optional : boolean } ; name : string }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object 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 Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Deployment\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getConditions # \u25b8 getConditions ( activeOnly? ): { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[] 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? ): string Parameters # Name Type Default value activeOnly boolean true Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Deployment > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Deployment"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#class-deployment","text":"Renderer . K8sApi .Deployment","title":"Class: Deployment"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructor","text":"\u2022 new Deployment ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/deployments\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#kind_1","text":"\u25aa Static kind : string = \"Deployment\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly? ): { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly? ): string","title":"getConditionsText"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/","text":"Class: DeploymentApi # Renderer . K8sApi .DeploymentApi Hierarchy # KubeApi < Deployment > \u21b3 DeploymentApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion restart scale setResourceVersion update watch Constructors # constructor # \u2022 new DeploymentApi ( options ) Parameters # Name Type options IKubeApiOptions < Deployment > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Deployment > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Deployment > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Deployment > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Deployment > Returns # Promise < Deployment > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Deployment > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Deployment > Inherited from # KubeApi . get getReplicas # \u25b8 getReplicas ( params ): Promise < number > Parameters # Name Type params Object params.name string params.namespace string Returns # Promise < number > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getScaleApiUrl # \u25b8 Protected getScaleApiUrl ( params ): string Parameters # Name Type params Object params.name string params.namespace string Returns # string getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Deployment []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Deployment []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Deployment | Deployment [] Parameters # Name Type data unknown namespace? string Returns # Deployment | Deployment [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Deployment > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Deployment > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Deployment > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Deployment []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Deployment []> Inherited from # KubeApi . refreshResourceVersion restart # \u25b8 restart ( params ): Promise < KubeJsonApiData > Parameters # Name Type params Object params.name string params.namespace string Returns # Promise < KubeJsonApiData > scale # \u25b8 scale ( params , replicas ): Promise < KubeJsonApiData > Parameters # Name Type params Object params.name string params.namespace string replicas number Returns # Promise < KubeJsonApiData > setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Deployment > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Deployment > Returns # Promise < Deployment > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#class-deploymentapi","text":"Renderer . K8sApi .DeploymentApi","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#hierarchy","text":"KubeApi < Deployment > \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#methods","text":"checkPreferredVersion create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion restart scale setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructor","text":"\u2022 new DeploymentApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Deployment >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Deployment >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Deployment >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Deployment >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getreplicas","text":"\u25b8 getReplicas ( params ): Promise < number >","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getscaleapiurl","text":"\u25b8 Protected getScaleApiUrl ( params ): string","title":"getScaleApiUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Deployment []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Deployment | Deployment []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Deployment >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Deployment []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#restart","text":"\u25b8 restart ( params ): Promise < KubeJsonApiData >","title":"restart"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#scale","text":"\u25b8 scale ( params , replicas ): Promise < KubeJsonApiData >","title":"scale"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Deployment >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/","text":"Class: DeploymentStore # Renderer . K8sApi .DeploymentStore Hierarchy # KubeObjectStore < Deployment > \u21b3 DeploymentStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new DeploymentStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : DeploymentApi = deploymentApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Deployment > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Deployment , void , undefined > Returns # Generator < Deployment , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Deployment [] Parameters # Name Type items Deployment [] Returns # Deployment [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Deployment [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Deployment [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Deployment Parameters # Name Type id string Returns # Deployment Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Deployment [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Deployment [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Deployment Parameters # Name Type name string namespace? string Returns # Deployment Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Deployment Parameters # Name Type path string Returns # Deployment Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( deployment ): Pod [] Parameters # Name Type deployment Deployment Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Deployment [] Returns # Deployment [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( deployments? ): Object Parameters # Name Type deployments? Deployment [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Deployment Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Deployment [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Deployment > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Deployment []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Deployment []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Deployment > Parameters # Name Type resourcePath string Returns # Promise < Deployment > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Deployment > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Deployment []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Deployment []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Deployment [] Parameters # Name Type partialItems Deployment [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Deployment [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Deployment > Parameters # Name Type item Deployment patch Patch Returns # Promise < Deployment > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Deployment []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Deployment []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Deployment Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Deployment request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): Deployment [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items Deployment [] Returns # Deployment [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Deployment [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Deployment > Parameters # Name Type item Deployment data Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Deployment > Parameters # Name Type item Deployment request () => Promise < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . updateItem","title":"Class: DeploymentStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#class-deploymentstore","text":"Renderer . K8sApi .DeploymentStore","title":"Class: DeploymentStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#hierarchy","text":"KubeObjectStore < Deployment > \u21b3 DeploymentStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructor","text":"\u2022 new DeploymentStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#api","text":"\u2022 api : DeploymentApi = deploymentApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#items","text":"\u2022 items : IObservableArray < Deployment >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#iterator","text":"\u25b8 [iterator] (): Generator < Deployment , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#create","text":"\u25b8 create ( params , data? ): Promise < Deployment >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Deployment >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Deployment []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Deployment []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbyid","text":"\u25b8 getById ( id ): Deployment","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Deployment []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Deployment","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbypath","text":"\u25b8 getByPath ( path ): Deployment","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getchildpods","text":"\u25b8 getChildPods ( deployment ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getitems","text":"\u25b8 getItems (): Deployment []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getstatuses","text":"\u25b8 getStatuses ( deployments? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#load","text":"\u25b8 load ( params ): Promise < Deployment >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Deployment []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Deployment >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Deployment >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Deployment []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Deployment []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Deployment >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Deployment []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): Deployment [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#update","text":"\u25b8 update ( item , data ): Promise < Deployment >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Deployment >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/","text":"Class: Endpoint # Renderer . K8sApi .Endpoint Hierarchy # KubeObject \u21b3 Endpoint Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status subsets apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Endpoint ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subsets # \u2022 subsets : IEndpointSubset [] apiBase # \u25aa Static apiBase : string = \"/api/v1/endpoints\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Endpoints\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getEndpointSubsets # \u25b8 getEndpointSubsets (): EndpointSubset [] Returns # EndpointSubset [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject toString # \u25b8 toString (): string Returns # string update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Endpoint > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Endpoint"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#class-endpoint","text":"Renderer . K8sApi .Endpoint","title":"Class: Endpoint"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#properties","text":"apiVersion kind managedFields metadata spec status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#methods","text":"delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructor","text":"\u2022 new Endpoint ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset []","title":"subsets"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/endpoints\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#kind_1","text":"\u25aa Static kind : string = \"Endpoints\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getendpointsubsets","text":"\u25b8 getEndpointSubsets (): EndpointSubset []","title":"getEndpointSubsets"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#tostring","text":"\u25b8 toString (): string","title":"toString"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/","text":"Class: EndpointStore # Renderer . K8sApi .EndpointStore Hierarchy # KubeObjectStore < Endpoint > \u21b3 EndpointStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new EndpointStore ( api? ) Parameters # Name Type api? KubeApi < Endpoint > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Endpoint > = endpointApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Endpoint > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Endpoint , void , undefined > Returns # Generator < Endpoint , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Endpoint [] Parameters # Name Type items Endpoint [] Returns # Endpoint [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Endpoint [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Endpoint [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Endpoint Parameters # Name Type id string Returns # Endpoint Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Endpoint [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Endpoint [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Endpoint Parameters # Name Type name string namespace? string Returns # Endpoint Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Endpoint Parameters # Name Type path string Returns # Endpoint Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Endpoint [] Returns # Endpoint [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Endpoint [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Endpoint Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Endpoint [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Endpoint []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Endpoint []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Endpoint > Parameters # Name Type resourcePath string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Endpoint []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Endpoint []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Endpoint [] Parameters # Name Type partialItems Endpoint [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Endpoint [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Endpoint > Parameters # Name Type item Endpoint patch Patch Returns # Promise < Endpoint > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Endpoint []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Endpoint []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Endpoint Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Endpoint request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Endpoint [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Endpoint [] the items to be sorted (default: the current items in this store) sorting ( item : Endpoint ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Endpoint [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Endpoint [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Endpoint > Parameters # Name Type item Endpoint data Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Endpoint > Parameters # Name Type item Endpoint request () => Promise < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . updateItem","title":"Class: EndpointStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#class-endpointstore","text":"Renderer . K8sApi .EndpointStore","title":"Class: EndpointStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#hierarchy","text":"KubeObjectStore < Endpoint > \u21b3 EndpointStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructor","text":"\u2022 new EndpointStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#api","text":"\u2022 api : KubeApi < Endpoint > = endpointApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#items","text":"\u2022 items : IObservableArray < Endpoint >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#iterator","text":"\u25b8 [iterator] (): Generator < Endpoint , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#create","text":"\u25b8 create ( params , data? ): Promise < Endpoint >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Endpoint >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Endpoint []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Endpoint []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbyid","text":"\u25b8 getById ( id ): Endpoint","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Endpoint []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Endpoint","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbypath","text":"\u25b8 getByPath ( path ): Endpoint","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getitems","text":"\u25b8 getItems (): Endpoint []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#load","text":"\u25b8 load ( params ): Promise < Endpoint >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Endpoint []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Endpoint >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Endpoint >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Endpoint []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Endpoint []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Endpoint >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Endpoint []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Endpoint [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#update","text":"\u25b8 update ( item , data ): Promise < Endpoint >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Endpoint >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/","text":"Class: EventStore # Renderer . K8sApi .EventStore Hierarchy # KubeObjectStore < KubeEvent > \u21b3 EventStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit saveLimit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getEventsByObject getIndexById getItems getStatuses getTotalCount getWarnings getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new EventStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < KubeEvent > = eventApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < KubeEvent > Inherited from # KubeObjectStore . items limit # \u2022 limit : number = 1000 Overrides # KubeObjectStore . limit saveLimit # \u2022 saveLimit : number = 50000 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < KubeEvent , void , undefined > Returns # Generator < KubeEvent , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater (): void Returns # void Overrides # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): KubeEvent [] Parameters # Name Type items KubeEvent [] Returns # KubeEvent [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): KubeEvent [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # KubeEvent [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): KubeEvent Parameters # Name Type id string Returns # KubeEvent Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): KubeEvent [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # KubeEvent [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): KubeEvent Parameters # Name Type name string namespace? string Returns # KubeEvent Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): KubeEvent Parameters # Name Type path string Returns # KubeEvent Inherited from # KubeObjectStore . getByPath getEventsByObject # \u25b8 getEventsByObject ( obj ): KubeEvent [] Parameters # Name Type obj KubeObject < KubeObjectMetadata , any , any > Returns # KubeEvent [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): KubeEvent [] Returns # KubeEvent [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items KubeEvent [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount getWarnings # \u25b8 getWarnings (): KubeEvent [] Returns # KubeEvent [] getWarningsCount # \u25b8 getWarningsCount (): number Returns # number isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item KubeEvent Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems KubeEvent [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | KubeEvent []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | KubeEvent []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < KubeEvent > Parameters # Name Type resourcePath string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < KubeEvent []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < KubeEvent []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): KubeEvent [] Parameters # Name Type partialItems KubeEvent [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # KubeEvent [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < KubeEvent > Parameters # Name Type item KubeEvent patch Patch Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | KubeEvent []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | KubeEvent []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item KubeEvent Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item KubeEvent request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): KubeEvent [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items KubeEvent [] Returns # KubeEvent [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems KubeEvent [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < KubeEvent > Parameters # Name Type item KubeEvent data Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < KubeEvent > Parameters # Name Type item KubeEvent request () => Promise < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . updateItem","title":"Class: EventStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#class-eventstore","text":"Renderer . K8sApi .EventStore","title":"Class: EventStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#hierarchy","text":"KubeObjectStore < KubeEvent > \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit saveLimit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getEventsByObject getIndexById getItems getStatuses getTotalCount getWarnings getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructor","text":"\u2022 new EventStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#api","text":"\u2022 api : KubeApi < KubeEvent > = eventApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#items","text":"\u2022 items : IObservableArray < KubeEvent >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#limit","text":"\u2022 limit : number = 1000","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#savelimit","text":"\u2022 saveLimit : number = 50000","title":"saveLimit"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#iterator","text":"\u25b8 [iterator] (): Generator < KubeEvent , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater (): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#create","text":"\u25b8 create ( params , data? ): Promise < KubeEvent >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < KubeEvent >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): KubeEvent []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): KubeEvent []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbyid","text":"\u25b8 getById ( id ): KubeEvent","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): KubeEvent []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): KubeEvent","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbypath","text":"\u25b8 getByPath ( path ): KubeEvent","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj ): KubeEvent []","title":"getEventsByObject"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getitems","text":"\u25b8 getItems (): KubeEvent []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent []","title":"getWarnings"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getwarningscount","text":"\u25b8 getWarningsCount (): number","title":"getWarningsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#load","text":"\u25b8 load ( params ): Promise < KubeEvent >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | KubeEvent []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < KubeEvent >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < KubeEvent >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < KubeEvent []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): KubeEvent []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < KubeEvent >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | KubeEvent []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): KubeEvent [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#update","text":"\u25b8 update ( item , data ): Promise < KubeEvent >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < KubeEvent >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/","text":"Class: HPAStore # Renderer . K8sApi .HPAStore Hierarchy # KubeObjectStore < HorizontalPodAutoscaler > \u21b3 HPAStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new HPAStore ( api? ) Parameters # Name Type api? KubeApi < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < HorizontalPodAutoscaler > = hpaApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < HorizontalPodAutoscaler , void , undefined > Returns # Generator < HorizontalPodAutoscaler , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): HorizontalPodAutoscaler [] Parameters # Name Type items HorizontalPodAutoscaler [] Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): HorizontalPodAutoscaler [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): HorizontalPodAutoscaler Parameters # Name Type id string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): HorizontalPodAutoscaler [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): HorizontalPodAutoscaler Parameters # Name Type name string namespace? string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): HorizontalPodAutoscaler Parameters # Name Type path string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): HorizontalPodAutoscaler [] Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items HorizontalPodAutoscaler [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item HorizontalPodAutoscaler Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems HorizontalPodAutoscaler [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | HorizontalPodAutoscaler []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < HorizontalPodAutoscaler > Parameters # Name Type resourcePath string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < HorizontalPodAutoscaler []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): HorizontalPodAutoscaler [] Parameters # Name Type partialItems HorizontalPodAutoscaler [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler patch Patch Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | HorizontalPodAutoscaler []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item HorizontalPodAutoscaler Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item HorizontalPodAutoscaler request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): HorizontalPodAutoscaler [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items HorizontalPodAutoscaler [] the items to be sorted (default: the current items in this store) sorting ( item : HorizontalPodAutoscaler ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems HorizontalPodAutoscaler [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler data Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler request () => Promise < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . updateItem","title":"Class: HPAStore"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#class-hpastore","text":"Renderer . K8sApi .HPAStore","title":"Class: HPAStore"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#hierarchy","text":"KubeObjectStore < HorizontalPodAutoscaler > \u21b3 HPAStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructor","text":"\u2022 new HPAStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#api","text":"\u2022 api : KubeApi < HorizontalPodAutoscaler > = hpaApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#items","text":"\u2022 items : IObservableArray < HorizontalPodAutoscaler >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#iterator","text":"\u25b8 [iterator] (): Generator < HorizontalPodAutoscaler , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#create","text":"\u25b8 create ( params , data? ): Promise < HorizontalPodAutoscaler >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < HorizontalPodAutoscaler >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): HorizontalPodAutoscaler []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): HorizontalPodAutoscaler []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbyid","text":"\u25b8 getById ( id ): HorizontalPodAutoscaler","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): HorizontalPodAutoscaler []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): HorizontalPodAutoscaler","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbypath","text":"\u25b8 getByPath ( path ): HorizontalPodAutoscaler","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getitems","text":"\u25b8 getItems (): HorizontalPodAutoscaler []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#load","text":"\u25b8 load ( params ): Promise < HorizontalPodAutoscaler >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | HorizontalPodAutoscaler []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < HorizontalPodAutoscaler >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < HorizontalPodAutoscaler >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < HorizontalPodAutoscaler []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): HorizontalPodAutoscaler []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < HorizontalPodAutoscaler >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | HorizontalPodAutoscaler []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): HorizontalPodAutoscaler [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#update","text":"\u25b8 update ( item , data ): Promise < HorizontalPodAutoscaler >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < HorizontalPodAutoscaler >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/","text":"Class: HorizontalPodAutoscaler # Renderer . K8sApi .HorizontalPodAutoscaler Hierarchy # KubeObject \u21b3 HorizontalPodAutoscaler Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new HorizontalPodAutoscaler ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type maxReplicas number metrics IHpaMetric [] minReplicas number scaleTargetRef Object scaleTargetRef.apiVersion string scaleTargetRef.kind string scaleTargetRef.name string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type conditions { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type : string }[] currentMetrics IHpaMetric [] currentReplicas number desiredReplicas number Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"HorizontalPodAutoscaler\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[] Returns # { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[] getCurrentMetrics # \u25b8 getCurrentMetrics (): IHpaMetric [] Returns # IHpaMetric [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMaxPods # \u25b8 getMaxPods (): number Returns # number getMetricName # \u25b8 Protected getMetricName ( metric ): string Parameters # Name Type metric IHpaMetric Returns # string getMetricValues # \u25b8 getMetricValues ( metric ): string Parameters # Name Type metric IHpaMetric Returns # string getMetrics # \u25b8 getMetrics (): IHpaMetric [] Returns # IHpaMetric [] getMinPods # \u25b8 getMinPods (): number Returns # number getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < HorizontalPodAutoscaler > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#class-horizontalpodautoscaler","text":"Renderer . K8sApi .HorizontalPodAutoscaler","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#methods","text":"delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructor","text":"\u2022 new HorizontalPodAutoscaler ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#apibase","text":"\u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#kind_1","text":"\u25aa Static kind : string = \"HorizontalPodAutoscaler\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getcurrentmetrics","text":"\u25b8 getCurrentMetrics (): IHpaMetric []","title":"getCurrentMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmaxpods","text":"\u25b8 getMaxPods (): number","title":"getMaxPods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetricname","text":"\u25b8 Protected getMetricName ( metric ): string","title":"getMetricName"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric ): string","title":"getMetricValues"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetrics","text":"\u25b8 getMetrics (): IHpaMetric []","title":"getMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getminpods","text":"\u25b8 getMinPods (): number","title":"getMinPods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/","text":"Class: Ingress # Renderer . K8sApi .Ingress Hierarchy # KubeObject \u21b3 Ingress Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Ingress ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type Description backend? IExtensionsBackend - defaultBackend? RequireExactlyOne < INetworkingBackend & { resource : { apiGroup : string ; kind : string ; name : string } }, \"resource\" | \"service\" > The default backend which is exactly on of: - service - resource rules? { host? : string ; http : { paths : { backend : IIngressBackend ; path? : string }[] } }[] - tls { secretName : string }[] - Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type loadBalancer Object loadBalancer.ingress ILoadBalancerIngress [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/ingresses\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Ingress\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getHosts # \u25b8 getHosts (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLoadBalancers # \u25b8 getLoadBalancers (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPorts # \u25b8 getPorts (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRoutes # \u25b8 getRoutes (): string [] Returns # string [] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getServiceNamePort # \u25b8 getServiceNamePort (): IExtensionsBackend Returns # IExtensionsBackend getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Ingress > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Ingress"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#class-ingress","text":"Renderer . K8sApi .Ingress","title":"Class: Ingress"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#methods","text":"delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructor","text":"\u2022 new Ingress ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/ingresses\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#kind_1","text":"\u25aa Static kind : string = \"Ingress\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#gethosts","text":"\u25b8 getHosts (): string []","title":"getHosts"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getloadbalancers","text":"\u25b8 getLoadBalancers (): string []","title":"getLoadBalancers"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getports","text":"\u25b8 getPorts (): string","title":"getPorts"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getroutes","text":"\u25b8 getRoutes (): string []","title":"getRoutes"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getservicenameport","text":"\u25b8 getServiceNamePort (): IExtensionsBackend","title":"getServiceNamePort"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/","text":"Class: IngressApi # Renderer . K8sApi .IngressApi Hierarchy # KubeApi < Ingress > \u21b3 IngressApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new IngressApi ( options ) Parameters # Name Type options IKubeApiOptions < Ingress > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Ingress > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Ingress > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Ingress > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Ingress > Returns # Promise < Ingress > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Ingress > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Ingress > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Ingress []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Ingress []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Ingress | Ingress [] Parameters # Name Type data unknown namespace? string Returns # Ingress | Ingress [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Ingress > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Ingress > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Ingress > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Ingress []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Ingress []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Ingress > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Ingress > Returns # Promise < Ingress > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: IngressApi"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#class-ingressapi","text":"Renderer . K8sApi .IngressApi","title":"Class: IngressApi"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#hierarchy","text":"KubeApi < Ingress > \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructor","text":"\u2022 new IngressApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Ingress >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Ingress >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Ingress >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Ingress >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Ingress []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Ingress | Ingress []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Ingress >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Ingress []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Ingress >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/","text":"Class: IngressStore # Renderer . K8sApi .IngressStore Hierarchy # KubeObjectStore < Ingress > \u21b3 IngressStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new IngressStore ( api? ) Parameters # Name Type api? KubeApi < Ingress > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : IngressApi = ingressApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Ingress > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Ingress , void , undefined > Returns # Generator < Ingress , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Ingress [] Parameters # Name Type items Ingress [] Returns # Ingress [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Ingress [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Ingress [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Ingress Parameters # Name Type id string Returns # Ingress Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Ingress [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Ingress [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Ingress Parameters # Name Type name string namespace? string Returns # Ingress Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Ingress Parameters # Name Type path string Returns # Ingress Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Ingress [] Returns # Ingress [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Ingress [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Ingress Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Ingress [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Ingress > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Ingress []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Ingress []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Ingress > Parameters # Name Type resourcePath string Returns # Promise < Ingress > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Ingress > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Ingress []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Ingress []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Ingress [] Parameters # Name Type partialItems Ingress [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Ingress [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Ingress > Parameters # Name Type item Ingress patch Patch Returns # Promise < Ingress > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Ingress []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Ingress []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Ingress Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Ingress request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Ingress [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Ingress [] the items to be sorted (default: the current items in this store) sorting ( item : Ingress ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Ingress [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Ingress [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Ingress > Parameters # Name Type item Ingress data Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Ingress > Parameters # Name Type item Ingress request () => Promise < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . updateItem","title":"Class: IngressStore"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#class-ingressstore","text":"Renderer . K8sApi .IngressStore","title":"Class: IngressStore"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#hierarchy","text":"KubeObjectStore < Ingress > \u21b3 IngressStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructor","text":"\u2022 new IngressStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#api","text":"\u2022 api : IngressApi = ingressApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#items","text":"\u2022 items : IObservableArray < Ingress >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#iterator","text":"\u25b8 [iterator] (): Generator < Ingress , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#create","text":"\u25b8 create ( params , data? ): Promise < Ingress >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Ingress >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Ingress []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Ingress []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbyid","text":"\u25b8 getById ( id ): Ingress","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Ingress []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Ingress","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbypath","text":"\u25b8 getByPath ( path ): Ingress","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getitems","text":"\u25b8 getItems (): Ingress []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#load","text":"\u25b8 load ( params ): Promise < Ingress >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Ingress []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Ingress >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Ingress >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Ingress []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Ingress []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Ingress >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Ingress []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Ingress [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#update","text":"\u25b8 update ( item , data ): Promise < Ingress >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Ingress >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/","text":"Class: Job # Renderer . K8sApi .Job Hierarchy # WorkloadKubeObject \u21b3 Job Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Job ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type backoffLimit? number completions? number containers? IPodContainer [] dnsPolicy? string parallelism? number restartPolicy? string schedulerName? string selector? LabelSelector serviceAccount? string serviceAccountName? string template Object template.metadata Object template.metadata.annotations? Object template.metadata.creationTimestamp? string template.metadata.labels? Object template.spec Object template.spec.affinity? IAffinity template.spec.containers IPodContainer [] template.spec.dnsPolicy string template.spec.hostPID boolean template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.terminationGracePeriodSeconds number template.spec.tolerations? { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] terminationGracePeriodSeconds? number Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type completionTime string conditions { lastProbeTime : string ; lastTransitionTime : string ; message? : string ; status : string ; type : string }[] startTime string succeeded number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Job\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getCompletions # \u25b8 getCompletions (): number Returns # number getCondition # \u25b8 getCondition (): Object Returns # Object Name Type lastProbeTime string lastTransitionTime string message? string status string type string getDesiredCompletions # \u25b8 getDesiredCompletions (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getParallelism # \u25b8 getParallelism (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Job > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Job"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#class-job","text":"Renderer . K8sApi .Job","title":"Class: Job"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructor","text":"\u2022 new Job ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1/jobs\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#kind_1","text":"\u25aa Static kind : string = \"Job\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getcompletions","text":"\u25b8 getCompletions (): number","title":"getCompletions"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getcondition","text":"\u25b8 getCondition (): Object","title":"getCondition"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getdesiredcompletions","text":"\u25b8 getDesiredCompletions (): number","title":"getDesiredCompletions"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getparallelism","text":"\u25b8 getParallelism (): number","title":"getParallelism"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/","text":"Class: JobStore # Renderer . K8sApi .JobStore Hierarchy # KubeObjectStore < Job > \u21b3 JobStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getJobsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new JobStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : JobApi = jobApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Job > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Job , void , undefined > Returns # Generator < Job , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Job [] Parameters # Name Type items Job [] Returns # Job [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Job [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Job [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Job Parameters # Name Type id string Returns # Job Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Job [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Job [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Job Parameters # Name Type name string namespace? string Returns # Job Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Job Parameters # Name Type path string Returns # Job Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( job ): Pod [] Parameters # Name Type job Job Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Job [] Returns # Job [] Inherited from # KubeObjectStore . getItems getJobsByOwner # \u25b8 getJobsByOwner ( cronJob ): Job [] Parameters # Name Type cronJob CronJob Returns # Job [] getStatuses # \u25b8 getStatuses ( jobs? ): Object Parameters # Name Type jobs? Job [] Returns # Object Name Type failed number pending number running number succeeded number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Job Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Job [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Job > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Job []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Job []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Job > Parameters # Name Type resourcePath string Returns # Promise < Job > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Job > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Job []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Job []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Job [] Parameters # Name Type partialItems Job [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Job [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Job > Parameters # Name Type item Job patch Patch Returns # Promise < Job > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Job []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Job []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Job Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Job request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Job [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Job [] the items to be sorted (default: the current items in this store) sorting ( item : Job ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Job [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Job [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Job > Parameters # Name Type item Job data Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Job > Parameters # Name Type item Job request () => Promise < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . updateItem","title":"Class: JobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#class-jobstore","text":"Renderer . K8sApi .JobStore","title":"Class: JobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#hierarchy","text":"KubeObjectStore < Job > \u21b3 JobStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getJobsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructor","text":"\u2022 new JobStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#api","text":"\u2022 api : JobApi = jobApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#items","text":"\u2022 items : IObservableArray < Job >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#iterator","text":"\u25b8 [iterator] (): Generator < Job , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#create","text":"\u25b8 create ( params , data? ): Promise < Job >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Job >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Job []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Job []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbyid","text":"\u25b8 getById ( id ): Job","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Job []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Job","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbypath","text":"\u25b8 getByPath ( path ): Job","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getchildpods","text":"\u25b8 getChildPods ( job ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getitems","text":"\u25b8 getItems (): Job []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getjobsbyowner","text":"\u25b8 getJobsByOwner ( cronJob ): Job []","title":"getJobsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getstatuses","text":"\u25b8 getStatuses ( jobs? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#load","text":"\u25b8 load ( params ): Promise < Job >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Job []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Job >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Job >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Job []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Job []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Job >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Job []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Job [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#update","text":"\u25b8 update ( item , data ): Promise < Job >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Job >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/","text":"Class: KubeApi # Renderer . K8sApi .KubeApi Type parameters # Name Type T extends KubeObject Hierarchy # KubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new KubeApi < T >( options ) Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type options IKubeApiOptions < T > Properties # apiBase # \u2022 apiBase : string apiGroup # \u2022 apiGroup : string apiPrefix # \u2022 apiPrefix : string apiResource # \u2022 Readonly apiResource : string apiVersion # \u2022 Readonly apiVersion : string apiVersionPreferred # \u2022 Optional apiVersionPreferred : string isNamespaced # \u2022 Readonly isNamespaced : boolean kind # \u2022 Readonly kind : string objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < T > options # \u2022 Protected options : IKubeApiOptions < T > request # \u2022 Protected request : KubeJsonApi resourceVersions # \u2022 Protected resourceVersions : Map < string , string > watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > create # \u25b8 create ( __namedParameters , data? ): Promise < T > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < T > Returns # Promise < T > delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > get # \u25b8 get ( desc , query? ): Promise < T > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < T > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string list # \u25b8 list ( __namedParameters? , query? ): Promise < T []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < T []> modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): T | T [] Parameters # Name Type data unknown namespace? string Returns # T | T [] patch # \u25b8 patch ( desc , data? , strategy? ): Promise < T > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < T > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < T > refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < T []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < T []> setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void update # \u25b8 update ( __namedParameters , data ): Promise < T > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < T > Returns # Promise < T > watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void","title":"Class: KubeApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#class-kubeapit","text":"Renderer . K8sApi .KubeApi","title":"Class: KubeApi<T>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#type-parameters","text":"Name Type T extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#hierarchy","text":"KubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructor","text":"\u2022 new KubeApi < T >( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < T >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#options","text":"\u2022 Protected options : IKubeApiOptions < T >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < T >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#get","text":"\u25b8 get ( desc , query? ): Promise < T >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < T []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): T | T []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < T []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < T >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/","text":"Class: KubeEvent # Renderer . K8sApi .KubeEvent Hierarchy # KubeObject \u21b3 KubeEvent Table of contents # Constructors # constructor Properties # apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp managedFields message metadata reason reportingComponent reportingInstance source spec status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeEvent ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion count # \u2022 count : number eventTime # \u2022 eventTime : null firstTimestamp # \u2022 firstTimestamp : string involvedObject # \u2022 involvedObject : Object 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 lastTimestamp # \u2022 lastTimestamp : string managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields message # \u2022 message : string metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata reason # \u2022 reason : string reportingComponent # \u2022 reportingComponent : string reportingInstance # \u2022 reportingInstance : string source # \u2022 source : Object Type declaration # Name Type component string host string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status type # \u2022 type : string apiBase # \u25aa Static apiBase : string = \"/api/v1/events\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Event\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getFirstSeenTime # \u25b8 getFirstSeenTime (): string Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastSeenTime # \u25b8 getLastSeenTime (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSource # \u25b8 getSource (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow isWarning # \u25b8 isWarning (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeEvent > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#class-kubeevent","text":"Renderer . K8sApi .KubeEvent","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#properties","text":"apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp managedFields message metadata reason reportingComponent reportingInstance source spec status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#methods","text":"delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructor","text":"\u2022 new KubeEvent ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#count","text":"\u2022 count : number","title":"count"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#eventtime","text":"\u2022 eventTime : null","title":"eventTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#firsttimestamp","text":"\u2022 firstTimestamp : string","title":"firstTimestamp"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#involvedobject","text":"\u2022 involvedObject : Object","title":"involvedObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#lasttimestamp","text":"\u2022 lastTimestamp : string","title":"lastTimestamp"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#message","text":"\u2022 message : string","title":"message"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reason","text":"\u2022 reason : string","title":"reason"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reportingcomponent","text":"\u2022 reportingComponent : string","title":"reportingComponent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reportinginstance","text":"\u2022 reportingInstance : string","title":"reportingInstance"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#source","text":"\u2022 source : Object","title":"source"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#type","text":"\u2022 type : string","title":"type"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/events\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#kind_1","text":"\u25aa Static kind : string = \"Event\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getfirstseentime","text":"\u25b8 getFirstSeenTime (): string","title":"getFirstSeenTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getlastseentime","text":"\u25b8 getLastSeenTime (): string","title":"getLastSeenTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getsource","text":"\u25b8 getSource (): string","title":"getSource"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iswarning","text":"\u25b8 isWarning (): boolean","title":"isWarning"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/","text":"Class: KubeJsonApi # Renderer . K8sApi .KubeJsonApi Hierarchy # JsonApi < KubeJsonApiData > \u21b3 KubeJsonApi Table of contents # Constructors # constructor Properties # config onData onError reqInit configDefault reqInitDefault Methods # del get getResponse parseError parseResponse patch post put request writeLog forCluster Constructors # constructor # \u2022 new KubeJsonApi ( config , reqInit? ) Parameters # Name Type config JsonApiConfig reqInit? RequestInit Inherited from # JsonApi.constructor Properties # config # \u2022 Readonly config : JsonApiConfig Inherited from # JsonApi.config onData # \u2022 onData : EventEmitter <[ KubeJsonApiData , Response ]> Inherited from # JsonApi.onData onError # \u2022 onError : EventEmitter <[ JsonApiErrorParsed , Response ]> Inherited from # JsonApi.onError reqInit # \u2022 Protected Optional reqInit : RequestInit Inherited from # JsonApi.reqInit configDefault # \u25aa Static configDefault : Partial < JsonApiConfig > Inherited from # JsonApi.configDefault reqInitDefault # \u25aa Static reqInitDefault : RequestInit Inherited from # JsonApi.reqInitDefault Methods # del # \u25b8 del < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.del get # \u25b8 get < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.get getResponse # \u25b8 getResponse ( path , params? , init? ): Promise < Response > Parameters # Name Type path string params? JsonApiParams < any > init RequestInit Returns # Promise < Response > Inherited from # JsonApi.getResponse parseError # \u25b8 Protected parseError ( error , res ): string [] Parameters # Name Type error any res Response Returns # string [] Overrides # JsonApi.parseError parseResponse # \u25b8 Protected parseResponse < D >( res , log ): Promise < D > Type parameters # Name D Parameters # Name Type res Response log JsonApiLog Returns # Promise < D > Inherited from # JsonApi.parseResponse patch # \u25b8 patch < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.patch post # \u25b8 post < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.post put # \u25b8 put < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.put request # \u25b8 Protected request < D >( path , params? , init? ): Promise < D > Type parameters # Name D Parameters # Name Type path string params? JsonApiParams < any > init RequestInit Returns # Promise < D > Inherited from # JsonApi.request writeLog # \u25b8 Protected writeLog ( log ): void Parameters # Name Type log JsonApiLog Returns # void Inherited from # JsonApi.writeLog forCluster # \u25b8 Static forCluster ( clusterId ): KubeJsonApi Parameters # Name Type clusterId string Returns # KubeJsonApi","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#class-kubejsonapi","text":"Renderer . K8sApi .KubeJsonApi","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#hierarchy","text":"JsonApi < KubeJsonApiData > \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#properties","text":"config onData onError reqInit configDefault reqInitDefault","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#methods","text":"del get getResponse parseError parseResponse patch post put request writeLog forCluster","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructor","text":"\u2022 new KubeJsonApi ( config , reqInit? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#config","text":"\u2022 Readonly config : JsonApiConfig","title":"config"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#ondata","text":"\u2022 onData : EventEmitter <[ KubeJsonApiData , Response ]>","title":"onData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#onerror","text":"\u2022 onError : EventEmitter <[ JsonApiErrorParsed , Response ]>","title":"onError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit","title":"reqInit"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#configdefault","text":"\u25aa Static configDefault : Partial < JsonApiConfig >","title":"configDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#reqinitdefault","text":"\u25aa Static reqInitDefault : RequestInit","title":"reqInitDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#del","text":"\u25b8 del < T >( path , params? , reqInit? ): Promise < T >","title":"del"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#get","text":"\u25b8 get < T >( path , params? , reqInit? ): Promise < T >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#getresponse","text":"\u25b8 getResponse ( path , params? , init? ): Promise < Response >","title":"getResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#parseerror","text":"\u25b8 Protected parseError ( error , res ): string []","title":"parseError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#parseresponse","text":"\u25b8 Protected parseResponse < D >( res , log ): Promise < D >","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#patch","text":"\u25b8 patch < T >( path , params? , reqInit? ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#post","text":"\u25b8 post < T >( path , params? , reqInit? ): Promise < T >","title":"post"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#put","text":"\u25b8 put < T >( path , params? , reqInit? ): Promise < T >","title":"put"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#request","text":"\u25b8 Protected request < D >( path , params? , init? ): Promise < D >","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#writelog","text":"\u25b8 Protected writeLog ( log ): void","title":"writeLog"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#forcluster","text":"\u25b8 Static forCluster ( clusterId ): KubeJsonApi","title":"forCluster"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/","text":"Class: KubeObject # Renderer . K8sApi .KubeObject Type parameters # Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any Hierarchy # KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition Implements # ItemObject Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeObject < Metadata , Status , Spec >( data ) Type parameters # Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any Parameters # Name Type data KubeJsonApiData Properties # apiVersion # \u2022 apiVersion : string kind # \u2022 kind : string managedFields # \u2022 Optional managedFields : any metadata # \u2022 metadata : Metadata spec # \u2022 Optional spec : Spec status # \u2022 Optional status : Status apiBase # \u25aa Static Optional Readonly apiBase : string kind # \u25aa Static Optional Readonly kind : string namespaced # \u25aa Static Optional Readonly namespaced : boolean Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Implementation of # ItemObject.getId getLabels # \u25b8 getLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Implementation of # ItemObject.getName getNs # \u25b8 getNs (): string Returns # string getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > toPlainObject # \u25b8 toPlainObject (): object Returns # object update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeObject < Metadata , Status , Spec >> Returns # Promise < KubeJsonApiData > create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string []","title":"Class: KubeObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#class-kubeobjectmetadata-status-spec","text":"Renderer . K8sApi .KubeObject","title":"Class: KubeObject<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#type-parameters","text":"Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#hierarchy","text":"KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructor","text":"\u2022 new KubeObject < Metadata , Status , Spec >( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#spec","text":"\u2022 Optional spec : Spec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#status","text":"\u2022 Optional status : Status","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#apibase","text":"\u25aa Static Optional Readonly apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#kind_1","text":"\u25aa Static Optional Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#namespaced","text":"\u25aa Static Optional Readonly namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/","text":"Class: KubeObjectStore # Renderer . K8sApi .KubeObjectStore Type parameters # Name Type T extends KubeObject Hierarchy # ItemStore < T > \u21b3 KubeObjectStore \u21b3\u21b3 EventStore \u21b3\u21b3 PodsStore \u21b3\u21b3 NodesStore \u21b3\u21b3 DeploymentStore \u21b3\u21b3 DaemonSetStore \u21b3\u21b3 StatefulSetStore \u21b3\u21b3 JobStore \u21b3\u21b3 CronJobStore \u21b3\u21b3 ConfigMapsStore \u21b3\u21b3 SecretsStore \u21b3\u21b3 ReplicaSetStore \u21b3\u21b3 ResourceQuotasStore \u21b3\u21b3 LimitRangesStore \u21b3\u21b3 HPAStore \u21b3\u21b3 PodDisruptionBudgetsStore \u21b3\u21b3 ServiceStore \u21b3\u21b3 EndpointStore \u21b3\u21b3 IngressStore \u21b3\u21b3 NetworkPolicyStore \u21b3\u21b3 PersistentVolumesStore \u21b3\u21b3 VolumeClaimStore \u21b3\u21b3 StorageClassStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 ServiceAccountsStore \u21b3\u21b3 RolesStore \u21b3\u21b3 RoleBindingsStore \u21b3\u21b3 CRDStore \u21b3\u21b3 CRDResourceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new KubeObjectStore < T >( api? ) Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type api? KubeApi < T > Overrides # ItemStore.constructor Properties # api # \u2022 api : KubeApi < T > bufferSize # \u2022 Readonly bufferSize : number = 50000 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> failedLoading # \u2022 failedLoading : boolean = false Inherited from # ItemStore.failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # ItemStore.isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # ItemStore.isLoading items # \u2022 items : IObservableArray < T > Inherited from # ItemStore.items limit # \u2022 Optional Readonly limit : number selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # ItemStore.selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext contextItems # \u2022 get contextItems (): T [] Returns # T [] contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # ItemStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < T , void , undefined > Returns # Generator < T , void , undefined > Inherited from # ItemStore.__@iterator@2308 bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void create # \u25b8 create ( params , data? ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < T > Returns # Promise < T > createItem # \u25b8 Protected createItem ( params , data? ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < T > Returns # Promise < T > Overrides # ItemStore.createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # ItemStore.defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): T [] Parameters # Name Type items T [] Returns # T [] getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): T [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # T [] getById # \u25b8 getById ( id ): T Parameters # Name Type id string Returns # T getByLabel # \u25b8 getByLabel ( labels ): T [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # T [] getByName # \u25b8 getByName ( name , namespace? ): T Parameters # Name Type name string namespace? string Returns # T Overrides # ItemStore.getByName getByPath # \u25b8 getByPath ( path ): T Parameters # Name Type path string Returns # T getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # ItemStore.getIndexById getItems # \u25b8 getItems (): T [] Returns # T [] Inherited from # ItemStore.getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items T [] Returns # Record < string , number > getTotalCount # \u25b8 getTotalCount (): number Returns # number Overrides # ItemStore.getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item T Returns # boolean Inherited from # ItemStore.isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems T [] Returns # boolean Inherited from # ItemStore.isSelectedAll load # \u25b8 load ( params ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < T > loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | T []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | T []> Overrides # ItemStore.loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < T > Parameters # Name Type resourcePath string Returns # Promise < T > loadItem # \u25b8 Protected loadItem ( params ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < T > Overrides # ItemStore.loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < T []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < T []> Overrides # ItemStore.loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): T [] Parameters # Name Type partialItems T [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # T [] patch # \u25b8 patch ( item , patch ): Promise < T > Parameters # Name Type item T patch Patch Returns # Promise < T > reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | T []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | T []> remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item T Returns # Promise < void > removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item T request () => Promise < any > Returns # Promise < void > Inherited from # ItemStore.removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Overrides # ItemStore.removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # ItemStore.reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # ItemStore.resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): T [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items T [] the items to be sorted (default: the current items in this store) sorting ( item : T ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # T [] Inherited from # ItemStore.sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems T [] Returns # void Inherited from # ItemStore.toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.unselect update # \u25b8 update ( item , data ): Promise < T > Parameters # Name Type item T data Partial < T > Returns # Promise < T > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void updateItem # \u25b8 Protected updateItem ( item , request ): Promise < T > Parameters # Name Type item T request () => Promise < T > Returns # Promise < T > Inherited from # ItemStore.updateItem","title":"Class: KubeObjectStore"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#class-kubeobjectstoret","text":"Renderer . K8sApi .KubeObjectStore","title":"Class: KubeObjectStore<T>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#type-parameters","text":"Name Type T extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#hierarchy","text":"ItemStore < T > \u21b3 KubeObjectStore \u21b3\u21b3 EventStore \u21b3\u21b3 PodsStore \u21b3\u21b3 NodesStore \u21b3\u21b3 DeploymentStore \u21b3\u21b3 DaemonSetStore \u21b3\u21b3 StatefulSetStore \u21b3\u21b3 JobStore \u21b3\u21b3 CronJobStore \u21b3\u21b3 ConfigMapsStore \u21b3\u21b3 SecretsStore \u21b3\u21b3 ReplicaSetStore \u21b3\u21b3 ResourceQuotasStore \u21b3\u21b3 LimitRangesStore \u21b3\u21b3 HPAStore \u21b3\u21b3 PodDisruptionBudgetsStore \u21b3\u21b3 ServiceStore \u21b3\u21b3 EndpointStore \u21b3\u21b3 IngressStore \u21b3\u21b3 NetworkPolicyStore \u21b3\u21b3 PersistentVolumesStore \u21b3\u21b3 VolumeClaimStore \u21b3\u21b3 StorageClassStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 ServiceAccountsStore \u21b3\u21b3 RolesStore \u21b3\u21b3 RoleBindingsStore \u21b3\u21b3 CRDStore \u21b3\u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructor","text":"\u2022 new KubeObjectStore < T >( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#api","text":"\u2022 api : KubeApi < T >","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#items","text":"\u2022 items : IObservableArray < T >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#iterator","text":"\u25b8 [iterator] (): Generator < T , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#create","text":"\u25b8 create ( params , data? ): Promise < T >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < T >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): T []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): T []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbyid","text":"\u25b8 getById ( id ): T","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): T []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): T","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbypath","text":"\u25b8 getByPath ( path ): T","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getitems","text":"\u25b8 getItems (): T []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#load","text":"\u25b8 load ( params ): Promise < T >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | T []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < T >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < T >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < T []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): T []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | T []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): T [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#update","text":"\u25b8 update ( item , data ): Promise < T >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < T >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/","text":"Class: KubeStatus # Renderer . K8sApi .KubeStatus Table of contents # Constructors # constructor Properties # apiVersion code kind message reason Constructors # constructor # \u2022 new KubeStatus ( data ) Parameters # Name Type data KubeStatusData Properties # apiVersion # \u2022 Readonly apiVersion : string code # \u2022 Readonly code : number kind # \u2022 Readonly kind : \"Status\" message # \u2022 Readonly message : string reason # \u2022 Readonly reason : string","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#class-kubestatus","text":"Renderer . K8sApi .KubeStatus","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#properties","text":"apiVersion code kind message reason","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructor","text":"\u2022 new KubeStatus ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#code","text":"\u2022 Readonly code : number","title":"code"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#kind","text":"\u2022 Readonly kind : \"Status\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#message","text":"\u2022 Readonly message : string","title":"message"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#reason","text":"\u2022 Readonly reason : string","title":"reason"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/","text":"Class: LimitRange # Renderer . K8sApi .LimitRange Hierarchy # KubeObject \u21b3 LimitRange Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getContainerLimits getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new LimitRange ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type limits LimitRangeItem [] Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/limitranges\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"LimitRange\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getContainerLimits # \u25b8 getContainerLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPVCLimits # \u25b8 getPVCLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getPodLimits # \u25b8 getPodLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < LimitRange > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: LimitRange"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#class-limitrange","text":"Renderer . K8sApi .LimitRange","title":"Class: LimitRange"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#hierarchy","text":"KubeObject \u21b3 LimitRange","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#methods","text":"delete getAge getAnnotations getContainerLimits getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructor","text":"\u2022 new LimitRange ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/limitranges\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#kind_1","text":"\u25aa Static kind : string = \"LimitRange\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getcontainerlimits","text":"\u25b8 getContainerLimits (): LimitRangeItem []","title":"getContainerLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getpvclimits","text":"\u25b8 getPVCLimits (): LimitRangeItem []","title":"getPVCLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getpodlimits","text":"\u25b8 getPodLimits (): LimitRangeItem []","title":"getPodLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/","text":"Class: LimitRangesStore # Renderer . K8sApi .LimitRangesStore Hierarchy # KubeObjectStore < LimitRange > \u21b3 LimitRangesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new LimitRangesStore ( api? ) Parameters # Name Type api? KubeApi < LimitRange > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < LimitRange > = limitRangeApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < LimitRange > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < LimitRange , void , undefined > Returns # Generator < LimitRange , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): LimitRange [] Parameters # Name Type items LimitRange [] Returns # LimitRange [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): LimitRange [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # LimitRange [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): LimitRange Parameters # Name Type id string Returns # LimitRange Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): LimitRange [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # LimitRange [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): LimitRange Parameters # Name Type name string namespace? string Returns # LimitRange Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): LimitRange Parameters # Name Type path string Returns # LimitRange Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): LimitRange [] Returns # LimitRange [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items LimitRange [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item LimitRange Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems LimitRange [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | LimitRange []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | LimitRange []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < LimitRange > Parameters # Name Type resourcePath string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < LimitRange []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < LimitRange []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): LimitRange [] Parameters # Name Type partialItems LimitRange [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # LimitRange [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < LimitRange > Parameters # Name Type item LimitRange patch Patch Returns # Promise < LimitRange > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | LimitRange []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | LimitRange []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item LimitRange Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item LimitRange request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): LimitRange [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items LimitRange [] the items to be sorted (default: the current items in this store) sorting ( item : LimitRange ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # LimitRange [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems LimitRange [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < LimitRange > Parameters # Name Type item LimitRange data Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < LimitRange > Parameters # Name Type item LimitRange request () => Promise < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . updateItem","title":"Class: LimitRangesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#class-limitrangesstore","text":"Renderer . K8sApi .LimitRangesStore","title":"Class: LimitRangesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#hierarchy","text":"KubeObjectStore < LimitRange > \u21b3 LimitRangesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructor","text":"\u2022 new LimitRangesStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#api","text":"\u2022 api : KubeApi < LimitRange > = limitRangeApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#items","text":"\u2022 items : IObservableArray < LimitRange >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#iterator","text":"\u25b8 [iterator] (): Generator < LimitRange , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#create","text":"\u25b8 create ( params , data? ): Promise < LimitRange >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < LimitRange >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): LimitRange []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): LimitRange []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbyid","text":"\u25b8 getById ( id ): LimitRange","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): LimitRange []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): LimitRange","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbypath","text":"\u25b8 getByPath ( path ): LimitRange","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getitems","text":"\u25b8 getItems (): LimitRange []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#load","text":"\u25b8 load ( params ): Promise < LimitRange >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | LimitRange []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < LimitRange >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < LimitRange >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < LimitRange []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): LimitRange []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < LimitRange >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | LimitRange []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): LimitRange [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#update","text":"\u25b8 update ( item , data ): Promise < LimitRange >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < LimitRange >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/","text":"Class: Namespace # Renderer . K8sApi .Namespace Hierarchy # KubeObject \u21b3 Namespace Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Namespace ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : Object Type declaration # Name Type phase string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/namespaces\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Namespace\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Namespace > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Namespace"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#class-namespace","text":"Renderer . K8sApi .Namespace","title":"Class: Namespace"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructor","text":"\u2022 new Namespace ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/namespaces\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#kind_1","text":"\u25aa Static kind : string = \"Namespace\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/","text":"Class: NamespaceStore # Renderer . K8sApi .NamespaceStore Hierarchy # KubeObjectStore < Namespace > \u21b3 NamespaceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # allowedNamespaces areAllSelectedImplicitly context contextItems contextNamespaces contextReady hasAllContexts namespacesReady query selectedItems selectedNames Methods # [iterator] bindWatchEventsUpdater clearSelected create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems onContextChange patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select selectAll selectNamespaces selectSingle sortItems subscribe toggleAll toggleContext toggleSelection toggleSelectionAll toggleSingle unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NamespaceStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : NamespaceApi = namespacesApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Namespace > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # allowedNamespaces # \u2022 get allowedNamespaces (): string [] Returns # string [] areAllSelectedImplicitly # \u2022 get areAllSelectedImplicitly (): boolean Is true when the the set of namespace names selected is implicitly all Namely, this will be true if the user has deselected all namespaces from the filter or if the user has clicked the \"All Namespaces\" option Returns # boolean context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextNamespaces # \u2022 get contextNamespaces (): string [] The list of selected namespace names (for filtering) Returns # string [] contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady hasAllContexts # \u2022 get hasAllContexts (): boolean Is true if all available namespaces are selected, otherwise false Returns # boolean namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems selectedNames # \u2022 get selectedNames (): Set < string > The set of select namespace names (for filtering) Returns # Set < string > Methods # [iterator] # \u25b8 [iterator] (): Generator < Namespace , void , undefined > Returns # Generator < Namespace , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater clearSelected # \u25b8 clearSelected ( namespaces? ): void Parameters # Name Type namespaces? string | string [] Returns # void create # \u25b8 create ( params , data? ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Namespace [] Parameters # Name Type items Namespace [] Returns # Namespace [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Namespace [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Namespace [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Namespace Parameters # Name Type id string Returns # Namespace Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Namespace [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Namespace [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Namespace Parameters # Name Type name string namespace? string Returns # Namespace Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Namespace Parameters # Name Type path string Returns # Namespace Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Namespace [] Returns # Namespace [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Namespace [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount hasContext # \u25b8 hasContext ( namespaces ): boolean Checks if namespace names are selected for filtering Parameters # Name Type Description namespaces string | string [] One or several names of namespaces to check if they are selected Returns # boolean true if all the provided names are selected isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Namespace Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Namespace [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Namespace > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Namespace []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Namespace []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Namespace > Parameters # Name Type resourcePath string Returns # Promise < Namespace > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Namespace > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( params ): Promise < Namespace []> Parameters # Name Type params KubeObjectStoreLoadingParams Returns # Promise < Namespace []> Overrides # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Namespace [] Parameters # Name Type partialItems Namespace [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Namespace [] Inherited from # KubeObjectStore . mergeItems onContextChange # \u25b8 onContextChange ( callback , opts? ): IReactionDisposer Parameters # Name Type callback ( namespaces : string []) => void opts Object opts.fireImmediately? boolean Returns # IReactionDisposer patch # \u25b8 patch ( item , patch ): Promise < Namespace > Parameters # Name Type item Namespace patch Patch Returns # Promise < Namespace > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Namespace []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Namespace []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Namespace Returns # Promise < void > Overrides # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Namespace request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . select selectAll # \u25b8 selectAll (): void Selects all available namespaces. Note: If new namespaces appear in the future those will be selected too Returns # void selectNamespaces # \u25b8 selectNamespaces ( namespace ): void Parameters # Name Type namespace string | string [] Returns # void selectSingle # \u25b8 selectSingle ( namespace ): void Makes the given namespace the sole selected namespace Parameters # Name Type namespace string Returns # void sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Namespace [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Namespace [] the items to be sorted (default: the current items in this store) sorting ( item : Namespace ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Namespace [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe (): (... args : T ) => void Returns # fn \u25b8 < T >(... args ): void A function that does nothing Type parameters # Name Type T extends any [] Parameters # Name Type ...args T Returns # void Overrides # KubeObjectStore . subscribe toggleAll # \u25b8 toggleAll ( selectAll? ): void This function selects all namespaces implicitly. NOTE: does not toggle any namespaces deprecated Use NamespaceStore.selectAll instead. Parameters # Name Type Description selectAll? boolean NOT USED Returns # void toggleContext # \u25b8 toggleContext ( namespaces ): void Acts like toggleSingle but can work on several at a time Parameters # Name Type Description namespaces string | string [] One or many names of namespaces to select Returns # void toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Namespace [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll toggleSingle # \u25b8 toggleSingle ( namespace ): void Toggles the selection state of namespace . Namely, if it was previously specifically or implicitly selected then after this call it will be explicitly deselected. Parameters # Name Type Description namespace string The name of a namespace Returns # void unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Namespace > Parameters # Name Type item Namespace data Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Namespace > Parameters # Name Type item Namespace request () => Promise < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . updateItem","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#class-namespacestore","text":"Renderer . K8sApi .NamespaceStore","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hierarchy","text":"KubeObjectStore < Namespace > \u21b3 NamespaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#accessors","text":"allowedNamespaces areAllSelectedImplicitly context contextItems contextNamespaces contextReady hasAllContexts namespacesReady query selectedItems selectedNames","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#methods","text":"[iterator] bindWatchEventsUpdater clearSelected create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems onContextChange patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select selectAll selectNamespaces selectSingle sortItems subscribe toggleAll toggleContext toggleSelection toggleSelectionAll toggleSingle unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructor","text":"\u2022 new NamespaceStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#api","text":"\u2022 api : NamespaceApi = namespacesApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#items","text":"\u2022 items : IObservableArray < Namespace >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#allowednamespaces","text":"\u2022 get allowedNamespaces (): string []","title":"allowedNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#areallselectedimplicitly","text":"\u2022 get areAllSelectedImplicitly (): boolean Is true when the the set of namespace names selected is implicitly all Namely, this will be true if the user has deselected all namespaces from the filter or if the user has clicked the \"All Namespaces\" option","title":"areAllSelectedImplicitly"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextnamespaces","text":"\u2022 get contextNamespaces (): string [] The list of selected namespace names (for filtering)","title":"contextNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hasallcontexts","text":"\u2022 get hasAllContexts (): boolean Is true if all available namespaces are selected, otherwise false","title":"hasAllContexts"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectednames","text":"\u2022 get selectedNames (): Set < string > The set of select namespace names (for filtering)","title":"selectedNames"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#iterator","text":"\u25b8 [iterator] (): Generator < Namespace , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#clearselected","text":"\u25b8 clearSelected ( namespaces? ): void","title":"clearSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#create","text":"\u25b8 create ( params , data? ): Promise < Namespace >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Namespace >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Namespace []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Namespace []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbyid","text":"\u25b8 getById ( id ): Namespace","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Namespace []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Namespace","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbypath","text":"\u25b8 getByPath ( path ): Namespace","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getitems","text":"\u25b8 getItems (): Namespace []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hascontext","text":"\u25b8 hasContext ( namespaces ): boolean Checks if namespace names are selected for filtering","title":"hasContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#load","text":"\u25b8 load ( params ): Promise < Namespace >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Namespace []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Namespace >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Namespace >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loaditems","text":"\u25b8 Protected loadItems ( params ): Promise < Namespace []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Namespace []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#oncontextchange","text":"\u25b8 onContextChange ( callback , opts? ): IReactionDisposer","title":"onContextChange"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Namespace >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Namespace []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectall","text":"\u25b8 selectAll (): void Selects all available namespaces. Note: If new namespaces appear in the future those will be selected too","title":"selectAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectnamespaces","text":"\u25b8 selectNamespaces ( namespace ): void","title":"selectNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectsingle","text":"\u25b8 selectSingle ( namespace ): void Makes the given namespace the sole selected namespace","title":"selectSingle"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Namespace [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#subscribe","text":"\u25b8 subscribe (): (... args : T ) => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleall","text":"\u25b8 toggleAll ( selectAll? ): void This function selects all namespaces implicitly. NOTE: does not toggle any namespaces deprecated Use NamespaceStore.selectAll instead.","title":"toggleAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#togglecontext","text":"\u25b8 toggleContext ( namespaces ): void Acts like toggleSingle but can work on several at a time","title":"toggleContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#togglesingle","text":"\u25b8 toggleSingle ( namespace ): void Toggles the selection state of namespace . Namely, if it was previously specifically or implicitly selected then after this call it will be explicitly deselected.","title":"toggleSingle"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#update","text":"\u25b8 update ( item , data ): Promise < Namespace >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Namespace >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/","text":"Class: NetworkPolicy # Renderer . K8sApi .NetworkPolicy Hierarchy # KubeObject \u21b3 NetworkPolicy Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getTypes patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new NetworkPolicy ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : NetworkPolicySpec Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"NetworkPolicy\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMatchLabels # \u25b8 getMatchLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getTypes # \u25b8 getTypes (): string [] Returns # string [] patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < NetworkPolicy > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#class-networkpolicy","text":"Renderer . K8sApi .NetworkPolicy","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getTypes patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructor","text":"\u2022 new NetworkPolicy ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#spec","text":"\u2022 spec : NetworkPolicySpec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#kind_1","text":"\u25aa Static kind : string = \"NetworkPolicy\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getmatchlabels","text":"\u25b8 getMatchLabels (): string []","title":"getMatchLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#gettypes","text":"\u25b8 getTypes (): string []","title":"getTypes"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/","text":"Class: NetworkPolicyStore # Renderer . K8sApi .NetworkPolicyStore Hierarchy # KubeObjectStore < NetworkPolicy > \u21b3 NetworkPolicyStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NetworkPolicyStore ( api? ) Parameters # Name Type api? KubeApi < NetworkPolicy > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < NetworkPolicy > = networkPolicyApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < NetworkPolicy > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < NetworkPolicy , void , undefined > Returns # Generator < NetworkPolicy , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): NetworkPolicy [] Parameters # Name Type items NetworkPolicy [] Returns # NetworkPolicy [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): NetworkPolicy [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): NetworkPolicy Parameters # Name Type id string Returns # NetworkPolicy Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): NetworkPolicy [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): NetworkPolicy Parameters # Name Type name string namespace? string Returns # NetworkPolicy Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): NetworkPolicy Parameters # Name Type path string Returns # NetworkPolicy Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): NetworkPolicy [] Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items NetworkPolicy [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item NetworkPolicy Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems NetworkPolicy [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | NetworkPolicy []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | NetworkPolicy []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < NetworkPolicy > Parameters # Name Type resourcePath string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < NetworkPolicy []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < NetworkPolicy []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): NetworkPolicy [] Parameters # Name Type partialItems NetworkPolicy [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # NetworkPolicy [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy patch Patch Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | NetworkPolicy []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | NetworkPolicy []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item NetworkPolicy Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item NetworkPolicy request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): NetworkPolicy [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items NetworkPolicy [] the items to be sorted (default: the current items in this store) sorting ( item : NetworkPolicy ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # NetworkPolicy [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems NetworkPolicy [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy data Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy request () => Promise < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . updateItem","title":"Class: NetworkPolicyStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#class-networkpolicystore","text":"Renderer . K8sApi .NetworkPolicyStore","title":"Class: NetworkPolicyStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#hierarchy","text":"KubeObjectStore < NetworkPolicy > \u21b3 NetworkPolicyStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructor","text":"\u2022 new NetworkPolicyStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#api","text":"\u2022 api : KubeApi < NetworkPolicy > = networkPolicyApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#items","text":"\u2022 items : IObservableArray < NetworkPolicy >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#iterator","text":"\u25b8 [iterator] (): Generator < NetworkPolicy , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#create","text":"\u25b8 create ( params , data? ): Promise < NetworkPolicy >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < NetworkPolicy >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): NetworkPolicy []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): NetworkPolicy []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbyid","text":"\u25b8 getById ( id ): NetworkPolicy","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): NetworkPolicy []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): NetworkPolicy","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbypath","text":"\u25b8 getByPath ( path ): NetworkPolicy","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getitems","text":"\u25b8 getItems (): NetworkPolicy []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#load","text":"\u25b8 load ( params ): Promise < NetworkPolicy >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | NetworkPolicy []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < NetworkPolicy >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < NetworkPolicy >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < NetworkPolicy []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): NetworkPolicy []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < NetworkPolicy >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | NetworkPolicy []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): NetworkPolicy [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#update","text":"\u25b8 update ( item , data ): Promise < NetworkPolicy >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < NetworkPolicy >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/","text":"Class: Node # Renderer . K8sApi .Node Hierarchy # KubeObject \u21b3 Node Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getWarningConditions isUnschedulable patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Node ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type externalID? string podCIDR? string podCIDRs? string [] providerID? string taints? NodeTaint [] unschedulable? boolean Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type addresses? { address : string ; type : string }[] allocatable? Object allocatable.cpu string allocatable.ephemeral-storage string allocatable.hugepages-1Gi string allocatable.hugepages-2Mi string allocatable.memory string allocatable.pods string capacity? Object capacity.cpu string capacity.ephemeral-storage string capacity.hugepages-1Gi string capacity.hugepages-2Mi string capacity.memory string capacity.pods string conditions? NodeCondition [] daemonEndpoints? Object daemonEndpoints.kubeletEndpoint Object daemonEndpoints.kubeletEndpoint.Port number images? { names : string [] ; sizeBytes? : number }[] nodeInfo? Object nodeInfo.architecture string nodeInfo.bootID string nodeInfo.containerRuntimeVersion string nodeInfo.kernelVersion string nodeInfo.kubeProxyVersion string nodeInfo.kubeletVersion string nodeInfo.machineID string nodeInfo.operatingSystem string nodeInfo.osImage string nodeInfo.systemUUID string volumesAttached? { devicePath : string ; name : string }[] volumesInUse? string [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/nodes\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Node\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getActiveConditions # \u25b8 getActiveConditions (): NodeCondition [] Returns # NodeCondition [] getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): NodeCondition [] Returns # NodeCondition [] getCpuCapacity # \u25b8 getCpuCapacity (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKubeletVersion # \u25b8 getKubeletVersion (): string Returns # string getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMemoryCapacity # \u25b8 getMemoryCapacity (): number Returns # number getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNodeConditionText # \u25b8 getNodeConditionText (): string Returns the concatination of all current condition types which have a status of \"True\" Returns # string getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOperatingSystem # \u25b8 getOperatingSystem (): string Returns # string getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRoleLabels # \u25b8 getRoleLabels (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTaints # \u25b8 getTaints (): NodeTaint [] Returns # NodeTaint [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getWarningConditions # \u25b8 getWarningConditions (): NodeCondition [] Returns # NodeCondition [] isUnschedulable # \u25b8 isUnschedulable (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Node > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Node"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#class-node","text":"Renderer . K8sApi .Node","title":"Class: Node"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#methods","text":"delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getTimeDiffFromNow getWarningConditions isUnschedulable patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructor","text":"\u2022 new Node ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/nodes\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#kind_1","text":"\u25aa Static kind : string = \"Node\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getactiveconditions","text":"\u25b8 getActiveConditions (): NodeCondition []","title":"getActiveConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getconditions","text":"\u25b8 getConditions (): NodeCondition []","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getcpucapacity","text":"\u25b8 getCpuCapacity (): number","title":"getCpuCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getkubeletversion","text":"\u25b8 getKubeletVersion (): string","title":"getKubeletVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getmemorycapacity","text":"\u25b8 getMemoryCapacity (): number","title":"getMemoryCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getnodeconditiontext","text":"\u25b8 getNodeConditionText (): string Returns the concatination of all current condition types which have a status of \"True\"","title":"getNodeConditionText"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getoperatingsystem","text":"\u25b8 getOperatingSystem (): string","title":"getOperatingSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getrolelabels","text":"\u25b8 getRoleLabels (): string","title":"getRoleLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#gettaints","text":"\u25b8 getTaints (): NodeTaint []","title":"getTaints"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getwarningconditions","text":"\u25b8 getWarningConditions (): NodeCondition []","title":"getWarningConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isunschedulable","text":"\u25b8 isUnschedulable (): boolean","title":"isUnschedulable"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/","text":"Class: NodesApi # Renderer . K8sApi .NodesApi Hierarchy # KubeApi < Node > \u21b3 NodesApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new NodesApi ( options ) Parameters # Name Type options IKubeApiOptions < Node > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Node > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Node > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Node > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Node > Returns # Promise < Node > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Node > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Node > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Node []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Node []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Node | Node [] Parameters # Name Type data unknown namespace? string Returns # Node | Node [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Node > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Node > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Node > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Node []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Node []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Node > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Node > Returns # Promise < Node > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: NodesApi"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#class-nodesapi","text":"Renderer . K8sApi .NodesApi","title":"Class: NodesApi"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#hierarchy","text":"KubeApi < Node > \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructor","text":"\u2022 new NodesApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Node >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Node >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Node >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Node >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Node []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Node | Node []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Node >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Node []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Node >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/","text":"Class: NodesStore # Renderer . K8sApi .NodesStore Hierarchy # KubeObjectStore < Node > \u21b3 NodesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady masterNodes namespacesReady query selectedItems workerNodes Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NodesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : NodesApi = nodesApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Node > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady masterNodes # \u2022 get masterNodes (): Node [] Returns # Node [] namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems workerNodes # \u2022 get workerNodes (): Node [] Returns # Node [] Methods # [iterator] # \u25b8 [iterator] (): Generator < Node , void , undefined > Returns # Generator < Node , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Node [] Parameters # Name Type items Node [] Returns # Node [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Node [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Node [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Node Parameters # Name Type id string Returns # Node Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Node [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Node [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Node Parameters # Name Type name string namespace? string Returns # Node Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Node Parameters # Name Type path string Returns # Node Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Node [] Returns # Node [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Node [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount getWarningsCount # \u25b8 getWarningsCount (): number Returns # number isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Node Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Node [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Node > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Node []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Node []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Node > Parameters # Name Type resourcePath string Returns # Promise < Node > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Node > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Node []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Node []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Node [] Parameters # Name Type partialItems Node [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Node [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Node > Parameters # Name Type item Node patch Patch Returns # Promise < Node > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Node []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Node []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Node Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Node request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Node [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Node [] the items to be sorted (default: the current items in this store) sorting ( item : Node ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Node [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Node [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Node > Parameters # Name Type item Node data Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Node > Parameters # Name Type item Node request () => Promise < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . updateItem","title":"Class: NodesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#class-nodesstore","text":"Renderer . K8sApi .NodesStore","title":"Class: NodesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#hierarchy","text":"KubeObjectStore < Node > \u21b3 NodesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#accessors","text":"context contextItems contextReady masterNodes namespacesReady query selectedItems workerNodes","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructor","text":"\u2022 new NodesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#api","text":"\u2022 api : NodesApi = nodesApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#items","text":"\u2022 items : IObservableArray < Node >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#masternodes","text":"\u2022 get masterNodes (): Node []","title":"masterNodes"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#workernodes","text":"\u2022 get workerNodes (): Node []","title":"workerNodes"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#iterator","text":"\u25b8 [iterator] (): Generator < Node , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#create","text":"\u25b8 create ( params , data? ): Promise < Node >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Node >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Node []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Node []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbyid","text":"\u25b8 getById ( id ): Node","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Node []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Node","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbypath","text":"\u25b8 getByPath ( path ): Node","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getitems","text":"\u25b8 getItems (): Node []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getwarningscount","text":"\u25b8 getWarningsCount (): number","title":"getWarningsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#load","text":"\u25b8 load ( params ): Promise < Node >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Node []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Node >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Node >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Node []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Node []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Node >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Node []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Node [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#update","text":"\u25b8 update ( item , data ): Promise < Node >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Node >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/","text":"Class: PersistentVolume # Renderer . K8sApi .PersistentVolume Hierarchy # KubeObject \u21b3 PersistentVolume Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getStorageClass getStorageClassName getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PersistentVolume ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type accessModes string [] capacity Object capacity.storage string claimRef Object claimRef.apiVersion string claimRef.kind string claimRef.name string claimRef.namespace string claimRef.resourceVersion string claimRef.uid string flexVolume Object flexVolume.driver string flexVolume.options Object flexVolume.options.clusterNamespace string flexVolume.options.image string flexVolume.options.pool string flexVolume.options.storageClass string mountOptions? string [] nfs? Object nfs.path string nfs.server string persistentVolumeReclaimPolicy string storageClassName string Inherited from # KubeObject . spec status # \u2022 Optional status : Object Type declaration # Name Type phase string reason? string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PersistentVolume\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getCapacity # \u25b8 getCapacity ( inBytes? ): string | number Parameters # Name Type Default value inBytes boolean false Returns # string | number getClaimRefName # \u25b8 getClaimRefName (): string Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getStorageClass # \u25b8 getStorageClass (): string Returns # string getStorageClassName # \u25b8 getStorageClassName (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PersistentVolume > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#class-persistentvolume","text":"Renderer . K8sApi .PersistentVolume","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#methods","text":"delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getStorageClass getStorageClassName getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructor","text":"\u2022 new PersistentVolume ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumes\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolume\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes? ): string | number","title":"getCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getclaimrefname","text":"\u25b8 getClaimRefName (): string","title":"getClaimRefName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstorageclass","text":"\u25b8 getStorageClass (): string","title":"getStorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstorageclassname","text":"\u25b8 getStorageClassName (): string","title":"getStorageClassName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/","text":"Class: PersistentVolumeClaim # Renderer . K8sApi .PersistentVolumeClaim Hierarchy # KubeObject \u21b3 PersistentVolumeClaim Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PersistentVolumeClaim ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type accessModes string [] resources Object resources.requests Object resources.requests.storage string selector LabelSelector storageClassName string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type phase string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PersistentVolumeClaim\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMatchExpressions # \u25b8 getMatchExpressions (): LabelMatchExpression [] Returns # LabelMatchExpression [] getMatchLabels # \u25b8 getMatchLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPods # \u25b8 getPods ( allPods ): Pod [] Parameters # Name Type allPods Pod [] Returns # Pod [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getStorage # \u25b8 getStorage (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PersistentVolumeClaim > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#class-persistentvolumeclaim","text":"Renderer . K8sApi .PersistentVolumeClaim","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructor","text":"\u2022 new PersistentVolumeClaim ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolumeClaim\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): LabelMatchExpression []","title":"getMatchExpressions"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getmatchlabels","text":"\u25b8 getMatchLabels (): string []","title":"getMatchLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getpods","text":"\u25b8 getPods ( allPods ): Pod []","title":"getPods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getstorage","text":"\u25b8 getStorage (): string","title":"getStorage"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/","text":"Class: PersistentVolumeClaimsApi # Renderer . K8sApi .PersistentVolumeClaimsApi Hierarchy # KubeApi < PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new PersistentVolumeClaimsApi ( options ) Parameters # Name Type options IKubeApiOptions < PersistentVolumeClaim > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < PersistentVolumeClaim > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < PersistentVolumeClaim > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < PersistentVolumeClaim > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): PersistentVolumeClaim | PersistentVolumeClaim [] Parameters # Name Type data unknown namespace? string Returns # PersistentVolumeClaim | PersistentVolumeClaim [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < PersistentVolumeClaim > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < PersistentVolumeClaim > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < PersistentVolumeClaim []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < PersistentVolumeClaim > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#class-persistentvolumeclaimsapi","text":"Renderer . K8sApi .PersistentVolumeClaimsApi","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#hierarchy","text":"KubeApi < PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructor","text":"\u2022 new PersistentVolumeClaimsApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < PersistentVolumeClaim >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#options","text":"\u2022 Protected options : IKubeApiOptions < PersistentVolumeClaim >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < PersistentVolumeClaim >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#get","text":"\u25b8 get ( desc , query? ): Promise < PersistentVolumeClaim >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < PersistentVolumeClaim []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): PersistentVolumeClaim | PersistentVolumeClaim []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < PersistentVolumeClaim >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < PersistentVolumeClaim []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < PersistentVolumeClaim >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/","text":"Class: PersistentVolumesStore # Renderer . K8sApi .PersistentVolumesStore Hierarchy # KubeObjectStore < PersistentVolume > \u21b3 PersistentVolumesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getByStorageClass getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PersistentVolumesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < PersistentVolume > = persistentVolumeApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PersistentVolume > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PersistentVolume , void , undefined > Returns # Generator < PersistentVolume , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PersistentVolume [] Parameters # Name Type items PersistentVolume [] Returns # PersistentVolume [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PersistentVolume [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PersistentVolume [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PersistentVolume Parameters # Name Type id string Returns # PersistentVolume Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PersistentVolume [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PersistentVolume [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PersistentVolume Parameters # Name Type name string namespace? string Returns # PersistentVolume Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PersistentVolume Parameters # Name Type path string Returns # PersistentVolume Inherited from # KubeObjectStore . getByPath getByStorageClass # \u25b8 getByStorageClass ( storageClass ): PersistentVolume [] Parameters # Name Type storageClass StorageClass Returns # PersistentVolume [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PersistentVolume [] Returns # PersistentVolume [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PersistentVolume [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PersistentVolume Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PersistentVolume [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolume []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PersistentVolume []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolume > Parameters # Name Type resourcePath string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolume []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PersistentVolume []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolume [] Parameters # Name Type partialItems PersistentVolume [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PersistentVolume [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume patch Patch Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PersistentVolume []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PersistentVolume []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PersistentVolume Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PersistentVolume request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolume [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PersistentVolume [] the items to be sorted (default: the current items in this store) sorting ( item : PersistentVolume ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PersistentVolume [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PersistentVolume [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume data Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume request () => Promise < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . updateItem","title":"Class: PersistentVolumesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#class-persistentvolumesstore","text":"Renderer . K8sApi .PersistentVolumesStore","title":"Class: PersistentVolumesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#hierarchy","text":"KubeObjectStore < PersistentVolume > \u21b3 PersistentVolumesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getByStorageClass getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructor","text":"\u2022 new PersistentVolumesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#api","text":"\u2022 api : KubeApi < PersistentVolume > = persistentVolumeApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#items","text":"\u2022 items : IObservableArray < PersistentVolume >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#iterator","text":"\u25b8 [iterator] (): Generator < PersistentVolume , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#create","text":"\u25b8 create ( params , data? ): Promise < PersistentVolume >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PersistentVolume >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PersistentVolume []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PersistentVolume []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbyid","text":"\u25b8 getById ( id ): PersistentVolume","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PersistentVolume []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PersistentVolume","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbypath","text":"\u25b8 getByPath ( path ): PersistentVolume","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbystorageclass","text":"\u25b8 getByStorageClass ( storageClass ): PersistentVolume []","title":"getByStorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getitems","text":"\u25b8 getItems (): PersistentVolume []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#load","text":"\u25b8 load ( params ): Promise < PersistentVolume >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolume []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolume >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PersistentVolume >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolume []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolume []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PersistentVolume >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PersistentVolume []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolume [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#update","text":"\u25b8 update ( item , data ): Promise < PersistentVolume >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PersistentVolume >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/","text":"Class: Pod # Renderer . K8sApi .Pod Hierarchy # WorkloadKubeObject \u21b3 Pod Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getIPs getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStartupProbe getStatus getStatusMessage getStatusPhase getTemplateLabels getTimeDiffFromNow getTolerations getVolumes hasIssues patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Pod ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 Optional spec : Object Type declaration # Name Type activeDeadlineSeconds? number affinity? IAffinity automountServiceAccountToken? boolean containers IPodContainer [] dnsPolicy? string hostAliases? Object hostAliases.hostnames string [] hostAliases.ip string hostIPC? boolean hostNetwork? boolean hostPID? boolean hostname? string imagePullSecrets? { name : string }[] initContainers IPodContainer [] nodeName? string nodeSelector? Object priority? number priorityClassName? string restartPolicy? string schedulerName? string securityContext? Object serviceAccount string serviceAccountName string shareProcessNamespace? boolean subdomain? string terminationGracePeriodSeconds? number tolerations? { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] volumes? { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Overrides # WorkloadKubeObject.spec status # \u2022 Optional status : Object Type declaration # Name Type conditions { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] containerStatuses? IPodContainerStatus [] hostIP string initContainerStatuses? IPodContainerStatus [] phase string podIP string podIPs? { ip : string }[] qosClass? string reason? string startTime string Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/api/v1/pods\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Pod\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Overrides # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAllContainers # \u25b8 getAllContainers (): IPodContainer [] Returns # IPodContainer [] getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getConditions # \u25b8 getConditions (): { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] Returns # { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers? ): IPodContainerStatus [] Parameters # Name Type Default value includeInitContainers boolean true Returns # IPodContainerStatus [] getContainers # \u25b8 getContainers (): IPodContainer [] Returns # IPodContainer [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getIPs # \u25b8 getIPs (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getInitContainers # \u25b8 getInitContainers (): IPodContainer [] Returns # IPodContainer [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getLivenessProbe # \u25b8 getLivenessProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeName # \u25b8 getNodeName (): string Returns # string getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Overrides # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getPriorityClassName # \u25b8 getPriorityClassName (): string Returns # string getQosClass # \u25b8 getQosClass (): string Returns # string getReadinessProbe # \u25b8 getReadinessProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getReason # \u25b8 getReason (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getRestartsCount # \u25b8 getRestartsCount (): number Returns # number getRunningContainers # \u25b8 getRunningContainers (): IPodContainer [] Returns # IPodContainer [] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSecrets # \u25b8 getSecrets (): string [] Returns # string [] getSelectedNodeOs # \u25b8 getSelectedNodeOs (): string Returns # string getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getStartupProbe # \u25b8 getStartupProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getStatus # \u25b8 getStatus (): PodStatus Returns # PodStatus getStatusMessage # \u25b8 getStatusMessage (): string Returns # string getStatusPhase # \u25b8 getStatusPhase (): string Returns # string getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] Returns # { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] Overrides # WorkloadKubeObject.getTolerations getVolumes # \u25b8 getVolumes (): { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Returns # { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] hasIssues # \u25b8 hasIssues (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Pod > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Pod"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#class-pod","text":"Renderer . K8sApi .Pod","title":"Class: Pod"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#methods","text":"delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getIPs getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStartupProbe getStatus getStatusMessage getStatusPhase getTemplateLabels getTimeDiffFromNow getTolerations getVolumes hasIssues patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructor","text":"\u2022 new Pod ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#spec","text":"\u2022 Optional spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/pods\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#kind_1","text":"\u25aa Static kind : string = \"Pod\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getallcontainers","text":"\u25b8 getAllContainers (): IPodContainer []","title":"getAllContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getconditions","text":"\u25b8 getConditions (): { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers? ): IPodContainerStatus []","title":"getContainerStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getcontainers","text":"\u25b8 getContainers (): IPodContainer []","title":"getContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getips","text":"\u25b8 getIPs (): string []","title":"getIPs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getinitcontainers","text":"\u25b8 getInitContainers (): IPodContainer []","title":"getInitContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container ): string []","title":"getLivenessProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getnodename","text":"\u25b8 getNodeName (): string","title":"getNodeName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getpriorityclassname","text":"\u25b8 getPriorityClassName (): string","title":"getPriorityClassName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getqosclass","text":"\u25b8 getQosClass (): string","title":"getQosClass"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container ): string []","title":"getReadinessProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getreason","text":"\u25b8 getReason (): string","title":"getReason"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getrestartscount","text":"\u25b8 getRestartsCount (): number","title":"getRestartsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getrunningcontainers","text":"\u25b8 getRunningContainers (): IPodContainer []","title":"getRunningContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getsecrets","text":"\u25b8 getSecrets (): string []","title":"getSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getselectednodeos","text":"\u25b8 getSelectedNodeOs (): string","title":"getSelectedNodeOs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstartupprobe","text":"\u25b8 getStartupProbe ( container ): string []","title":"getStartupProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatus","text":"\u25b8 getStatus (): PodStatus","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatusmessage","text":"\u25b8 getStatusMessage (): string","title":"getStatusMessage"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatusphase","text":"\u25b8 getStatusPhase (): string","title":"getStatusPhase"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettolerations","text":"\u25b8 getTolerations (): { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[]","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getvolumes","text":"\u25b8 getVolumes (): { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[]","title":"getVolumes"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#hasissues","text":"\u25b8 hasIssues (): boolean","title":"hasIssues"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/","text":"Class: PodDisruptionBudget # Renderer . K8sApi .PodDisruptionBudget Hierarchy # KubeObject \u21b3 PodDisruptionBudget Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PodDisruptionBudget ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type maxUnavailable string minAvailable string selector LabelSelector Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type currentHealthy number desiredHealthy number disruptionsAllowed number expectedPods number Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PodDisruptionBudget\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getCurrentHealthy # \u25b8 getCurrentHealthy (): number Returns # number getDesiredHealthy # \u25b8 getDesiredHealthy (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMaxUnavailable # \u25b8 getMaxUnavailable (): string Returns # string getMinAvailable # \u25b8 getMinAvailable (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PodDisruptionBudget > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#class-poddisruptionbudget","text":"Renderer . K8sApi .PodDisruptionBudget","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#methods","text":"delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructor","text":"\u2022 new PodDisruptionBudget ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#kind_1","text":"\u25aa Static kind : string = \"PodDisruptionBudget\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getcurrenthealthy","text":"\u25b8 getCurrentHealthy (): number","title":"getCurrentHealthy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getdesiredhealthy","text":"\u25b8 getDesiredHealthy (): number","title":"getDesiredHealthy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getmaxunavailable","text":"\u25b8 getMaxUnavailable (): string","title":"getMaxUnavailable"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getminavailable","text":"\u25b8 getMinAvailable (): string","title":"getMinAvailable"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/","text":"Class: PodDisruptionBudgetsStore # Renderer . K8sApi .PodDisruptionBudgetsStore Hierarchy # KubeObjectStore < PodDisruptionBudget > \u21b3 PodDisruptionBudgetsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PodDisruptionBudgetsStore ( api? ) Parameters # Name Type api? KubeApi < PodDisruptionBudget > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < PodDisruptionBudget > = pdbApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PodDisruptionBudget > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PodDisruptionBudget , void , undefined > Returns # Generator < PodDisruptionBudget , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PodDisruptionBudget [] Parameters # Name Type items PodDisruptionBudget [] Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PodDisruptionBudget [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PodDisruptionBudget Parameters # Name Type id string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PodDisruptionBudget [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PodDisruptionBudget Parameters # Name Type name string namespace? string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PodDisruptionBudget Parameters # Name Type path string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PodDisruptionBudget [] Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PodDisruptionBudget [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PodDisruptionBudget Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PodDisruptionBudget [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PodDisruptionBudget []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PodDisruptionBudget []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PodDisruptionBudget > Parameters # Name Type resourcePath string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PodDisruptionBudget []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PodDisruptionBudget []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PodDisruptionBudget [] Parameters # Name Type partialItems PodDisruptionBudget [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget patch Patch Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PodDisruptionBudget []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PodDisruptionBudget []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PodDisruptionBudget Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PodDisruptionBudget request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PodDisruptionBudget [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PodDisruptionBudget [] the items to be sorted (default: the current items in this store) sorting ( item : PodDisruptionBudget ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PodDisruptionBudget [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget data Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget request () => Promise < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . updateItem","title":"Class: PodDisruptionBudgetsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#class-poddisruptionbudgetsstore","text":"Renderer . K8sApi .PodDisruptionBudgetsStore","title":"Class: PodDisruptionBudgetsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#hierarchy","text":"KubeObjectStore < PodDisruptionBudget > \u21b3 PodDisruptionBudgetsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructor","text":"\u2022 new PodDisruptionBudgetsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#api","text":"\u2022 api : KubeApi < PodDisruptionBudget > = pdbApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#items","text":"\u2022 items : IObservableArray < PodDisruptionBudget >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#iterator","text":"\u25b8 [iterator] (): Generator < PodDisruptionBudget , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#create","text":"\u25b8 create ( params , data? ): Promise < PodDisruptionBudget >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PodDisruptionBudget >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PodDisruptionBudget []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PodDisruptionBudget []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbyid","text":"\u25b8 getById ( id ): PodDisruptionBudget","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PodDisruptionBudget []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PodDisruptionBudget","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbypath","text":"\u25b8 getByPath ( path ): PodDisruptionBudget","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getitems","text":"\u25b8 getItems (): PodDisruptionBudget []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#load","text":"\u25b8 load ( params ): Promise < PodDisruptionBudget >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PodDisruptionBudget []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PodDisruptionBudget >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PodDisruptionBudget >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PodDisruptionBudget []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PodDisruptionBudget []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PodDisruptionBudget >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PodDisruptionBudget []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PodDisruptionBudget [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#update","text":"\u25b8 update ( item , data ): Promise < PodDisruptionBudget >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PodDisruptionBudget >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/","text":"Class: PodsApi # Renderer . K8sApi .PodsApi Hierarchy # KubeApi < Pod > \u21b3 PodsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getLogs getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new PodsApi ( options ) Parameters # Name Type options IKubeApiOptions < Pod > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Pod > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Pod > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Pod > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Pod > Returns # Promise < Pod > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Pod > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Pod > Inherited from # KubeApi . get getLogs # \u25b8 getLogs ( params , query? ): Promise < string > Parameters # Name Type params Object params.name string params.namespace string query? IPodLogsQuery Returns # Promise < string > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Pod []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Pod []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Pod | Pod [] Parameters # Name Type data unknown namespace? string Returns # Pod | Pod [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Pod > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Pod > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Pod > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Pod []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Pod []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Pod > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Pod > Returns # Promise < Pod > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: PodsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#class-podsapi","text":"Renderer . K8sApi .PodsApi","title":"Class: PodsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#hierarchy","text":"KubeApi < Pod > \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#methods","text":"checkPreferredVersion create delete get getLogs getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructor","text":"\u2022 new PodsApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Pod >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Pod >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Pod >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Pod >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getlogs","text":"\u25b8 getLogs ( params , query? ): Promise < string >","title":"getLogs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Pod []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Pod | Pod []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Pod >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Pod []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Pod >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/","text":"Class: PodsStore # Renderer . K8sApi .PodsStore Hierarchy # KubeObjectStore < Pod > \u21b3 PodsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items kubeMetrics limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPodKubeMetrics getPodsByNode getPodsByOwner getPodsByOwnerId getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems loadKubeMetrics mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PodsStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : PodsApi = podsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Pod > Inherited from # KubeObjectStore . items kubeMetrics # \u2022 kubeMetrics : IObservableArray < PodMetrics > limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Pod , void , undefined > Returns # Generator < Pod , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Pod [] Parameters # Name Type items Pod [] Returns # Pod [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Pod [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Pod [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Pod Parameters # Name Type id string Returns # Pod Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Pod [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Pod [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Pod Parameters # Name Type name string namespace? string Returns # Pod Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Pod Parameters # Name Type path string Returns # Pod Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Pod [] Returns # Pod [] Inherited from # KubeObjectStore . getItems getPodKubeMetrics # \u25b8 getPodKubeMetrics ( pod ): Object Parameters # Name Type pod Pod Returns # Object Name Type cpu number memory number getPodsByNode # \u25b8 getPodsByNode ( node ): Pod [] Parameters # Name Type node string Returns # Pod [] getPodsByOwner # \u25b8 getPodsByOwner ( workload ): Pod [] Parameters # Name Type workload WorkloadKubeObject Returns # Pod [] getPodsByOwnerId # \u25b8 getPodsByOwnerId ( workloadId ): Pod [] Parameters # Name Type workloadId string Returns # Pod [] getStatuses # \u25b8 getStatuses ( pods ): Dictionary < number > Parameters # Name Type pods Pod [] Returns # Dictionary < number > Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Pod Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Pod [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Pod > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Pod []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Pod []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Pod > Parameters # Name Type resourcePath string Returns # Promise < Pod > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Pod > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Pod []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Pod []> Inherited from # KubeObjectStore . loadItems loadKubeMetrics # \u25b8 loadKubeMetrics ( namespace? ): Promise < void > Parameters # Name Type namespace? string Returns # Promise < void > mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Pod [] Parameters # Name Type partialItems Pod [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Pod [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Pod > Parameters # Name Type item Pod patch Patch Returns # Promise < Pod > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Pod []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Pod []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Pod Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Pod request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Pod [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Pod [] the items to be sorted (default: the current items in this store) sorting ( item : Pod ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Pod [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Pod [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Pod > Parameters # Name Type item Pod data Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Pod > Parameters # Name Type item Pod request () => Promise < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . updateItem","title":"Class: PodsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#class-podsstore","text":"Renderer . K8sApi .PodsStore","title":"Class: PodsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#hierarchy","text":"KubeObjectStore < Pod > \u21b3 PodsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items kubeMetrics limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPodKubeMetrics getPodsByNode getPodsByOwner getPodsByOwnerId getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems loadKubeMetrics mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructor","text":"\u2022 new PodsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#api","text":"\u2022 api : PodsApi = podsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#items","text":"\u2022 items : IObservableArray < Pod >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#kubemetrics","text":"\u2022 kubeMetrics : IObservableArray < PodMetrics >","title":"kubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#iterator","text":"\u25b8 [iterator] (): Generator < Pod , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#create","text":"\u25b8 create ( params , data? ): Promise < Pod >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Pod >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Pod []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Pod []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbyid","text":"\u25b8 getById ( id ): Pod","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Pod []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Pod","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbypath","text":"\u25b8 getByPath ( path ): Pod","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getitems","text":"\u25b8 getItems (): Pod []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodkubemetrics","text":"\u25b8 getPodKubeMetrics ( pod ): Object","title":"getPodKubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbynode","text":"\u25b8 getPodsByNode ( node ): Pod []","title":"getPodsByNode"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbyowner","text":"\u25b8 getPodsByOwner ( workload ): Pod []","title":"getPodsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbyownerid","text":"\u25b8 getPodsByOwnerId ( workloadId ): Pod []","title":"getPodsByOwnerId"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getstatuses","text":"\u25b8 getStatuses ( pods ): Dictionary < number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#load","text":"\u25b8 load ( params ): Promise < Pod >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Pod []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Pod >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Pod >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Pod []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadkubemetrics","text":"\u25b8 loadKubeMetrics ( namespace? ): Promise < void >","title":"loadKubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Pod []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Pod >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Pod []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Pod [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#update","text":"\u25b8 update ( item , data ): Promise < Pod >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Pod >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/","text":"Class: ReplicaSet # Renderer . K8sApi .ReplicaSet Hierarchy # WorkloadKubeObject \u21b3 ReplicaSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCurrent getDesired getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReady getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ReplicaSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type minReadySeconds? number replicas? number selector LabelSelector template? Object template.metadata Object template.metadata.labels Object template.metadata.labels.app string template.spec? Object template.spec.activeDeadlineSeconds? number template.spec.affinity? IAffinity template.spec.automountServiceAccountToken? boolean template.spec.containers IPodContainer [] template.spec.dnsPolicy? string template.spec.hostAliases? Object template.spec.hostAliases.hostnames string [] template.spec.hostAliases.ip string template.spec.hostIPC? boolean template.spec.hostNetwork? boolean template.spec.hostPID? boolean template.spec.hostname? string template.spec.imagePullSecrets? { name : string }[] template.spec.initContainers IPodContainer [] template.spec.nodeName? string template.spec.nodeSelector? Object template.spec.priority? number template.spec.priorityClassName? string template.spec.restartPolicy? string template.spec.schedulerName? string template.spec.securityContext? Object template.spec.serviceAccount string template.spec.serviceAccountName string template.spec.shareProcessNamespace? boolean template.spec.subdomain? string template.spec.terminationGracePeriodSeconds? number template.spec.tolerations? { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] template.spec.volumes? { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type availableReplicas? number conditions? { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[] fullyLabeledReplicas? number observedGeneration? number readyReplicas? number replicas number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"ReplicaSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getCurrent # \u25b8 getCurrent (): number Returns # number getDesired # \u25b8 getDesired (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReady # \u25b8 getReady (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ReplicaSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#class-replicaset","text":"Renderer . K8sApi .ReplicaSet","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCurrent getDesired getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReady getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructor","text":"\u2022 new ReplicaSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#kind_1","text":"\u25aa Static kind : string = \"ReplicaSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getcurrent","text":"\u25b8 getCurrent (): number","title":"getCurrent"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getdesired","text":"\u25b8 getDesired (): number","title":"getDesired"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getready","text":"\u25b8 getReady (): number","title":"getReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/","text":"Class: ReplicaSetStore # Renderer . K8sApi .ReplicaSetStore Hierarchy # KubeObjectStore < ReplicaSet > \u21b3 ReplicaSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getReplicaSetsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ReplicaSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : ReplicaSetApi = replicaSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ReplicaSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ReplicaSet , void , undefined > Returns # Generator < ReplicaSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ReplicaSet [] Parameters # Name Type items ReplicaSet [] Returns # ReplicaSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ReplicaSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ReplicaSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ReplicaSet Parameters # Name Type id string Returns # ReplicaSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ReplicaSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ReplicaSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ReplicaSet Parameters # Name Type name string namespace? string Returns # ReplicaSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ReplicaSet Parameters # Name Type path string Returns # ReplicaSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( replicaSet ): Pod [] Parameters # Name Type replicaSet ReplicaSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ReplicaSet [] Returns # ReplicaSet [] Inherited from # KubeObjectStore . getItems getReplicaSetsByOwner # \u25b8 getReplicaSetsByOwner ( deployment ): ReplicaSet [] Parameters # Name Type deployment Deployment Returns # ReplicaSet [] getStatuses # \u25b8 getStatuses ( replicaSets ): Object Parameters # Name Type replicaSets ReplicaSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ReplicaSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ReplicaSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ReplicaSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ReplicaSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ReplicaSet > Parameters # Name Type resourcePath string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ReplicaSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ReplicaSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ReplicaSet [] Parameters # Name Type partialItems ReplicaSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ReplicaSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet patch Patch Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ReplicaSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ReplicaSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ReplicaSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ReplicaSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ReplicaSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ReplicaSet [] the items to be sorted (default: the current items in this store) sorting ( item : ReplicaSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ReplicaSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ReplicaSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet data Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet request () => Promise < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . updateItem","title":"Class: ReplicaSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#class-replicasetstore","text":"Renderer . K8sApi .ReplicaSetStore","title":"Class: ReplicaSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#hierarchy","text":"KubeObjectStore < ReplicaSet > \u21b3 ReplicaSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getReplicaSetsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructor","text":"\u2022 new ReplicaSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#api","text":"\u2022 api : ReplicaSetApi = replicaSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#items","text":"\u2022 items : IObservableArray < ReplicaSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < ReplicaSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < ReplicaSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ReplicaSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ReplicaSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ReplicaSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbyid","text":"\u25b8 getById ( id ): ReplicaSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ReplicaSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ReplicaSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbypath","text":"\u25b8 getByPath ( path ): ReplicaSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getchildpods","text":"\u25b8 getChildPods ( replicaSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getitems","text":"\u25b8 getItems (): ReplicaSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getreplicasetsbyowner","text":"\u25b8 getReplicaSetsByOwner ( deployment ): ReplicaSet []","title":"getReplicaSetsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getstatuses","text":"\u25b8 getStatuses ( replicaSets ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#load","text":"\u25b8 load ( params ): Promise < ReplicaSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ReplicaSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ReplicaSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ReplicaSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ReplicaSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ReplicaSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ReplicaSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ReplicaSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ReplicaSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#update","text":"\u25b8 update ( item , data ): Promise < ReplicaSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ReplicaSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/","text":"Class: ResourceQuota # Renderer . K8sApi .ResourceQuota Hierarchy # KubeObject \u21b3 ResourceQuota Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ResourceQuota ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type hard IResourceQuotaValues scopeSelector? Object scopeSelector.matchExpressions { operator : string ; scopeName : string ; values : string [] }[] Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type hard IResourceQuotaValues used IResourceQuotaValues Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ResourceQuota\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopeSelector # \u25b8 getScopeSelector (): { operator : string ; scopeName : string ; values : string [] }[] Returns # { operator : string ; scopeName : string ; values : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ResourceQuota > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#class-resourcequota","text":"Renderer . K8sApi .ResourceQuota","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructor","text":"\u2022 new ResourceQuota ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/resourcequotas\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#kind_1","text":"\u25aa Static kind : string = \"ResourceQuota\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getscopeselector","text":"\u25b8 getScopeSelector (): { operator : string ; scopeName : string ; values : string [] }[]","title":"getScopeSelector"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/","text":"Class: ResourceQuotasStore # Renderer . K8sApi .ResourceQuotasStore Hierarchy # KubeObjectStore < ResourceQuota > \u21b3 ResourceQuotasStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ResourceQuotasStore ( api? ) Parameters # Name Type api? KubeApi < ResourceQuota > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ResourceQuota > = resourceQuotaApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ResourceQuota > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ResourceQuota , void , undefined > Returns # Generator < ResourceQuota , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ResourceQuota [] Parameters # Name Type items ResourceQuota [] Returns # ResourceQuota [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ResourceQuota [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ResourceQuota [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ResourceQuota Parameters # Name Type id string Returns # ResourceQuota Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ResourceQuota [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ResourceQuota [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ResourceQuota Parameters # Name Type name string namespace? string Returns # ResourceQuota Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ResourceQuota Parameters # Name Type path string Returns # ResourceQuota Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ResourceQuota [] Returns # ResourceQuota [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ResourceQuota [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ResourceQuota Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ResourceQuota [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ResourceQuota []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ResourceQuota []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ResourceQuota > Parameters # Name Type resourcePath string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ResourceQuota []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ResourceQuota []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ResourceQuota [] Parameters # Name Type partialItems ResourceQuota [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ResourceQuota [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota patch Patch Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ResourceQuota []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ResourceQuota []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ResourceQuota Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ResourceQuota request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ResourceQuota [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ResourceQuota [] the items to be sorted (default: the current items in this store) sorting ( item : ResourceQuota ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ResourceQuota [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ResourceQuota [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota data Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota request () => Promise < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . updateItem","title":"Class: ResourceQuotasStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#class-resourcequotasstore","text":"Renderer . K8sApi .ResourceQuotasStore","title":"Class: ResourceQuotasStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#hierarchy","text":"KubeObjectStore < ResourceQuota > \u21b3 ResourceQuotasStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructor","text":"\u2022 new ResourceQuotasStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#api","text":"\u2022 api : KubeApi < ResourceQuota > = resourceQuotaApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#items","text":"\u2022 items : IObservableArray < ResourceQuota >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#iterator","text":"\u25b8 [iterator] (): Generator < ResourceQuota , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#create","text":"\u25b8 create ( params , data? ): Promise < ResourceQuota >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ResourceQuota >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ResourceQuota []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ResourceQuota []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbyid","text":"\u25b8 getById ( id ): ResourceQuota","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ResourceQuota []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ResourceQuota","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbypath","text":"\u25b8 getByPath ( path ): ResourceQuota","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getitems","text":"\u25b8 getItems (): ResourceQuota []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#load","text":"\u25b8 load ( params ): Promise < ResourceQuota >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ResourceQuota []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ResourceQuota >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ResourceQuota >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ResourceQuota []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ResourceQuota []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ResourceQuota >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ResourceQuota []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ResourceQuota [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#update","text":"\u25b8 update ( item , data ): Promise < ResourceQuota >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ResourceQuota >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/","text":"Class: ResourceStack # Renderer . K8sApi .ResourceStack Table of contents # Constructors # constructor Properties # cluster name Methods # appendKubectlArgs applyResources deleteResources kubectlApplyFolder kubectlDeleteFolder renderTemplates Constructors # constructor # \u2022 new ResourceStack ( cluster , name ) Parameters # Name Type cluster KubernetesCluster name string Properties # cluster # \u2022 Protected cluster : KubernetesCluster name # \u2022 Protected name : string Methods # appendKubectlArgs # \u25b8 Protected appendKubectlArgs ( kubectlArgs ): string [] Parameters # Name Type kubectlArgs string [] Returns # string [] applyResources # \u25b8 Protected applyResources ( resources , extraArgs? ): Promise < string > Parameters # Name Type resources string [] extraArgs? string [] Returns # Promise < string > deleteResources # \u25b8 Protected deleteResources ( resources , extraArgs? ): Promise < string > Parameters # Name Type resources string [] extraArgs? string [] Returns # Promise < string > kubectlApplyFolder # \u25b8 kubectlApplyFolder ( folderPath , templateContext? , extraArgs? ): Promise < string > Parameters # Name Type Description folderPath string folder path that is searched for files defining kubernetes resources. templateContext? any sets the template parameters that are to be applied to any templated kubernetes resources that are to be applied. extraArgs? string [] - Returns # Promise < string > kubectlDeleteFolder # \u25b8 kubectlDeleteFolder ( folderPath , templateContext? , extraArgs? ): Promise < string > Parameters # Name Type Description folderPath string folder path that is searched for files defining kubernetes resources. templateContext? any sets the template parameters that are to be applied to any templated kubernetes resources that are to be applied. extraArgs? string [] - Returns # Promise < string > renderTemplates # \u25b8 Protected renderTemplates ( folderPath , templateContext ): Promise < string []> Parameters # Name Type folderPath string templateContext any Returns # Promise < string []>","title":"Class: ResourceStack"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#class-resourcestack","text":"Renderer . K8sApi .ResourceStack","title":"Class: ResourceStack"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#properties","text":"cluster name","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#methods","text":"appendKubectlArgs applyResources deleteResources kubectlApplyFolder kubectlDeleteFolder renderTemplates","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructor","text":"\u2022 new ResourceStack ( cluster , name )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#cluster","text":"\u2022 Protected cluster : KubernetesCluster","title":"cluster"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#name","text":"\u2022 Protected name : string","title":"name"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#appendkubectlargs","text":"\u25b8 Protected appendKubectlArgs ( kubectlArgs ): string []","title":"appendKubectlArgs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#applyresources","text":"\u25b8 Protected applyResources ( resources , extraArgs? ): Promise < string >","title":"applyResources"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#deleteresources","text":"\u25b8 Protected deleteResources ( resources , extraArgs? ): Promise < string >","title":"deleteResources"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#kubectlapplyfolder","text":"\u25b8 kubectlApplyFolder ( folderPath , templateContext? , extraArgs? ): Promise < string >","title":"kubectlApplyFolder"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#kubectldeletefolder","text":"\u25b8 kubectlDeleteFolder ( folderPath , templateContext? , extraArgs? ): Promise < string >","title":"kubectlDeleteFolder"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#rendertemplates","text":"\u25b8 Protected renderTemplates ( folderPath , templateContext ): Promise < string []>","title":"renderTemplates"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/","text":"Class: Role # Renderer . K8sApi .Role Hierarchy # KubeObject \u21b3 Role Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata rules spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Role ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata rules # \u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Role\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRules # \u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] Returns # { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Role > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Role"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#class-role","text":"Renderer . K8sApi .Role","title":"Class: Role"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#hierarchy","text":"KubeObject \u21b3 Role","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#properties","text":"apiVersion kind managedFields metadata rules spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructor","text":"\u2022 new Role ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#rules","text":"\u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"rules"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#kind_1","text":"\u25aa Static kind : string = \"Role\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getrules","text":"\u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"getRules"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/","text":"Class: RoleBinding # Renderer . K8sApi .RoleBinding Hierarchy # KubeObject \u21b3 RoleBinding Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new RoleBinding ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata roleRef # \u2022 roleRef : Object Type declaration # Name Type apiGroup? string kind string name string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subjects # \u2022 Optional subjects : RoleBindingSubject [] apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"RoleBinding\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSubjectNames # \u25b8 getSubjectNames (): string Returns # string getSubjects # \u25b8 getSubjects (): RoleBindingSubject [] Returns # RoleBindingSubject [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < RoleBinding > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: RoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#class-rolebinding","text":"Renderer . K8sApi .RoleBinding","title":"Class: RoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#properties","text":"apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructor","text":"\u2022 new RoleBinding ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#roleref","text":"\u2022 roleRef : Object","title":"roleRef"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#subjects","text":"\u2022 Optional subjects : RoleBindingSubject []","title":"subjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#kind_1","text":"\u25aa Static kind : string = \"RoleBinding\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string","title":"getSubjectNames"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsubjects","text":"\u25b8 getSubjects (): RoleBindingSubject []","title":"getSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/","text":"Class: RoleBindingsStore # Renderer . K8sApi .RoleBindingsStore Hierarchy # KubeObjectStore < RoleBinding > \u21b3 RoleBindingsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems removeSubjects reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateSubjects Constructors # constructor # \u2022 new RoleBindingsStore ( api? ) Parameters # Name Type api? KubeApi < RoleBinding > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < RoleBinding > = roleBindingApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < RoleBinding > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < RoleBinding , void , undefined > Returns # Generator < RoleBinding , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace string data? Partial < RoleBinding > Returns # Promise < RoleBinding > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): RoleBinding [] Parameters # Name Type items RoleBinding [] Returns # RoleBinding [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): RoleBinding [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # RoleBinding [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): RoleBinding Parameters # Name Type id string Returns # RoleBinding Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): RoleBinding [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # RoleBinding [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): RoleBinding Parameters # Name Type name string namespace? string Returns # RoleBinding Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): RoleBinding Parameters # Name Type path string Returns # RoleBinding Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): RoleBinding [] Returns # RoleBinding [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items RoleBinding [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item RoleBinding Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems RoleBinding [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | RoleBinding []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | RoleBinding []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < RoleBinding > Parameters # Name Type resourcePath string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < RoleBinding []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < RoleBinding []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): RoleBinding [] Parameters # Name Type partialItems RoleBinding [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # RoleBinding [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < RoleBinding > Parameters # Name Type item RoleBinding patch Patch Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | RoleBinding []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | RoleBinding []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item RoleBinding Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item RoleBinding request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems removeSubjects # \u25b8 removeSubjects ( roleBinding , subjectsToRemove ): Promise < RoleBinding > Parameters # Name Type roleBinding RoleBinding subjectsToRemove Iterable < RoleBindingSubject > Returns # Promise < RoleBinding > reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): RoleBinding [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items RoleBinding [] Returns # RoleBinding [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems RoleBinding [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < RoleBinding > Parameters # Name Type item RoleBinding data Partial < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < RoleBinding > Parameters # Name Type item RoleBinding request () => Promise < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . updateItem updateSubjects # \u25b8 updateSubjects ( roleBinding , subjects ): Promise < RoleBinding > Parameters # Name Type roleBinding RoleBinding subjects RoleBindingSubject [] Returns # Promise < RoleBinding >","title":"Class: RoleBindingsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#class-rolebindingsstore","text":"Renderer . K8sApi .RoleBindingsStore","title":"Class: RoleBindingsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#hierarchy","text":"KubeObjectStore < RoleBinding > \u21b3 RoleBindingsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems removeSubjects reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateSubjects","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructor","text":"\u2022 new RoleBindingsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#api","text":"\u2022 api : KubeApi < RoleBinding > = roleBindingApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#items","text":"\u2022 items : IObservableArray < RoleBinding >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#iterator","text":"\u25b8 [iterator] (): Generator < RoleBinding , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#create","text":"\u25b8 create ( params , data? ): Promise < RoleBinding >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < RoleBinding >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): RoleBinding []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): RoleBinding []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbyid","text":"\u25b8 getById ( id ): RoleBinding","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): RoleBinding []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): RoleBinding","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbypath","text":"\u25b8 getByPath ( path ): RoleBinding","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getitems","text":"\u25b8 getItems (): RoleBinding []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#load","text":"\u25b8 load ( params ): Promise < RoleBinding >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | RoleBinding []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < RoleBinding >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < RoleBinding >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < RoleBinding []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): RoleBinding []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < RoleBinding >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | RoleBinding []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removesubjects","text":"\u25b8 removeSubjects ( roleBinding , subjectsToRemove ): Promise < RoleBinding >","title":"removeSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): RoleBinding [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#update","text":"\u25b8 update ( item , data ): Promise < RoleBinding >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < RoleBinding >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updatesubjects","text":"\u25b8 updateSubjects ( roleBinding , subjects ): Promise < RoleBinding >","title":"updateSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/","text":"Class: RolesStore # Renderer . K8sApi .RolesStore Hierarchy # KubeObjectStore < Role > \u21b3 RolesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new RolesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Role > = roleApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Role > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Role , void , undefined > Returns # Generator < Role , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Role > Returns # Promise < Role > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Role [] Parameters # Name Type items Role [] Returns # Role [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Role [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Role [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Role Parameters # Name Type id string Returns # Role Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Role [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Role [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Role Parameters # Name Type name string namespace? string Returns # Role Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Role Parameters # Name Type path string Returns # Role Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Role [] Returns # Role [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Role [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Role Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Role [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Role > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Role []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Role []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Role > Parameters # Name Type resourcePath string Returns # Promise < Role > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Role > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Role []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Role []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Role [] Parameters # Name Type partialItems Role [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Role [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Role > Parameters # Name Type item Role patch Patch Returns # Promise < Role > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Role []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Role []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Role Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Role request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): Role [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items Role [] Returns # Role [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Role [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Role > Parameters # Name Type item Role data Partial < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Role > Parameters # Name Type item Role request () => Promise < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . updateItem","title":"Class: RolesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#class-rolesstore","text":"Renderer . K8sApi .RolesStore","title":"Class: RolesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#hierarchy","text":"KubeObjectStore < Role > \u21b3 RolesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructor","text":"\u2022 new RolesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#api","text":"\u2022 api : KubeApi < Role > = roleApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#items","text":"\u2022 items : IObservableArray < Role >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#iterator","text":"\u25b8 [iterator] (): Generator < Role , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#create","text":"\u25b8 create ( params , data? ): Promise < Role >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Role >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Role []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Role []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbyid","text":"\u25b8 getById ( id ): Role","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Role []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Role","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbypath","text":"\u25b8 getByPath ( path ): Role","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getitems","text":"\u25b8 getItems (): Role []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#load","text":"\u25b8 load ( params ): Promise < Role >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Role []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Role >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Role >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Role []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Role []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Role >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Role []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): Role [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#update","text":"\u25b8 update ( item , data ): Promise < Role >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Role >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/","text":"Class: Secret # Renderer . K8sApi .Secret Hierarchy # KubeObject \u21b3 Secret Table of contents # Constructors # constructor Properties # apiVersion data kind managedFields metadata spec status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getToken patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Secret ( data ) Parameters # Name Type data SecretData Overrides # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion data # \u2022 data : Record < string , string > kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status type # \u2022 type : SecretType apiBase # \u25aa Static apiBase : string = \"/api/v1/secrets\" Overrides # KubeObject . apiBase kind # \u25aa Static kind : string = \"Secret\" Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKeys # \u25b8 getKeys (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getToken # \u25b8 getToken (): string Returns # string patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Secret > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Secret"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#class-secret","text":"Renderer . K8sApi .Secret","title":"Class: Secret"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#properties","text":"apiVersion data kind managedFields metadata spec status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getToken patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructor","text":"\u2022 new Secret ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#data","text":"\u2022 data : Record < string , string >","title":"data"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#type","text":"\u2022 type : SecretType","title":"type"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/secrets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#kind_1","text":"\u25aa Static kind : string = \"Secret\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getkeys","text":"\u25b8 getKeys (): string []","title":"getKeys"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#gettoken","text":"\u25b8 getToken (): string","title":"getToken"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/","text":"Class: SecretsStore # Renderer . K8sApi .SecretsStore Hierarchy # KubeObjectStore < Secret > \u21b3 SecretsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new SecretsStore ( api? ) Parameters # Name Type api? KubeApi < Secret > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Secret > = secretsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Secret > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Secret , void , undefined > Returns # Generator < Secret , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Secret [] Parameters # Name Type items Secret [] Returns # Secret [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Secret [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Secret [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Secret Parameters # Name Type id string Returns # Secret Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Secret [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Secret [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Secret Parameters # Name Type name string namespace? string Returns # Secret Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Secret Parameters # Name Type path string Returns # Secret Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Secret [] Returns # Secret [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Secret [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Secret Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Secret [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Secret > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Secret []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Secret []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Secret > Parameters # Name Type resourcePath string Returns # Promise < Secret > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Secret > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Secret []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Secret []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Secret [] Parameters # Name Type partialItems Secret [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Secret [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Secret > Parameters # Name Type item Secret patch Patch Returns # Promise < Secret > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Secret []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Secret []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Secret Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Secret request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Secret [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Secret [] the items to be sorted (default: the current items in this store) sorting ( item : Secret ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Secret [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Secret [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Secret > Parameters # Name Type item Secret data Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Secret > Parameters # Name Type item Secret request () => Promise < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . updateItem","title":"Class: SecretsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#class-secretsstore","text":"Renderer . K8sApi .SecretsStore","title":"Class: SecretsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#hierarchy","text":"KubeObjectStore < Secret > \u21b3 SecretsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructor","text":"\u2022 new SecretsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#api","text":"\u2022 api : KubeApi < Secret > = secretsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#items","text":"\u2022 items : IObservableArray < Secret >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#iterator","text":"\u25b8 [iterator] (): Generator < Secret , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#create","text":"\u25b8 create ( params , data? ): Promise < Secret >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Secret >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Secret []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Secret []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbyid","text":"\u25b8 getById ( id ): Secret","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Secret []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Secret","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbypath","text":"\u25b8 getByPath ( path ): Secret","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getitems","text":"\u25b8 getItems (): Secret []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#load","text":"\u25b8 load ( params ): Promise < Secret >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Secret []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Secret >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Secret >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Secret []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Secret []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Secret >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Secret []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Secret [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#update","text":"\u25b8 update ( item , data ): Promise < Secret >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Secret >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/","text":"Class: Service # Renderer . K8sApi .Service Hierarchy # KubeObject \u21b3 Service Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getClusterIp getClusterIps getExternalIps getFinalizers getId getIpFamilies getIpFamilyPolicy getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getTimeDiffFromNow getType isActive patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Service ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type allocateLoadBalancerNodePorts? boolean clusterIP string clusterIPs? string [] externalIPs? string [] externalName? string externalTrafficPolicy? string healthCheckNodePort? number internalTrafficPolicy? string ipFamilies? string [] ipFamilyPolicy? string loadBalancerClass? string loadBalancerIP? string loadBalancerSourceRanges? string [] ports ServicePort [] selector Object sessionAffinity string topologyKeys? string [] type string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type loadBalancer? Object loadBalancer.ingress? { hostname? : string ; ip? : string }[] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/services\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Service\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getClusterIp # \u25b8 getClusterIp (): string Returns # string getClusterIps # \u25b8 getClusterIps (): string [] Returns # string [] getExternalIps # \u25b8 getExternalIps (): string [] Returns # string [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getIpFamilies # \u25b8 getIpFamilies (): string [] Returns # string [] getIpFamilyPolicy # \u25b8 getIpFamilyPolicy (): string Returns # string getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLoadBalancer # \u25b8 getLoadBalancer (): Object Returns # Object Name Type ingress? { hostname? : string ; ip? : string }[] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPorts # \u25b8 getPorts (): ServicePort [] Returns # ServicePort [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelector # \u25b8 getSelector (): string [] Returns # string [] getStatus # \u25b8 getStatus (): \"Active\" | \"Pending\" Returns # \"Active\" | \"Pending\" getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getType # \u25b8 getType (): string Returns # string isActive # \u25b8 isActive (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Service > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Service"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#class-service","text":"Renderer . K8sApi .Service","title":"Class: Service"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#methods","text":"delete getAge getAnnotations getClusterIp getClusterIps getExternalIps getFinalizers getId getIpFamilies getIpFamilyPolicy getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getTimeDiffFromNow getType isActive patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructor","text":"\u2022 new Service ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/services\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#kind_1","text":"\u25aa Static kind : string = \"Service\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getclusterip","text":"\u25b8 getClusterIp (): string","title":"getClusterIp"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getclusterips","text":"\u25b8 getClusterIps (): string []","title":"getClusterIps"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getexternalips","text":"\u25b8 getExternalIps (): string []","title":"getExternalIps"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getipfamilies","text":"\u25b8 getIpFamilies (): string []","title":"getIpFamilies"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getipfamilypolicy","text":"\u25b8 getIpFamilyPolicy (): string","title":"getIpFamilyPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): Object","title":"getLoadBalancer"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getports","text":"\u25b8 getPorts (): ServicePort []","title":"getPorts"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getselector","text":"\u25b8 getSelector (): string []","title":"getSelector"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getstatus","text":"\u25b8 getStatus (): \"Active\" | \"Pending\"","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#gettype","text":"\u25b8 getType (): string","title":"getType"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isactive","text":"\u25b8 isActive (): boolean","title":"isActive"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/","text":"Class: ServiceAccount # Renderer . K8sApi .ServiceAccount Hierarchy # KubeObject \u21b3 ServiceAccount Table of contents # Constructors # constructor Properties # apiVersion imagePullSecrets kind managedFields metadata secrets spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ServiceAccount ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion imagePullSecrets # \u2022 Optional imagePullSecrets : { name : string }[] kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata secrets # \u2022 Optional secrets : { name : string }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ServiceAccount\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getImagePullSecrets # \u25b8 getImagePullSecrets (): { name : string }[] Returns # { name : string }[] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSecrets # \u25b8 getSecrets (): { name : string }[] Returns # { name : string }[] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ServiceAccount > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#class-serviceaccount","text":"Renderer . K8sApi .ServiceAccount","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#properties","text":"apiVersion imagePullSecrets kind managedFields metadata secrets spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#methods","text":"delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructor","text":"\u2022 new ServiceAccount ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#imagepullsecrets","text":"\u2022 Optional imagePullSecrets : { name : string }[]","title":"imagePullSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#secrets","text":"\u2022 Optional secrets : { name : string }[]","title":"secrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/serviceaccounts\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#kind_1","text":"\u25aa Static kind : string = \"ServiceAccount\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): { name : string }[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getsecrets","text":"\u25b8 getSecrets (): { name : string }[]","title":"getSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/","text":"Class: ServiceAccountsStore # Renderer . K8sApi .ServiceAccountsStore Hierarchy # KubeObjectStore < ServiceAccount > \u21b3 ServiceAccountsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ServiceAccountsStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ServiceAccount > = serviceAccountsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ServiceAccount > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ServiceAccount , void , undefined > Returns # Generator < ServiceAccount , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ServiceAccount [] Parameters # Name Type items ServiceAccount [] Returns # ServiceAccount [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ServiceAccount [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ServiceAccount [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ServiceAccount Parameters # Name Type id string Returns # ServiceAccount Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ServiceAccount [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ServiceAccount [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ServiceAccount Parameters # Name Type name string namespace? string Returns # ServiceAccount Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ServiceAccount Parameters # Name Type path string Returns # ServiceAccount Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ServiceAccount [] Returns # ServiceAccount [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ServiceAccount [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ServiceAccount Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ServiceAccount [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ServiceAccount []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ServiceAccount []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ServiceAccount > Parameters # Name Type resourcePath string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ServiceAccount []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ServiceAccount []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ServiceAccount [] Parameters # Name Type partialItems ServiceAccount [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ServiceAccount [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount patch Patch Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ServiceAccount []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ServiceAccount []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ServiceAccount Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ServiceAccount request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ServiceAccount [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ServiceAccount [] the items to be sorted (default: the current items in this store) sorting ( item : ServiceAccount ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ServiceAccount [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ServiceAccount [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount data Partial < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount request () => Promise < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . updateItem","title":"Class: ServiceAccountsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#class-serviceaccountsstore","text":"Renderer . K8sApi .ServiceAccountsStore","title":"Class: ServiceAccountsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#hierarchy","text":"KubeObjectStore < ServiceAccount > \u21b3 ServiceAccountsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructor","text":"\u2022 new ServiceAccountsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#api","text":"\u2022 api : KubeApi < ServiceAccount > = serviceAccountsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#items","text":"\u2022 items : IObservableArray < ServiceAccount >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#iterator","text":"\u25b8 [iterator] (): Generator < ServiceAccount , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#create","text":"\u25b8 create ( params , data? ): Promise < ServiceAccount >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#createitem","text":"\u25b8 Protected createItem ( params ): Promise < ServiceAccount >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ServiceAccount []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ServiceAccount []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbyid","text":"\u25b8 getById ( id ): ServiceAccount","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ServiceAccount []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ServiceAccount","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbypath","text":"\u25b8 getByPath ( path ): ServiceAccount","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getitems","text":"\u25b8 getItems (): ServiceAccount []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#load","text":"\u25b8 load ( params ): Promise < ServiceAccount >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ServiceAccount []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ServiceAccount >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ServiceAccount >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ServiceAccount []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ServiceAccount []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ServiceAccount >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ServiceAccount []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ServiceAccount [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#update","text":"\u25b8 update ( item , data ): Promise < ServiceAccount >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ServiceAccount >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/","text":"Class: ServiceStore # Renderer . K8sApi .ServiceStore Hierarchy # KubeObjectStore < Service > \u21b3 ServiceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ServiceStore ( api? ) Parameters # Name Type api? KubeApi < Service > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Service > = serviceApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Service > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Service , void , undefined > Returns # Generator < Service , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Service [] Parameters # Name Type items Service [] Returns # Service [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Service [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Service [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Service Parameters # Name Type id string Returns # Service Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Service [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Service [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Service Parameters # Name Type name string namespace? string Returns # Service Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Service Parameters # Name Type path string Returns # Service Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Service [] Returns # Service [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Service [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Service Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Service [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Service > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Service []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Service []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Service > Parameters # Name Type resourcePath string Returns # Promise < Service > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Service > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Service []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Service []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Service [] Parameters # Name Type partialItems Service [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Service [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Service > Parameters # Name Type item Service patch Patch Returns # Promise < Service > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Service []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Service []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Service Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Service request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Service [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Service [] the items to be sorted (default: the current items in this store) sorting ( item : Service ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Service [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Service [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Service > Parameters # Name Type item Service data Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Service > Parameters # Name Type item Service request () => Promise < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . updateItem","title":"Class: ServiceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#class-servicestore","text":"Renderer . K8sApi .ServiceStore","title":"Class: ServiceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#hierarchy","text":"KubeObjectStore < Service > \u21b3 ServiceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructor","text":"\u2022 new ServiceStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#api","text":"\u2022 api : KubeApi < Service > = serviceApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#items","text":"\u2022 items : IObservableArray < Service >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#iterator","text":"\u25b8 [iterator] (): Generator < Service , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#create","text":"\u25b8 create ( params , data? ): Promise < Service >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Service >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Service []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Service []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbyid","text":"\u25b8 getById ( id ): Service","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Service []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Service","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbypath","text":"\u25b8 getByPath ( path ): Service","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getitems","text":"\u25b8 getItems (): Service []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#load","text":"\u25b8 load ( params ): Promise < Service >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Service []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Service >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Service >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Service []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Service []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Service >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Service []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Service [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#update","text":"\u25b8 update ( item , data ): Promise < Service >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Service >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/","text":"Class: StatefulSet # Renderer . K8sApi .StatefulSet Hierarchy # WorkloadKubeObject \u21b3 StatefulSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new StatefulSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type replicas number selector LabelSelector serviceName string template Object template.metadata Object template.metadata.labels Object template.metadata.labels.app string template.spec Object template.spec.affinity? IAffinity template.spec.containers { image : string ; name : string ; ports : { containerPort : number ; name : string }[] ; volumeMounts : { mountPath : string ; name : string }[] }[] template.spec.nodeSelector? Object template.spec.tolerations { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] volumeClaimTemplates { metadata : { name : string } ; spec : { accessModes : string [] ; resources : { requests : { storage : string } } } }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type collisionCount number currentReplicas number currentRevision string observedGeneration number readyReplicas number replicas number updateRevision string Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"StatefulSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < StatefulSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: StatefulSet"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#class-statefulset","text":"Renderer . K8sApi .StatefulSet","title":"Class: StatefulSet"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructor","text":"\u2022 new StatefulSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#kind_1","text":"\u25aa Static kind : string = \"StatefulSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/","text":"Class: StatefulSetStore # Renderer . K8sApi .StatefulSetStore Hierarchy # KubeObjectStore < StatefulSet > \u21b3 StatefulSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new StatefulSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : StatefulSetApi = statefulSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < StatefulSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < StatefulSet , void , undefined > Returns # Generator < StatefulSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): StatefulSet [] Parameters # Name Type items StatefulSet [] Returns # StatefulSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): StatefulSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # StatefulSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): StatefulSet Parameters # Name Type id string Returns # StatefulSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): StatefulSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # StatefulSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): StatefulSet Parameters # Name Type name string namespace? string Returns # StatefulSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): StatefulSet Parameters # Name Type path string Returns # StatefulSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( statefulSet ): Pod [] Parameters # Name Type statefulSet StatefulSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): StatefulSet [] Returns # StatefulSet [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( statefulSets ): Object Parameters # Name Type statefulSets StatefulSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item StatefulSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems StatefulSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | StatefulSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | StatefulSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < StatefulSet > Parameters # Name Type resourcePath string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < StatefulSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < StatefulSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StatefulSet [] Parameters # Name Type partialItems StatefulSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # StatefulSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < StatefulSet > Parameters # Name Type item StatefulSet patch Patch Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | StatefulSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | StatefulSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item StatefulSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item StatefulSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): StatefulSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items StatefulSet [] the items to be sorted (default: the current items in this store) sorting ( item : StatefulSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # StatefulSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems StatefulSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < StatefulSet > Parameters # Name Type item StatefulSet data Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < StatefulSet > Parameters # Name Type item StatefulSet request () => Promise < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . updateItem","title":"Class: StatefulSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#class-statefulsetstore","text":"Renderer . K8sApi .StatefulSetStore","title":"Class: StatefulSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#hierarchy","text":"KubeObjectStore < StatefulSet > \u21b3 StatefulSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructor","text":"\u2022 new StatefulSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#api","text":"\u2022 api : StatefulSetApi = statefulSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#items","text":"\u2022 items : IObservableArray < StatefulSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < StatefulSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < StatefulSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < StatefulSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): StatefulSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): StatefulSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbyid","text":"\u25b8 getById ( id ): StatefulSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): StatefulSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): StatefulSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbypath","text":"\u25b8 getByPath ( path ): StatefulSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getchildpods","text":"\u25b8 getChildPods ( statefulSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getitems","text":"\u25b8 getItems (): StatefulSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getstatuses","text":"\u25b8 getStatuses ( statefulSets ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#load","text":"\u25b8 load ( params ): Promise < StatefulSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | StatefulSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < StatefulSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < StatefulSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < StatefulSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StatefulSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < StatefulSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | StatefulSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): StatefulSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#update","text":"\u25b8 update ( item , data ): Promise < StatefulSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < StatefulSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/","text":"Class: StorageClass # Renderer . K8sApi .StorageClass Hierarchy # KubeObject \u21b3 StorageClass Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata mountOptions parameters provisioner reclaimPolicy spec status volumeBindingMode apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getTimeDiffFromNow getVolumeBindingMode isDefault patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new StorageClass ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata mountOptions # \u2022 Optional mountOptions : string [] parameters # \u2022 parameters : Object Index signature # \u25aa [param: string ]: string provisioner # \u2022 provisioner : string reclaimPolicy # \u2022 reclaimPolicy : string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status volumeBindingMode # \u2022 volumeBindingMode : string apiBase # \u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"StorageClass\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReclaimPolicy # \u25b8 getReclaimPolicy (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getVolumeBindingMode # \u25b8 getVolumeBindingMode (): string Returns # string isDefault # \u25b8 isDefault (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < StorageClass > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: StorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#class-storageclass","text":"Renderer . K8sApi .StorageClass","title":"Class: StorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#properties","text":"apiVersion kind managedFields metadata mountOptions parameters provisioner reclaimPolicy spec status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getTimeDiffFromNow getVolumeBindingMode isDefault patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructor","text":"\u2022 new StorageClass ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#mountoptions","text":"\u2022 Optional mountOptions : string []","title":"mountOptions"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#parameters_1","text":"\u2022 parameters : Object","title":"parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#provisioner","text":"\u2022 provisioner : string","title":"provisioner"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string","title":"reclaimPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#volumebindingmode","text":"\u2022 volumeBindingMode : string","title":"volumeBindingMode"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#apibase","text":"\u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#kind_1","text":"\u25aa Static kind : string = \"StorageClass\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getreclaimpolicy","text":"\u25b8 getReclaimPolicy (): string","title":"getReclaimPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getvolumebindingmode","text":"\u25b8 getVolumeBindingMode (): string","title":"getVolumeBindingMode"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isdefault","text":"\u25b8 isDefault (): boolean","title":"isDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/","text":"Class: StorageClassStore # Renderer . K8sApi .StorageClassStore Hierarchy # KubeObjectStore < StorageClass > \u21b3 StorageClassStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPersistentVolumes getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new StorageClassStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < StorageClass > = storageClassApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < StorageClass > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < StorageClass , void , undefined > Returns # Generator < StorageClass , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): StorageClass [] Parameters # Name Type items StorageClass [] Returns # StorageClass [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): StorageClass [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # StorageClass [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): StorageClass Parameters # Name Type id string Returns # StorageClass Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): StorageClass [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # StorageClass [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): StorageClass Parameters # Name Type name string namespace? string Returns # StorageClass Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): StorageClass Parameters # Name Type path string Returns # StorageClass Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): StorageClass [] Returns # StorageClass [] Inherited from # KubeObjectStore . getItems getPersistentVolumes # \u25b8 getPersistentVolumes ( storageClass ): PersistentVolume [] Parameters # Name Type storageClass StorageClass Returns # PersistentVolume [] getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items StorageClass [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item StorageClass Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems StorageClass [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | StorageClass []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | StorageClass []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < StorageClass > Parameters # Name Type resourcePath string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < StorageClass []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < StorageClass []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StorageClass [] Parameters # Name Type partialItems StorageClass [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # StorageClass [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < StorageClass > Parameters # Name Type item StorageClass patch Patch Returns # Promise < StorageClass > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | StorageClass []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | StorageClass []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item StorageClass Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item StorageClass request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): StorageClass [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items StorageClass [] the items to be sorted (default: the current items in this store) sorting ( item : StorageClass ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # StorageClass [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems StorageClass [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < StorageClass > Parameters # Name Type item StorageClass data Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < StorageClass > Parameters # Name Type item StorageClass request () => Promise < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . updateItem","title":"Class: StorageClassStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#class-storageclassstore","text":"Renderer . K8sApi .StorageClassStore","title":"Class: StorageClassStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#hierarchy","text":"KubeObjectStore < StorageClass > \u21b3 StorageClassStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPersistentVolumes getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructor","text":"\u2022 new StorageClassStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#api","text":"\u2022 api : KubeApi < StorageClass > = storageClassApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#items","text":"\u2022 items : IObservableArray < StorageClass >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#iterator","text":"\u25b8 [iterator] (): Generator < StorageClass , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#create","text":"\u25b8 create ( params , data? ): Promise < StorageClass >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < StorageClass >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): StorageClass []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): StorageClass []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbyid","text":"\u25b8 getById ( id ): StorageClass","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): StorageClass []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): StorageClass","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbypath","text":"\u25b8 getByPath ( path ): StorageClass","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getitems","text":"\u25b8 getItems (): StorageClass []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getpersistentvolumes","text":"\u25b8 getPersistentVolumes ( storageClass ): PersistentVolume []","title":"getPersistentVolumes"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#load","text":"\u25b8 load ( params ): Promise < StorageClass >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | StorageClass []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < StorageClass >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < StorageClass >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < StorageClass []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StorageClass []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < StorageClass >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | StorageClass []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): StorageClass [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#update","text":"\u25b8 update ( item , data ): Promise < StorageClass >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < StorageClass >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/","text":"Class: VolumeClaimStore # Renderer . K8sApi .VolumeClaimStore Hierarchy # KubeObjectStore < PersistentVolumeClaim > \u21b3 VolumeClaimStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new VolumeClaimStore ( api? ) Parameters # Name Type api? KubeApi < PersistentVolumeClaim > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : PersistentVolumeClaimsApi = pvcApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PersistentVolumeClaim > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PersistentVolumeClaim , void , undefined > Returns # Generator < PersistentVolumeClaim , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PersistentVolumeClaim [] Parameters # Name Type items PersistentVolumeClaim [] Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PersistentVolumeClaim [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PersistentVolumeClaim Parameters # Name Type id string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PersistentVolumeClaim [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PersistentVolumeClaim Parameters # Name Type name string namespace? string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PersistentVolumeClaim Parameters # Name Type path string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PersistentVolumeClaim [] Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PersistentVolumeClaim [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PersistentVolumeClaim Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PersistentVolumeClaim [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PersistentVolumeClaim []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolumeClaim > Parameters # Name Type resourcePath string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolumeClaim [] Parameters # Name Type partialItems PersistentVolumeClaim [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim patch Patch Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PersistentVolumeClaim []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PersistentVolumeClaim []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PersistentVolumeClaim Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PersistentVolumeClaim request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolumeClaim [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PersistentVolumeClaim [] the items to be sorted (default: the current items in this store) sorting ( item : PersistentVolumeClaim ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PersistentVolumeClaim [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim data Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim request () => Promise < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . updateItem","title":"Class: VolumeClaimStore"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#class-volumeclaimstore","text":"Renderer . K8sApi .VolumeClaimStore","title":"Class: VolumeClaimStore"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#hierarchy","text":"KubeObjectStore < PersistentVolumeClaim > \u21b3 VolumeClaimStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructor","text":"\u2022 new VolumeClaimStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#api","text":"\u2022 api : PersistentVolumeClaimsApi = pvcApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#items","text":"\u2022 items : IObservableArray < PersistentVolumeClaim >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#iterator","text":"\u25b8 [iterator] (): Generator < PersistentVolumeClaim , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#create","text":"\u25b8 create ( params , data? ): Promise < PersistentVolumeClaim >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PersistentVolumeClaim >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PersistentVolumeClaim []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PersistentVolumeClaim []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbyid","text":"\u25b8 getById ( id ): PersistentVolumeClaim","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PersistentVolumeClaim []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PersistentVolumeClaim","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbypath","text":"\u25b8 getByPath ( path ): PersistentVolumeClaim","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getitems","text":"\u25b8 getItems (): PersistentVolumeClaim []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#load","text":"\u25b8 load ( params ): Promise < PersistentVolumeClaim >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolumeClaim []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolumeClaim >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PersistentVolumeClaim >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolumeClaim []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolumeClaim []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PersistentVolumeClaim >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PersistentVolumeClaim []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolumeClaim [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#update","text":"\u25b8 update ( item , data ): Promise < PersistentVolumeClaim >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PersistentVolumeClaim >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.LensExtension/","text":"Class: LensExtension # Renderer .LensExtension Hierarchy # LensExtension \u21b3 LensExtension Table of contents # Constructors # constructor Properties # [Disposers] appPreferences catalogEntityDetailItems clusterPageMenus clusterPages commands entitySettings globalPages id isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts kubeWorkloadsOverviewItems manifest manifestPath protocolHandlers statusBarItems topBarItems welcomeBanners welcomeMenus Accessors # description isEnabled name version Methods # addCatalogCategoryFilter addCatalogFilter disable enable getExtensionFileFolder isEnabledForCluster navigate onActivate onDeactivate Constructors # constructor # \u2022 new LensExtension ( __namedParameters ) Parameters # Name Type __namedParameters InstalledExtension Inherited from # LensExtension.constructor Properties # [Disposers] # \u2022 [Disposers] : ExtendableDisposer Inherited from # LensExtension.__@Disposers@21989 appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] catalogEntityDetailItems # \u2022 catalogEntityDetailItems : CatalogEntityDetailRegistration < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] = [] clusterPageMenus # \u2022 clusterPageMenus : ClusterPageMenuRegistration [] = [] clusterPages # \u2022 clusterPages : PageRegistration [] = [] commands # \u2022 commands : CommandRegistration [] = [] entitySettings # \u2022 entitySettings : EntitySettingRegistration [] = [] globalPages # \u2022 globalPages : PageRegistration [] = [] id # \u2022 Readonly id : string Inherited from # LensExtension.id isBundled # \u2022 Readonly isBundled : boolean Inherited from # LensExtension.isBundled kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] kubeObjectStatusTexts # \u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] kubeWorkloadsOverviewItems # \u2022 kubeWorkloadsOverviewItems : WorkloadsOverviewDetailRegistration [] = [] manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from # LensExtension.manifest manifestPath # \u2022 Readonly manifestPath : string Inherited from # LensExtension.manifestPath protocolHandlers # \u2022 protocolHandlers : ProtocolHandlerRegistration [] = [] Inherited from # LensExtension.protocolHandlers statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] topBarItems # \u2022 topBarItems : TopBarRegistration [] = [] welcomeBanners # \u2022 welcomeBanners : WelcomeBannerRegistration [] = [] welcomeMenus # \u2022 welcomeMenus : WelcomeMenuRegistration [] = [] Accessors # description # \u2022 get description (): string Returns # string Inherited from # LensExtension.description isEnabled # \u2022 get isEnabled (): boolean Returns # boolean Inherited from # LensExtension.isEnabled name # \u2022 get name (): string Returns # string Inherited from # LensExtension.name version # \u2022 get version (): string Returns # string Inherited from # LensExtension.version Methods # addCatalogCategoryFilter # \u25b8 addCatalogCategoryFilter ( fn ): Disposer Add a filtering function for the catalog categories. This will be removed if the extension is disabled. Parameters # Name Type Description fn CategoryFilter The function which should return a truthy value for those categories which should be kept. Returns # Disposer A function to clean up the filter addCatalogFilter # \u25b8 addCatalogFilter ( fn ): Disposer Add a filtering function for the catalog entities. This will be removed if the extension is disabled. Parameters # Name Type Description fn EntityFilter The function which should return a truthy value for those entities which should be kept. Returns # Disposer A function to clean up the filter disable # \u25b8 disable (): Promise < void > Returns # Promise < void > Inherited from # LensExtension.disable enable # \u25b8 enable ( register ): Promise < void > Parameters # Name Type register ( ext : LensExtension ) => Promise < Disposer []> Returns # Promise < void > Inherited from # LensExtension.enable getExtensionFileFolder # \u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name. Returns # Promise < string > Inherited from # LensExtension.getExtensionFileFolder isEnabledForCluster # \u25b8 isEnabledForCluster ( cluster ): Promise < Boolean > Defines if extension is enabled for a given cluster. This method is only called when the extension is created within a cluster frame. The default implementation is to return true Parameters # Name Type cluster KubernetesCluster Returns # Promise < Boolean > navigate # \u25b8 navigate < P >( pageId? , params? ): Promise < void > Type parameters # Name Type P extends object Parameters # Name Type pageId? string params? P Returns # Promise < void > onActivate # \u25b8 Protected onActivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onActivate onDeactivate # \u25b8 Protected onDeactivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onDeactivate","title":"Class: LensExtension"},{"location":"extensions/api/classes/Renderer.LensExtension/#class-lensextension","text":"Renderer .LensExtension","title":"Class: LensExtension"},{"location":"extensions/api/classes/Renderer.LensExtension/#hierarchy","text":"LensExtension \u21b3 LensExtension","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.LensExtension/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.LensExtension/#properties","text":"[Disposers] appPreferences catalogEntityDetailItems clusterPageMenus clusterPages commands entitySettings globalPages id isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts kubeWorkloadsOverviewItems manifest manifestPath protocolHandlers statusBarItems topBarItems welcomeBanners welcomeMenus","title":"Properties"},{"location":"extensions/api/classes/Renderer.LensExtension/#accessors","text":"description isEnabled name version","title":"Accessors"},{"location":"extensions/api/classes/Renderer.LensExtension/#methods","text":"addCatalogCategoryFilter addCatalogFilter disable enable getExtensionFileFolder isEnabledForCluster navigate onActivate onDeactivate","title":"Methods"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructor","text":"\u2022 new LensExtension ( __namedParameters )","title":"constructor"},{"location":"extensions/api/classes/Renderer.LensExtension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.LensExtension/#disposers","text":"\u2022 [Disposers] : ExtendableDisposer","title":"[Disposers]"},{"location":"extensions/api/classes/Renderer.LensExtension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = []","title":"appPreferences"},{"location":"extensions/api/classes/Renderer.LensExtension/#catalogentitydetailitems","text":"\u2022 catalogEntityDetailItems : CatalogEntityDetailRegistration < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] = []","title":"catalogEntityDetailItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#clusterpagemenus","text":"\u2022 clusterPageMenus : ClusterPageMenuRegistration [] = []","title":"clusterPageMenus"},{"location":"extensions/api/classes/Renderer.LensExtension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = []","title":"clusterPages"},{"location":"extensions/api/classes/Renderer.LensExtension/#commands","text":"\u2022 commands : CommandRegistration [] = []","title":"commands"},{"location":"extensions/api/classes/Renderer.LensExtension/#entitysettings","text":"\u2022 entitySettings : EntitySettingRegistration [] = []","title":"entitySettings"},{"location":"extensions/api/classes/Renderer.LensExtension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = []","title":"globalPages"},{"location":"extensions/api/classes/Renderer.LensExtension/#id","text":"\u2022 Readonly id : string","title":"id"},{"location":"extensions/api/classes/Renderer.LensExtension/#isbundled","text":"\u2022 Readonly isBundled : boolean","title":"isBundled"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = []","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = []","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectstatustexts","text":"\u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = []","title":"kubeObjectStatusTexts"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeworkloadsoverviewitems","text":"\u2022 kubeWorkloadsOverviewItems : WorkloadsOverviewDetailRegistration [] = []","title":"kubeWorkloadsOverviewItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest","title":"manifest"},{"location":"extensions/api/classes/Renderer.LensExtension/#manifestpath","text":"\u2022 Readonly manifestPath : string","title":"manifestPath"},{"location":"extensions/api/classes/Renderer.LensExtension/#protocolhandlers","text":"\u2022 protocolHandlers : ProtocolHandlerRegistration [] = []","title":"protocolHandlers"},{"location":"extensions/api/classes/Renderer.LensExtension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = []","title":"statusBarItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#topbaritems","text":"\u2022 topBarItems : TopBarRegistration [] = []","title":"topBarItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#welcomebanners","text":"\u2022 welcomeBanners : WelcomeBannerRegistration [] = []","title":"welcomeBanners"},{"location":"extensions/api/classes/Renderer.LensExtension/#welcomemenus","text":"\u2022 welcomeMenus : WelcomeMenuRegistration [] = []","title":"welcomeMenus"},{"location":"extensions/api/classes/Renderer.LensExtension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.LensExtension/#description","text":"\u2022 get description (): string","title":"description"},{"location":"extensions/api/classes/Renderer.LensExtension/#isenabled","text":"\u2022 get isEnabled (): boolean","title":"isEnabled"},{"location":"extensions/api/classes/Renderer.LensExtension/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Renderer.LensExtension/#version","text":"\u2022 get version (): string","title":"version"},{"location":"extensions/api/classes/Renderer.LensExtension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.LensExtension/#addcatalogcategoryfilter","text":"\u25b8 addCatalogCategoryFilter ( fn ): Disposer Add a filtering function for the catalog categories. This will be removed if the extension is disabled.","title":"addCatalogCategoryFilter"},{"location":"extensions/api/classes/Renderer.LensExtension/#addcatalogfilter","text":"\u25b8 addCatalogFilter ( fn ): Disposer Add a filtering function for the catalog entities. This will be removed if the extension is disabled.","title":"addCatalogFilter"},{"location":"extensions/api/classes/Renderer.LensExtension/#disable","text":"\u25b8 disable (): Promise < void >","title":"disable"},{"location":"extensions/api/classes/Renderer.LensExtension/#enable","text":"\u25b8 enable ( register ): Promise < void >","title":"enable"},{"location":"extensions/api/classes/Renderer.LensExtension/#getextensionfilefolder","text":"\u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name.","title":"getExtensionFileFolder"},{"location":"extensions/api/classes/Renderer.LensExtension/#isenabledforcluster","text":"\u25b8 isEnabledForCluster ( cluster ): Promise < Boolean > Defines if extension is enabled for a given cluster. This method is only called when the extension is created within a cluster frame. The default implementation is to return true","title":"isEnabledForCluster"},{"location":"extensions/api/classes/Renderer.LensExtension/#navigate","text":"\u25b8 navigate < P >( pageId? , params? ): Promise < void >","title":"navigate"},{"location":"extensions/api/classes/Renderer.LensExtension/#onactivate","text":"\u25b8 Protected onActivate (): void | Promise < void >","title":"onActivate"},{"location":"extensions/api/classes/Renderer.LensExtension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void | Promise < void >","title":"onDeactivate"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/","text":"Class: PageParam # Renderer . Navigation .PageParam Type parameters # Name Type V any Table of contents # Constructors # constructor Properties # isMulti name Accessors # defaultValue Methods # clear get getRaw parse set setRaw stringify toString Constructors # constructor # \u2022 new PageParam < V >( init , history ) Type parameters # Name Type V any Parameters # Name Type init PageParamInit < V > history ObservableHistory < Object > Properties # isMulti # \u2022 Readonly isMulti : boolean name # \u2022 Readonly name : string Accessors # defaultValue # \u2022 get defaultValue (): V Returns # V Methods # clear # \u25b8 clear (): void Returns # void get # \u25b8 get (): V Returns # V getRaw # \u25b8 getRaw (): string | string [] Get stringified raw value(s) from document.location.search Returns # string | string [] parse # \u25b8 parse ( values ): V Parameters # Name Type values string | string [] Returns # V set # \u25b8 set ( value , __namedParameters? ): void Parameters # Name Type value V __namedParameters Object __namedParameters.mergeGlobals boolean __namedParameters.replaceHistory boolean Returns # void setRaw # \u25b8 setRaw ( value ): void Set stringified raw value(s) and update document.location.search Parameters # Name Type value string | string [] Returns # void stringify # \u25b8 stringify ( value? ): string [] Parameters # Name Type value V Returns # string [] toString # \u25b8 toString ( __namedParameters? ): string Parameters # Name Type __namedParameters Object __namedParameters.mergeGlobals boolean __namedParameters.value V __namedParameters.withPrefix boolean Returns # string","title":"Class: PageParam"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#class-pageparamv","text":"Renderer . Navigation .PageParam","title":"Class: PageParam<V>"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#properties","text":"isMulti name","title":"Properties"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#accessors","text":"defaultValue","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#methods","text":"clear get getRaw parse set setRaw stringify toString","title":"Methods"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructor","text":"\u2022 new PageParam < V >( init , history )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#ismulti","text":"\u2022 Readonly isMulti : boolean","title":"isMulti"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#name","text":"\u2022 Readonly name : string","title":"name"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#defaultvalue","text":"\u2022 get defaultValue (): V","title":"defaultValue"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#clear","text":"\u25b8 clear (): void","title":"clear"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#get","text":"\u25b8 get (): V","title":"get"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#getraw","text":"\u25b8 getRaw (): string | string [] Get stringified raw value(s) from document.location.search","title":"getRaw"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#parse","text":"\u25b8 parse ( values ): V","title":"parse"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#set","text":"\u25b8 set ( value , __namedParameters? ): void","title":"set"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#setraw","text":"\u25b8 setRaw ( value ): void Set stringified raw value(s) and update document.location.search","title":"setRaw"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#stringify","text":"\u25b8 stringify ( value? ): string []","title":"stringify"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#tostring","text":"\u25b8 toString ( __namedParameters? ): string","title":"toString"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/","text":"Enumeration: NotificationStatus # Renderer . Component .NotificationStatus Table of contents # Enumeration members # ERROR INFO OK Enumeration members # ERROR # \u2022 ERROR = \"error\" INFO # \u2022 INFO = \"info\" OK # \u2022 OK = \"ok\"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-notificationstatus","text":"Renderer . Component .NotificationStatus","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#error","text":"\u2022 ERROR = \"error\"","title":"ERROR"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#info","text":"\u2022 INFO = \"info\"","title":"INFO"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#ok","text":"\u2022 OK = \"ok\"","title":"OK"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/","text":"Enumeration: TooltipPosition # Renderer . Component .TooltipPosition Table of contents # Enumeration members # BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT Enumeration members # BOTTOM # \u2022 BOTTOM = \"bottom\" BOTTOM_LEFT # \u2022 BOTTOM_LEFT = \"bottom_left\" BOTTOM_RIGHT # \u2022 BOTTOM_RIGHT = \"bottom_right\" LEFT # \u2022 LEFT = \"left\" RIGHT # \u2022 RIGHT = \"right\" TOP # \u2022 TOP = \"top\" TOP_LEFT # \u2022 TOP_LEFT = \"top_left\" TOP_RIGHT # \u2022 TOP_RIGHT = \"top_right\"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-tooltipposition","text":"Renderer . Component .TooltipPosition","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom","text":"\u2022 BOTTOM = \"bottom\"","title":"BOTTOM"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom_left","text":"\u2022 BOTTOM_LEFT = \"bottom_left\"","title":"BOTTOM_LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom_right","text":"\u2022 BOTTOM_RIGHT = \"bottom_right\"","title":"BOTTOM_RIGHT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#left","text":"\u2022 LEFT = \"left\"","title":"LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#right","text":"\u2022 RIGHT = \"right\"","title":"RIGHT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top","text":"\u2022 TOP = \"top\"","title":"TOP"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top_left","text":"\u2022 TOP_LEFT = \"top_left\"","title":"TOP_LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top_right","text":"\u2022 TOP_RIGHT = \"top_right\"","title":"TOP_RIGHT"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/","text":"Enumeration: KubeObjectStatusLevel # Renderer . K8sApi .KubeObjectStatusLevel Table of contents # Enumeration members # CRITICAL INFO WARNING Enumeration members # CRITICAL # \u2022 CRITICAL = 3 INFO # \u2022 INFO = 1 WARNING # \u2022 WARNING = 2","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-kubeobjectstatuslevel","text":"Renderer . K8sApi .KubeObjectStatusLevel","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-members","text":"CRITICAL INFO WARNING","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#critical","text":"\u2022 CRITICAL = 3","title":"CRITICAL"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#info","text":"\u2022 INFO = 1","title":"INFO"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#warning","text":"\u2022 WARNING = 2","title":"WARNING"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/","text":"Interface: CatalogCategoryEvents # Common . Catalog .CatalogCategoryEvents Table of contents # Methods # catalogAddMenu contextMenuOpen load Methods # catalogAddMenu # \u25b8 catalogAddMenu ( context ): void Parameters # Name Type context CatalogEntityAddMenuContext Returns # void contextMenuOpen # \u25b8 contextMenuOpen ( entity , context ): void Parameters # Name Type entity CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > context CatalogEntityContextMenuContext Returns # void load # \u25b8 load (): void Returns # void","title":"Interface: CatalogCategoryEvents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#interface-catalogcategoryevents","text":"Common . Catalog .CatalogCategoryEvents","title":"Interface: CatalogCategoryEvents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#methods","text":"catalogAddMenu contextMenuOpen load","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#catalogaddmenu","text":"\u25b8 catalogAddMenu ( context ): void","title":"catalogAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#contextmenuopen","text":"\u25b8 contextMenuOpen ( entity , context ): void","title":"contextMenuOpen"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#load","text":"\u25b8 load (): void","title":"load"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/","text":"Interface: CatalogCategorySpec # Common . Catalog .CatalogCategorySpec Table of contents # Properties # group names versions Properties # group # \u2022 group : string The grouping for for the category. This MUST be a DNS label. names # \u2022 names : Object Type declaration # Name Type Description kind string The kind of entity that this category is for. This value MUST be a DNS label and MUST be equal to the kind fields that are produced by the .versions.[] | .entityClass fields. versions # \u2022 versions : CatalogCategoryVersion < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] The specific versions of the constructors. NOTE: the field .apiVersion after construction MUST match {.group}/{.versions.[] | .name} . For example, if group = \"entity.k8slens.dev\" and there is an entry in .versions with name = \"v1alpha1\" then the resulting .apiVersion MUST be entity.k8slens.dev/v1alpha1","title":"Interface: CatalogCategorySpec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#interface-catalogcategoryspec","text":"Common . Catalog .CatalogCategorySpec","title":"Interface: CatalogCategorySpec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#properties","text":"group names versions","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#group","text":"\u2022 group : string The grouping for for the category. This MUST be a DNS label.","title":"group"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#names","text":"\u2022 names : Object","title":"names"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#versions","text":"\u2022 versions : CatalogCategoryVersion < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] The specific versions of the constructors. NOTE: the field .apiVersion after construction MUST match {.group}/{.versions.[] | .name} . For example, if group = \"entity.k8slens.dev\" and there is an entry in .versions with name = \"v1alpha1\" then the resulting .apiVersion MUST be entity.k8slens.dev/v1alpha1","title":"versions"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/","text":"Interface: CatalogCategoryVersion # Common . Catalog .CatalogCategoryVersion Type parameters # Name Type Entity extends CatalogEntity Table of contents # Properties # entityClass name Properties # entityClass # \u2022 entityClass : CatalogEntityConstructor < Entity > The constructor for the entities. name # \u2022 name : string The specific version that the associated constructor is for. This MUST be a DNS label and SHOULD be of the form vN , vNalphaY , or vNbetaY where N and Y are both integers greater than 0. Examples: The following are valid values for this field. - v1 - v1beta1 - v1alpha2 - v3beta2","title":"Interface: CatalogCategoryVersion"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#interface-catalogcategoryversionentity","text":"Common . Catalog .CatalogCategoryVersion","title":"Interface: CatalogCategoryVersion<Entity>"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#type-parameters","text":"Name Type Entity extends CatalogEntity","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#properties","text":"entityClass name","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#entityclass","text":"\u2022 entityClass : CatalogEntityConstructor < Entity > The constructor for the entities.","title":"entityClass"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#name","text":"\u2022 name : string The specific version that the associated constructor is for. This MUST be a DNS label and SHOULD be of the form vN , vNalphaY , or vNbetaY where N and Y are both integers greater than 0. Examples: The following are valid values for this field. - v1 - v1beta1 - v1alpha2 - v3beta2","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/","text":"Interface: CatalogEntityActionContext # Common . Catalog .CatalogEntityActionContext Table of contents # Methods # navigate setCommandPaletteContext Methods # navigate # \u25b8 navigate ( url ): void Parameters # Name Type url string Returns # void setCommandPaletteContext # \u25b8 setCommandPaletteContext ( context? ): void Parameters # Name Type context? CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Returns # void","title":"Interface: CatalogEntityActionContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#interface-catalogentityactioncontext","text":"Common . Catalog .CatalogEntityActionContext","title":"Interface: CatalogEntityActionContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#methods","text":"navigate setCommandPaletteContext","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#navigate","text":"\u25b8 navigate ( url ): void","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#setcommandpalettecontext","text":"\u25b8 setCommandPaletteContext ( context? ): void","title":"setCommandPaletteContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/","text":"Interface: CatalogEntityAddMenu # Common . Catalog .CatalogEntityAddMenu Hierarchy # CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu Table of contents # Properties # confirm defaultAction icon title Methods # onClick Properties # confirm # \u2022 Optional confirm : Object Confirm click with a message Type declaration # Name Type message string Inherited from # CatalogEntityContextMenu . confirm defaultAction # \u2022 Optional defaultAction : boolean icon # \u2022 icon : string Menu icon Overrides # CatalogEntityContextMenu . icon title # \u2022 title : string Menu title Inherited from # CatalogEntityContextMenu . title Methods # onClick # \u25b8 onClick (): void | Promise < void > OnClick handler Returns # void | Promise < void > Inherited from # CatalogEntityContextMenu . onClick","title":"Interface: CatalogEntityAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#interface-catalogentityaddmenu","text":"Common . Catalog .CatalogEntityAddMenu","title":"Interface: CatalogEntityAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#hierarchy","text":"CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#properties","text":"confirm defaultAction icon title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#methods","text":"onClick","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#confirm","text":"\u2022 Optional confirm : Object Confirm click with a message","title":"confirm"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#defaultaction","text":"\u2022 Optional defaultAction : boolean","title":"defaultAction"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#icon","text":"\u2022 icon : string Menu icon","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#title","text":"\u2022 title : string Menu title","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#onclick","text":"\u25b8 onClick (): void | Promise < void > OnClick handler","title":"onClick"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/","text":"Interface: CatalogEntityAddMenuContext # Common . Catalog .CatalogEntityAddMenuContext Table of contents # Properties # menuItems Methods # navigate Properties # menuItems # \u2022 menuItems : CatalogEntityAddMenu [] Methods # navigate # \u25b8 navigate ( url ): void Parameters # Name Type url string Returns # void","title":"Interface: CatalogEntityAddMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#interface-catalogentityaddmenucontext","text":"Common . Catalog .CatalogEntityAddMenuContext","title":"Interface: CatalogEntityAddMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#methods","text":"navigate","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#menuitems","text":"\u2022 menuItems : CatalogEntityAddMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#navigate","text":"\u25b8 navigate ( url ): void","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/","text":"Interface: CatalogEntityContextMenu # Common . Catalog .CatalogEntityContextMenu Hierarchy # CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu Table of contents # Properties # confirm icon title Methods # onClick Properties # confirm # \u2022 Optional confirm : Object Confirm click with a message Type declaration # Name Type message string icon # \u2022 Optional icon : string Menu icon title # \u2022 title : string Menu title Methods # onClick # \u25b8 onClick (): void | Promise < void > OnClick handler Returns # void | Promise < void >","title":"Interface: CatalogEntityContextMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#interface-catalogentitycontextmenu","text":"Common . Catalog .CatalogEntityContextMenu","title":"Interface: CatalogEntityContextMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#hierarchy","text":"CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#properties","text":"confirm icon title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#methods","text":"onClick","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#confirm","text":"\u2022 Optional confirm : Object Confirm click with a message","title":"confirm"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#icon","text":"\u2022 Optional icon : string Menu icon","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#title","text":"\u2022 title : string Menu title","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#onclick","text":"\u25b8 onClick (): void | Promise < void > OnClick handler","title":"onClick"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/","text":"Interface: CatalogEntityContextMenuContext # Common . Catalog .CatalogEntityContextMenuContext Table of contents # Properties # menuItems Methods # navigate Properties # menuItems # \u2022 menuItems : CatalogEntityContextMenu [] Methods # navigate # \u25b8 navigate ( pathname ): void Navigate to the specified pathname Parameters # Name Type pathname string Returns # void","title":"Interface: CatalogEntityContextMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#interface-catalogentitycontextmenucontext","text":"Common . Catalog .CatalogEntityContextMenuContext","title":"Interface: CatalogEntityContextMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#methods","text":"navigate","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#menuitems","text":"\u2022 menuItems : CatalogEntityContextMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#navigate","text":"\u25b8 navigate ( pathname ): void Navigate to the specified pathname","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/","text":"Interface: CatalogEntityData # Common . Catalog .CatalogEntityData Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Table of contents # Properties # metadata spec status Properties # metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 status : Status","title":"Interface: CatalogEntityData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#interface-catalogentitydatametadata-status-spec","text":"Common . Catalog .CatalogEntityData","title":"Interface: CatalogEntityData<Metadata, Status, Spec>"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#type-parameters","text":"Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#properties","text":"metadata spec status","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/","text":"Interface: CatalogEntityKindData # Common . Catalog .CatalogEntityKindData Implemented by # CatalogEntity Table of contents # Properties # apiVersion kind Properties # apiVersion # \u2022 Readonly apiVersion : string kind # \u2022 Readonly kind : string","title":"Interface: CatalogEntityKindData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#interface-catalogentitykinddata","text":"Common . Catalog .CatalogEntityKindData","title":"Interface: CatalogEntityKindData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#implemented-by","text":"CatalogEntity","title":"Implemented by"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#properties","text":"apiVersion kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/","text":"Interface: CatalogEntityMetadata # Common . Catalog .CatalogEntityMetadata Hierarchy # CatalogEntityMetadata \u21b3 KubernetesClusterMetadata Indexable # \u25aa [key: string ]: string | object Table of contents # Properties # description labels name shortName source uid Properties # description # \u2022 Optional description : string labels # \u2022 labels : Record < string , string > name # \u2022 name : string shortName # \u2022 Optional shortName : string source # \u2022 Optional source : string uid # \u2022 uid : string","title":"Interface: CatalogEntityMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#interface-catalogentitymetadata","text":"Common . Catalog .CatalogEntityMetadata","title":"Interface: CatalogEntityMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#hierarchy","text":"CatalogEntityMetadata \u21b3 KubernetesClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#indexable","text":"\u25aa [key: string ]: string | object","title":"Indexable"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#properties","text":"description labels name shortName source uid","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#description","text":"\u2022 Optional description : string","title":"description"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#labels","text":"\u2022 labels : Record < string , string >","title":"labels"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#shortname","text":"\u2022 Optional shortName : string","title":"shortName"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#source","text":"\u2022 Optional source : string","title":"source"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#uid","text":"\u2022 uid : string","title":"uid"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/","text":"Interface: CatalogEntitySettingsContext # Common . Catalog .CatalogEntitySettingsContext Table of contents # Properties # menuItems Properties # menuItems # \u2022 menuItems : CatalogEntityContextMenu []","title":"Interface: CatalogEntitySettingsContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#interface-catalogentitysettingscontext","text":"Common . Catalog .CatalogEntitySettingsContext","title":"Interface: CatalogEntitySettingsContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#menuitems","text":"\u2022 menuItems : CatalogEntityContextMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/","text":"Interface: CatalogEntitySettingsMenu # Common . Catalog .CatalogEntitySettingsMenu Table of contents # Properties # components group title Properties # components # \u2022 components : Object Type declaration # Name Type View ComponentType < any > group # \u2022 Optional group : string title # \u2022 title : string","title":"Interface: CatalogEntitySettingsMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#interface-catalogentitysettingsmenu","text":"Common . Catalog .CatalogEntitySettingsMenu","title":"Interface: CatalogEntitySettingsMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#properties","text":"components group title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#components","text":"\u2022 components : Object","title":"components"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#group","text":"\u2022 Optional group : string","title":"group"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#title","text":"\u2022 title : string","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/","text":"Interface: CatalogEntityStatus # Common . Catalog .CatalogEntityStatus Hierarchy # CatalogEntityStatus \u21b3 WebLinkStatus \u21b3 KubernetesClusterStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean enabled # \u2022 Optional enabled : boolean default true message # \u2022 Optional message : string phase # \u2022 phase : string reason # \u2022 Optional reason : string","title":"Interface: CatalogEntityStatus"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#interface-catalogentitystatus","text":"Common . Catalog .CatalogEntityStatus","title":"Interface: CatalogEntityStatus"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 WebLinkStatus \u21b3 KubernetesClusterStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#phase","text":"\u2022 phase : string","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/","text":"Interface: KubernetesClusterMetadata # Common . Catalog .KubernetesClusterMetadata Hierarchy # CatalogEntityMetadata \u21b3 KubernetesClusterMetadata Table of contents # Properties # description distro kubeVersion labels name shortName source uid Properties # description # \u2022 Optional description : string Inherited from # CatalogEntityMetadata . description distro # \u2022 Optional distro : string kubeVersion # \u2022 Optional kubeVersion : string labels # \u2022 labels : Record < string , string > Inherited from # CatalogEntityMetadata . labels name # \u2022 name : string Inherited from # CatalogEntityMetadata . name shortName # \u2022 Optional shortName : string Inherited from # CatalogEntityMetadata . shortName source # \u2022 Optional source : string Inherited from # CatalogEntityMetadata . source uid # \u2022 uid : string Inherited from # CatalogEntityMetadata . uid","title":"Interface: KubernetesClusterMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#interface-kubernetesclustermetadata","text":"Common . Catalog .KubernetesClusterMetadata","title":"Interface: KubernetesClusterMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#hierarchy","text":"CatalogEntityMetadata \u21b3 KubernetesClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#properties","text":"description distro kubeVersion labels name shortName source uid","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#description","text":"\u2022 Optional description : string","title":"description"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#distro","text":"\u2022 Optional distro : string","title":"distro"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#kubeversion","text":"\u2022 Optional kubeVersion : string","title":"kubeVersion"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#labels","text":"\u2022 labels : Record < string , string >","title":"labels"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#shortname","text":"\u2022 Optional shortName : string","title":"shortName"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#source","text":"\u2022 Optional source : string","title":"source"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#uid","text":"\u2022 uid : string","title":"uid"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/","text":"Interface: KubernetesClusterPrometheusMetrics # Common . Catalog .KubernetesClusterPrometheusMetrics Table of contents # Properties # address type Properties # address # \u2022 Optional address : Object Type declaration # Name Type namespace string port number prefix string service string type # \u2022 Optional type : string","title":"Interface: KubernetesClusterPrometheusMetrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#interface-kubernetesclusterprometheusmetrics","text":"Common . Catalog .KubernetesClusterPrometheusMetrics","title":"Interface: KubernetesClusterPrometheusMetrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#properties","text":"address type","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#address","text":"\u2022 Optional address : Object","title":"address"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/","text":"Interface: KubernetesClusterSpec # Common . Catalog .KubernetesClusterSpec Hierarchy # CatalogEntitySpec \u21b3 KubernetesClusterSpec Table of contents # Properties # accessibleNamespaces icon kubeconfigContext kubeconfigPath metrics Properties # accessibleNamespaces # \u2022 Optional accessibleNamespaces : string [] icon # \u2022 Optional icon : Object Type declaration # Name Type background? string material? string src? string kubeconfigContext # \u2022 kubeconfigContext : string kubeconfigPath # \u2022 kubeconfigPath : string metrics # \u2022 Optional metrics : Object Type declaration # Name Type prometheus? KubernetesClusterPrometheusMetrics source string","title":"Interface: KubernetesClusterSpec"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#interface-kubernetesclusterspec","text":"Common . Catalog .KubernetesClusterSpec","title":"Interface: KubernetesClusterSpec"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#hierarchy","text":"CatalogEntitySpec \u21b3 KubernetesClusterSpec","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#properties","text":"accessibleNamespaces icon kubeconfigContext kubeconfigPath metrics","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#accessiblenamespaces","text":"\u2022 Optional accessibleNamespaces : string []","title":"accessibleNamespaces"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#icon","text":"\u2022 Optional icon : Object","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#kubeconfigcontext","text":"\u2022 kubeconfigContext : string","title":"kubeconfigContext"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#kubeconfigpath","text":"\u2022 kubeconfigPath : string","title":"kubeconfigPath"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#metrics","text":"\u2022 Optional metrics : Object","title":"metrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/","text":"Interface: KubernetesClusterStatus # Common . Catalog .KubernetesClusterStatus Hierarchy # CatalogEntityStatus \u21b3 KubernetesClusterStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean Inherited from # CatalogEntityStatus . active enabled # \u2022 Optional enabled : boolean default true Inherited from # CatalogEntityStatus . enabled message # \u2022 Optional message : string Inherited from # CatalogEntityStatus . message phase # \u2022 phase : string Inherited from # CatalogEntityStatus . phase reason # \u2022 Optional reason : string Inherited from # CatalogEntityStatus . reason","title":"Interface: KubernetesClusterStatus"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#interface-kubernetesclusterstatus","text":"Common . Catalog .KubernetesClusterStatus","title":"Interface: KubernetesClusterStatus"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 KubernetesClusterStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#phase","text":"\u2022 phase : string","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/","text":"Interface: WebLinkStatus # Common . Catalog .WebLinkStatus Hierarchy # CatalogEntityStatus \u21b3 WebLinkStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean Inherited from # CatalogEntityStatus . active enabled # \u2022 Optional enabled : boolean default true Inherited from # CatalogEntityStatus . enabled message # \u2022 Optional message : string Inherited from # CatalogEntityStatus . message phase # \u2022 phase : WebLinkStatusPhase Overrides # CatalogEntityStatus . phase reason # \u2022 Optional reason : string Inherited from # CatalogEntityStatus . reason","title":"Interface: WebLinkStatus"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#interface-weblinkstatus","text":"Common . Catalog .WebLinkStatus","title":"Interface: WebLinkStatus"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 WebLinkStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#phase","text":"\u2022 phase : WebLinkStatusPhase","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/","text":"Interface: AppPreferenceComponents # Common . Types .AppPreferenceComponents Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Table of contents # Properties # Hint Input Properties # Hint # \u2022 Hint : ComponentType < any > Input # \u2022 Input : ComponentType < any >","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#interface-apppreferencecomponents","text":"Common . Types .AppPreferenceComponents Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#hint","text":"\u2022 Hint : ComponentType < any >","title":"Hint"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#input","text":"\u2022 Input : ComponentType < any >","title":"Input"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/","text":"Interface: AppPreferenceRegistration # Common . Types .AppPreferenceRegistration Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Table of contents # Properties # components id showInPreferencesTab title Properties # components # \u2022 components : AppPreferenceComponents id # \u2022 Optional id : string showInPreferencesTab # \u2022 Optional showInPreferencesTab : string title # \u2022 title : string","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#interface-apppreferenceregistration","text":"Common . Types .AppPreferenceRegistration Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#properties","text":"components id showInPreferencesTab title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#components","text":"\u2022 components : AppPreferenceComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#showinpreferencestab","text":"\u2022 Optional showInPreferencesTab : string","title":"showInPreferencesTab"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#title","text":"\u2022 title : string","title":"title"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/","text":"Interface: ClusterPageMenuComponents # Common . Types .ClusterPageMenuComponents Table of contents # Properties # Icon Properties # Icon # \u2022 Icon : ComponentType < IconProps >","title":"Interface: ClusterPageMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#interface-clusterpagemenucomponents","text":"Common . Types .ClusterPageMenuComponents","title":"Interface: ClusterPageMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#properties","text":"Icon","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#icon","text":"\u2022 Icon : ComponentType < IconProps >","title":"Icon"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/","text":"Interface: ClusterPageMenuRegistration # Common . Types .ClusterPageMenuRegistration Table of contents # Properties # components id parentId target title Properties # components # \u2022 components : ClusterPageMenuComponents id # \u2022 Optional id : string parentId # \u2022 Optional parentId : string target # \u2022 Optional target : PageTarget title # \u2022 title : ReactNode","title":"Interface: ClusterPageMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#interface-clusterpagemenuregistration","text":"Common . Types .ClusterPageMenuRegistration","title":"Interface: ClusterPageMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#properties","text":"components id parentId target title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#components","text":"\u2022 components : ClusterPageMenuComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#parentid","text":"\u2022 Optional parentId : string","title":"parentId"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#target","text":"\u2022 Optional target : PageTarget","title":"target"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/","text":"Interface: KubeObjectDetailComponents # Common . Types .KubeObjectDetailComponents Type parameters # Name Type T extends KubeObject KubeObject Table of contents # Properties # Details Properties # Details # \u2022 Details : ComponentType < KubeObjectDetailsProps < T >>","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#interface-kubeobjectdetailcomponentst","text":"Common . Types .KubeObjectDetailComponents","title":"Interface: KubeObjectDetailComponents<T>"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#type-parameters","text":"Name Type T extends KubeObject KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#details","text":"\u2022 Details : ComponentType < KubeObjectDetailsProps < T >>","title":"Details"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/","text":"Interface: KubeObjectDetailRegistration # Common . Types .KubeObjectDetailRegistration Table of contents # Properties # apiVersions components kind priority Properties # apiVersions # \u2022 apiVersions : string [] components # \u2022 components : KubeObjectDetailComponents < KubeObject < KubeObjectMetadata , any , any >> kind # \u2022 kind : string priority # \u2022 Optional priority : number","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#interface-kubeobjectdetailregistration","text":"Common . Types .KubeObjectDetailRegistration","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#properties","text":"apiVersions components kind priority","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#components","text":"\u2022 components : KubeObjectDetailComponents < KubeObject < KubeObjectMetadata , any , any >>","title":"components"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#priority","text":"\u2022 Optional priority : number","title":"priority"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/","text":"Interface: KubeObjectMenuComponents # Common . Types .KubeObjectMenuComponents Table of contents # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : ComponentType < any >","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#interface-kubeobjectmenucomponents","text":"Common . Types .KubeObjectMenuComponents","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#menuitem","text":"\u2022 MenuItem : ComponentType < any >","title":"MenuItem"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/","text":"Interface: KubeObjectMenuRegistration # Common . Types .KubeObjectMenuRegistration Table of contents # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string [] components # \u2022 components : KubeObjectMenuComponents kind # \u2022 kind : string","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#interface-kubeobjectmenuregistration","text":"Common . Types .KubeObjectMenuRegistration","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#components","text":"\u2022 components : KubeObjectMenuComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/","text":"Interface: KubeObjectStatusRegistration # Common . Types .KubeObjectStatusRegistration Table of contents # Properties # apiVersions kind Methods # resolve Properties # apiVersions # \u2022 apiVersions : string [] kind # \u2022 kind : string Methods # resolve # \u25b8 resolve ( object ): KubeObjectStatus Parameters # Name Type object KubeObject < KubeObjectMetadata , any , any > Returns # KubeObjectStatus","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#interface-kubeobjectstatusregistration","text":"Common . Types .KubeObjectStatusRegistration","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#properties","text":"apiVersions kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#methods","text":"resolve","title":"Methods"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#resolve","text":"\u25b8 resolve ( object ): KubeObjectStatus","title":"resolve"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/","text":"Interface: PageComponentProps

# Common . Types .PageComponentProps Type parameters # Name Type P extends PageParams {} Table of contents # Properties # params Properties # params # \u2022 Optional params : { [N in string | number | symbol]: PageParam }","title":"Interface: PageComponentProps"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#interface-pagecomponentpropsp","text":"Common . Types .PageComponentProps","title":"Interface: PageComponentProps<P>"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#type-parameters","text":"Name Type P extends PageParams {}","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#properties","text":"params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#params","text":"\u2022 Optional params : { [N in string | number | symbol]: PageParam }","title":"params"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/","text":"Interface: PageComponents # Common . Types .PageComponents Table of contents # Properties # Page Properties # Page # \u2022 Page : ComponentType < any >","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#interface-pagecomponents","text":"Common . Types .PageComponents","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#properties","text":"Page","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#page","text":"\u2022 Page : ComponentType < any >","title":"Page"},{"location":"extensions/api/interfaces/Common.Types.PageParams/","text":"Interface: PageParams # Common . Types .PageParams Type parameters # Name Type V any Indexable # \u25aa [paramName: string ]: V","title":"Interface: PageParams"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#interface-pageparamsv","text":"Common . Types .PageParams","title":"Interface: PageParams<V>"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#indexable","text":"\u25aa [paramName: string ]: V","title":"Indexable"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/","text":"Interface: PageRegistration # Common . Types .PageRegistration Table of contents # Properties # components id params Properties # components # \u2022 components : PageComponents id # \u2022 Optional id : string Page ID, part of extension's page url, must be unique within same extension When not provided, first registered page without \"id\" would be used for page-menus without target.pageId for same extension params # \u2022 Optional params : PageParams < string | Omit < PageParamInit < any >, \"name\" | \"prefix\" >>","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#interface-pageregistration","text":"Common . Types .PageRegistration","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#properties","text":"components id params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#components","text":"\u2022 components : PageComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#id","text":"\u2022 Optional id : string Page ID, part of extension's page url, must be unique within same extension When not provided, first registered page without \"id\" would be used for page-menus without target.pageId for same extension","title":"id"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#params","text":"\u2022 Optional params : PageParams < string | Omit < PageParamInit < any >, \"name\" | \"prefix\" >>","title":"params"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/","text":"Interface: PageTarget # Common . Types .PageTarget Table of contents # Properties # extensionId pageId params Properties # extensionId # \u2022 Optional extensionId : string pageId # \u2022 Optional pageId : string params # \u2022 Optional params : PageParams < any >","title":"Interface: PageTarget"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#interface-pagetarget","text":"Common . Types .PageTarget","title":"Interface: PageTarget"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#properties","text":"extensionId pageId params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#extensionid","text":"\u2022 Optional extensionId : string","title":"extensionId"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#pageid","text":"\u2022 Optional pageId : string","title":"pageId"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#params","text":"\u2022 Optional params : PageParams < any >","title":"params"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/","text":"Interface: ProtocolHandlerRegistration # Common . Types .ProtocolHandlerRegistration ProtocolHandlerRegistration is the data required for an extension to register a handler to a specific path or dynamic path. Table of contents # Properties # handler pathSchema Properties # handler # \u2022 handler : ProtocolRouteHandler pathSchema # \u2022 pathSchema : string","title":"Interface: ProtocolHandlerRegistration"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#interface-protocolhandlerregistration","text":"Common . Types .ProtocolHandlerRegistration ProtocolHandlerRegistration is the data required for an extension to register a handler to a specific path or dynamic path.","title":"Interface: ProtocolHandlerRegistration"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#properties","text":"handler pathSchema","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#handler","text":"\u2022 handler : ProtocolRouteHandler","title":"handler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#pathschema","text":"\u2022 pathSchema : string","title":"pathSchema"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/","text":"Interface: ProtocolRouteHandler # Common . Types .ProtocolRouteHandler Callable # ProtocolRouteHandler # \u25b8 ProtocolRouteHandler ( params ): void RouteHandler represents the function signature of the handler function for lens:// protocol routing. Parameters # Name Type params ProtocolRouteParams Returns # void","title":"Interface: ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#interface-protocolroutehandler","text":"Common . Types .ProtocolRouteHandler","title":"Interface: ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#callable","text":"","title":"Callable"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#protocolroutehandler","text":"\u25b8 ProtocolRouteHandler ( params ): void RouteHandler represents the function signature of the handler function for lens:// protocol routing.","title":"ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/","text":"Interface: ProtocolRouteParams # Common . Types .ProtocolRouteParams The collection of the dynamic parts of a URI which initiated a lens:// protocol request Table of contents # Properties # pathname search tail Properties # pathname # \u2022 pathname : Record < string , string > the matching parts of the path. The dynamic parts of the URI path. search # \u2022 search : Record < string , string > the parts of the URI query string tail # \u2022 Optional tail : string if the most specific path schema that is matched does not cover the whole of the URI's path. Then this field will be set to the remaining path segments. Example: If the path schema /landing/:type is the matched schema for the URI /landing/soft/easy then this field will be set to \"/easy\" .","title":"Interface: ProtocolRouteParams"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#interface-protocolrouteparams","text":"Common . Types .ProtocolRouteParams The collection of the dynamic parts of a URI which initiated a lens:// protocol request","title":"Interface: ProtocolRouteParams"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#properties","text":"pathname search tail","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#pathname","text":"\u2022 pathname : Record < string , string > the matching parts of the path. The dynamic parts of the URI path.","title":"pathname"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#search","text":"\u2022 search : Record < string , string > the parts of the URI query string","title":"search"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#tail","text":"\u2022 Optional tail : string if the most specific path schema that is matched does not cover the whole of the URI's path. Then this field will be set to the remaining path segments. Example: If the path schema /landing/:type is the matched schema for the URI /landing/soft/easy then this field will be set to \"/easy\" .","title":"tail"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/","text":"Interface: RegisteredPage # Common . Types .RegisteredPage Table of contents # Properties # components extensionId id params url Properties # components # \u2022 components : PageComponents extensionId # \u2022 extensionId : string id # \u2022 id : string params # \u2022 params : PageParams < PageParam < any >> url # \u2022 url : string","title":"Interface: RegisteredPage"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#interface-registeredpage","text":"Common . Types .RegisteredPage","title":"Interface: RegisteredPage"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#properties","text":"components extensionId id params url","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#components","text":"\u2022 components : PageComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#extensionid","text":"\u2022 extensionId : string","title":"extensionId"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#id","text":"\u2022 id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#params","text":"\u2022 params : PageParams < PageParam < any >>","title":"params"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#url","text":"\u2022 url : string","title":"url"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/","text":"Interface: StatusBarRegistration # Common . Types .StatusBarRegistration Hierarchy # StatusBarRegistrationV2 \u21b3 StatusBarRegistration Table of contents # Properties # components item Properties # components # \u2022 Optional components : StatusBarComponents Inherited from # StatusBarRegistrationV2.components item # \u2022 Optional item : ReactNode deprecated use components.Item instead","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#interface-statusbarregistration","text":"Common . Types .StatusBarRegistration","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#hierarchy","text":"StatusBarRegistrationV2 \u21b3 StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#properties","text":"components item","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#components","text":"\u2022 Optional components : StatusBarComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#item","text":"\u2022 Optional item : ReactNode deprecated use components.Item instead","title":"item"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/","text":"Interface: BadgeProps # Renderer . Component .BadgeProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 BadgeProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable expandable flat 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 scrollable security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir disabled # \u2022 Optional disabled : boolean draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable expandable # \u2022 Optional expandable : boolean flat # \u2022 Optional flat : boolean hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType label # \u2022 Optional label : ReactNode lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role scrollable # \u2022 Optional scrollable : boolean security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot small # \u2022 Optional small : boolean spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#interface-badgeprops","text":"Renderer . Component .BadgeProps","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable expandable flat 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 scrollable security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.BadgeProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.BadgeProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.BadgeProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.BadgeProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.BadgeProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.BadgeProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.BadgeProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.BadgeProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.BadgeProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.BadgeProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.BadgeProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.BadgeProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.BadgeProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.BadgeProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.BadgeProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.BadgeProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.BadgeProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.BadgeProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.BadgeProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#expandable","text":"\u2022 Optional expandable : boolean","title":"expandable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#flat","text":"\u2022 Optional flat : boolean","title":"flat"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.BadgeProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.BadgeProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.BadgeProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/","text":"Interface: ButtonProps # Renderer . Component .ButtonProps Hierarchy # ButtonHTMLAttributes < any > TooltipDecoratorProps \u21b3 ButtonProps Table of contents # 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 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 light 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 vocab waiting Properties # about # \u2022 Optional about : string Inherited from # ButtonHTMLAttributes.about accent # \u2022 Optional accent : boolean accessKey # \u2022 Optional accessKey : string Inherited from # ButtonHTMLAttributes.accessKey active # \u2022 Optional active : boolean aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # ButtonHTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # ButtonHTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # ButtonHTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # ButtonHTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # ButtonHTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # ButtonHTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # ButtonHTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # ButtonHTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # ButtonHTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # ButtonHTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # ButtonHTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # ButtonHTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # ButtonHTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # ButtonHTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # ButtonHTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # ButtonHTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # ButtonHTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # ButtonHTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # ButtonHTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # ButtonHTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # ButtonHTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # ButtonHTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # ButtonHTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # ButtonHTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # ButtonHTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # ButtonHTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # ButtonHTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # ButtonHTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # ButtonHTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # ButtonHTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # ButtonHTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # ButtonHTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # ButtonHTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # ButtonHTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # ButtonHTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # ButtonHTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # ButtonHTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # ButtonHTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # ButtonHTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # ButtonHTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # ButtonHTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # ButtonHTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # ButtonHTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # ButtonHTMLAttributes.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # ButtonHTMLAttributes.autoFocus autoSave # \u2022 Optional autoSave : string Inherited from # ButtonHTMLAttributes.autoSave big # \u2022 Optional big : boolean children # \u2022 Optional children : ReactNode Inherited from # ButtonHTMLAttributes.children className # \u2022 Optional className : string Inherited from # ButtonHTMLAttributes.className color # \u2022 Optional color : string Inherited from # ButtonHTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # ButtonHTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # ButtonHTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # ButtonHTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # ButtonHTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # ButtonHTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # ButtonHTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # ButtonHTMLAttributes.dir disabled # \u2022 Optional disabled : boolean Inherited from # ButtonHTMLAttributes.disabled draggable # \u2022 Optional draggable : Booleanish Inherited from # ButtonHTMLAttributes.draggable form # \u2022 Optional form : string Inherited from # ButtonHTMLAttributes.form formAction # \u2022 Optional formAction : string Inherited from # ButtonHTMLAttributes.formAction formEncType # \u2022 Optional formEncType : string Inherited from # ButtonHTMLAttributes.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # ButtonHTMLAttributes.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # ButtonHTMLAttributes.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # ButtonHTMLAttributes.formTarget hidden # \u2022 Optional hidden : boolean Overrides # ButtonHTMLAttributes.hidden href # \u2022 Optional href : string id # \u2022 Optional id : string Inherited from # ButtonHTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # ButtonHTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # ButtonHTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # ButtonHTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # ButtonHTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # ButtonHTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # ButtonHTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # ButtonHTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # ButtonHTMLAttributes.itemType label # \u2022 Optional label : ReactNode lang # \u2022 Optional lang : string Inherited from # ButtonHTMLAttributes.lang light # \u2022 Optional light : boolean name # \u2022 Optional name : string Inherited from # ButtonHTMLAttributes.name onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # ButtonHTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # ButtonHTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # ButtonHTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # ButtonHTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # ButtonHTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # ButtonHTMLAttributes.onWheelCapture outlined # \u2022 Optional outlined : boolean placeholder # \u2022 Optional placeholder : string Inherited from # ButtonHTMLAttributes.placeholder plain # \u2022 Optional plain : boolean prefix # \u2022 Optional prefix : string Inherited from # ButtonHTMLAttributes.prefix primary # \u2022 Optional primary : boolean property # \u2022 Optional property : string Inherited from # ButtonHTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # ButtonHTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # ButtonHTMLAttributes.resource results # \u2022 Optional results : number Inherited from # ButtonHTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # ButtonHTMLAttributes.role round # \u2022 Optional round : boolean security # \u2022 Optional security : string Inherited from # ButtonHTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # ButtonHTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # ButtonHTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # ButtonHTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # ButtonHTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # ButtonHTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # ButtonHTMLAttributes.tabIndex target # \u2022 Optional target : \"_blank\" title # \u2022 Optional title : string Inherited from # ButtonHTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # ButtonHTMLAttributes.translate type # \u2022 Optional type : \"submit\" | \"reset\" | \"button\" Inherited from # ButtonHTMLAttributes.type typeof # \u2022 Optional typeof : string Inherited from # ButtonHTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # ButtonHTMLAttributes.unselectable value # \u2022 Optional value : string | number | readonly string [] Inherited from # ButtonHTMLAttributes.value vocab # \u2022 Optional vocab : string Inherited from # ButtonHTMLAttributes.vocab waiting # \u2022 Optional waiting : boolean","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#interface-buttonprops","text":"Renderer . Component .ButtonProps","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#hierarchy","text":"ButtonHTMLAttributes < any > TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 light 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 vocab waiting","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#accent","text":"\u2022 Optional accent : boolean","title":"accent"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.ButtonProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.ButtonProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.ButtonProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.ButtonProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.ButtonProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.ButtonProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.ButtonProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.ButtonProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.ButtonProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.ButtonProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.ButtonProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.ButtonProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.ButtonProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.ButtonProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.ButtonProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.ButtonProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.ButtonProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.ButtonProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.ButtonProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#big","text":"\u2022 Optional big : boolean","title":"big"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.ButtonProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.ButtonProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#light","text":"\u2022 Optional light : boolean","title":"light"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#outlined","text":"\u2022 Optional outlined : boolean","title":"outlined"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#plain","text":"\u2022 Optional plain : boolean","title":"plain"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#primary","text":"\u2022 Optional primary : boolean","title":"primary"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#round","text":"\u2022 Optional round : boolean","title":"round"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#target","text":"\u2022 Optional target : \"_blank\"","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.ButtonProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#type","text":"\u2022 Optional type : \"submit\" | \"reset\" | \"button\"","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#waiting","text":"\u2022 Optional waiting : boolean","title":"waiting"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/","text":"Interface: CheckboxProps # Renderer . Component .CheckboxProps Type parameters # Name Type T boolean Table of contents # Properties # className disabled inline label value Methods # onChange Properties # className # \u2022 Optional className : string disabled # \u2022 Optional disabled : boolean inline # \u2022 Optional inline : boolean label # \u2022 Optional label : ReactNode value # \u2022 Optional value : T Methods # onChange # \u25b8 Optional onChange ( value , evt ): void Parameters # Name Type value T evt ChangeEvent < HTMLInputElement > Returns # void","title":"Interface: CheckboxProps"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#interface-checkboxpropst","text":"Renderer . Component .CheckboxProps","title":"Interface: CheckboxProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#type-parameters","text":"Name Type T boolean","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#properties","text":"className disabled inline label value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#inline","text":"\u2022 Optional inline : boolean","title":"inline"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#value","text":"\u2022 Optional value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#onchange","text":"\u25b8 Optional onChange ( value , evt ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/","text":"Interface: ConfirmDialogBooleanParams # Renderer . Component .ConfirmDialogBooleanParams Hierarchy # ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams Table of contents # Properties # cancelButtonProps icon labelCancel labelOk message okButtonProps Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial < ButtonProps > icon # \u2022 Optional icon : ReactNode labelCancel # \u2022 Optional labelCancel : ReactNode labelOk # \u2022 Optional labelOk : ReactNode message # \u2022 message : ReactNode okButtonProps # \u2022 Optional okButtonProps : Partial < ButtonProps >","title":"Interface: ConfirmDialogBooleanParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#interface-confirmdialogbooleanparams","text":"Renderer . Component .ConfirmDialogBooleanParams","title":"Interface: ConfirmDialogBooleanParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#hierarchy","text":"ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#properties","text":"cancelButtonProps icon labelCancel labelOk message okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial < ButtonProps >","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode","title":"labelCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#labelok","text":"\u2022 Optional labelOk : ReactNode","title":"labelOk"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#message","text":"\u2022 message : ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial < ButtonProps >","title":"okButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/","text":"Interface: ConfirmDialogParams # Renderer . Component .ConfirmDialogParams Hierarchy # ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams Table of contents # Properties # cancelButtonProps icon labelCancel labelOk message okButtonProps Methods # cancel ok Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial < ButtonProps > Inherited from # ConfirmDialogBooleanParams . cancelButtonProps icon # \u2022 Optional icon : ReactNode Inherited from # ConfirmDialogBooleanParams . icon labelCancel # \u2022 Optional labelCancel : ReactNode Inherited from # ConfirmDialogBooleanParams . labelCancel labelOk # \u2022 Optional labelOk : ReactNode Inherited from # ConfirmDialogBooleanParams . labelOk message # \u2022 message : ReactNode Inherited from # ConfirmDialogBooleanParams . message okButtonProps # \u2022 Optional okButtonProps : Partial < ButtonProps > Inherited from # ConfirmDialogBooleanParams . okButtonProps Methods # cancel # \u25b8 Optional cancel (): any Returns # any ok # \u25b8 Optional ok (): any Returns # any","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#interface-confirmdialogparams","text":"Renderer . Component .ConfirmDialogParams","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#hierarchy","text":"ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#properties","text":"cancelButtonProps icon labelCancel labelOk message okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#methods","text":"cancel ok","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial < ButtonProps >","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode","title":"labelCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#labelok","text":"\u2022 Optional labelOk : ReactNode","title":"labelOk"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#message","text":"\u2022 message : ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial < ButtonProps >","title":"okButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#cancel","text":"\u25b8 Optional cancel (): any","title":"cancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#ok","text":"\u25b8 Optional ok (): any","title":"ok"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/","text":"Interface: ConfirmDialogProps # Renderer . Component .ConfirmDialogProps Hierarchy # Partial < DialogProps > \u21b3 ConfirmDialogProps Table of contents # Properties # animated className data-testid isOpen modal pinned Methods # close onClose onOpen open Properties # animated # \u2022 Optional animated : boolean Inherited from # Partial.animated className # \u2022 Optional className : string Inherited from # Partial.className data-testid # \u2022 Optional data-testid : string Inherited from # Partial.data-testid isOpen # \u2022 Optional isOpen : boolean Inherited from # Partial.isOpen modal # \u2022 Optional modal : boolean Inherited from # Partial.modal pinned # \u2022 Optional pinned : boolean Inherited from # Partial.pinned Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # Partial.close onClose # \u25b8 Optional onClose (): void Returns # void Inherited from # Partial.onClose onOpen # \u25b8 Optional onOpen (): void Returns # void Inherited from # Partial.onOpen open # \u25b8 Optional open (): void Returns # void Inherited from # Partial.open","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#interface-confirmdialogprops","text":"Renderer . Component .ConfirmDialogProps","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#hierarchy","text":"Partial < DialogProps > \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#properties","text":"animated className data-testid isOpen modal pinned","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#methods","text":"close onClose onOpen open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#animated","text":"\u2022 Optional animated : boolean","title":"animated"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#data-testid","text":"\u2022 Optional data-testid : string","title":"data-testid"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#modal","text":"\u2022 Optional modal : boolean","title":"modal"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#pinned","text":"\u2022 Optional pinned : boolean","title":"pinned"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/","text":"Interface: DialogProps # Renderer . Component .DialogProps Table of contents # Properties # animated className data-testid isOpen modal pinned Methods # close onClose onOpen open Properties # animated # \u2022 Optional animated : boolean className # \u2022 Optional className : string data-testid # \u2022 Optional data-testid : string isOpen # \u2022 Optional isOpen : boolean modal # \u2022 Optional modal : boolean pinned # \u2022 Optional pinned : boolean Methods # close # \u25b8 Optional close (): void Returns # void onClose # \u25b8 Optional onClose (): void Returns # void onOpen # \u25b8 Optional onOpen (): void Returns # void open # \u25b8 Optional open (): void Returns # void","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#interface-dialogprops","text":"Renderer . Component .DialogProps","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#properties","text":"animated className data-testid isOpen modal pinned","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#methods","text":"close onClose onOpen open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#animated","text":"\u2022 Optional animated : boolean","title":"animated"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#data-testid","text":"\u2022 Optional data-testid : string","title":"data-testid"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#modal","text":"\u2022 Optional modal : boolean","title":"modal"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#pinned","text":"\u2022 Optional pinned : boolean","title":"pinned"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/","text":"Interface: DrawerItemLabelsProps # Renderer . Component .DrawerItemLabelsProps Hierarchy # DrawerItemProps \u21b3 DrawerItemLabelsProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # DrawerItemProps . about accessKey # \u2022 Optional accessKey : string Inherited from # DrawerItemProps . accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # DrawerItemProps . aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # DrawerItemProps . aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # DrawerItemProps . aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # DrawerItemProps . aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # DrawerItemProps . aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # DrawerItemProps . aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # DrawerItemProps . aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # DrawerItemProps . aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # DrawerItemProps . aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # DrawerItemProps . aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # DrawerItemProps . aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # DrawerItemProps . aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # DrawerItemProps . aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # DrawerItemProps . aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # DrawerItemProps . aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # DrawerItemProps . aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # DrawerItemProps . aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # DrawerItemProps . aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # DrawerItemProps . aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # DrawerItemProps . aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # DrawerItemProps . aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # DrawerItemProps . aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # DrawerItemProps . aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # DrawerItemProps . aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # DrawerItemProps . aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # DrawerItemProps . aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # DrawerItemProps . aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # DrawerItemProps . aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # DrawerItemProps . aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # DrawerItemProps . aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # DrawerItemProps . aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # DrawerItemProps . aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # DrawerItemProps . aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # DrawerItemProps . aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # DrawerItemProps . aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # DrawerItemProps . aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # DrawerItemProps . aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # DrawerItemProps . aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # DrawerItemProps . aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # DrawerItemProps . aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # DrawerItemProps . aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # DrawerItemProps . aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # DrawerItemProps . aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # DrawerItemProps . aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # DrawerItemProps . aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # DrawerItemProps . aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # DrawerItemProps . aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # DrawerItemProps . aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # DrawerItemProps . autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # DrawerItemProps . autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # DrawerItemProps . autoSave children # \u2022 Optional children : ReactNode Inherited from # DrawerItemProps . children className # \u2022 Optional className : string Inherited from # DrawerItemProps . className color # \u2022 Optional color : string Inherited from # DrawerItemProps . color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # DrawerItemProps . contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # DrawerItemProps . contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # DrawerItemProps . dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # DrawerItemProps . datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # DrawerItemProps . defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # DrawerItemProps . defaultValue dir # \u2022 Optional dir : string Inherited from # DrawerItemProps . dir draggable # \u2022 Optional draggable : Booleanish Inherited from # DrawerItemProps . draggable hidden # \u2022 Optional hidden : boolean Inherited from # DrawerItemProps . hidden id # \u2022 Optional id : string Inherited from # DrawerItemProps . id inlist # \u2022 Optional inlist : any Inherited from # DrawerItemProps . inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # DrawerItemProps . inputMode is # \u2022 Optional is : string 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 Inherited from # DrawerItemProps . is itemID # \u2022 Optional itemID : string Inherited from # DrawerItemProps . itemID itemProp # \u2022 Optional itemProp : string Inherited from # DrawerItemProps . itemProp itemRef # \u2022 Optional itemRef : string Inherited from # DrawerItemProps . itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # DrawerItemProps . itemScope itemType # \u2022 Optional itemType : string Inherited from # DrawerItemProps . itemType labels # \u2022 labels : string [] labelsOnly # \u2022 Optional labelsOnly : boolean Inherited from # DrawerItemProps . labelsOnly lang # \u2022 Optional lang : string Inherited from # DrawerItemProps . lang name # \u2022 name : ReactNode Inherited from # DrawerItemProps . name onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # DrawerItemProps . onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # DrawerItemProps . onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # DrawerItemProps . onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # DrawerItemProps . onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # DrawerItemProps . onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # DrawerItemProps . onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # DrawerItemProps . onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # DrawerItemProps . onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # DrawerItemProps . onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # DrawerItemProps . onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # DrawerItemProps . onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # DrawerItemProps . onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # DrawerItemProps . onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # DrawerItemProps . onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # DrawerItemProps . onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # DrawerItemProps . onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # DrawerItemProps . onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # DrawerItemProps . onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # DrawerItemProps . onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # DrawerItemProps . onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # DrawerItemProps . onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # DrawerItemProps . onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # DrawerItemProps . onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # DrawerItemProps . onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # DrawerItemProps . onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # DrawerItemProps . onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # DrawerItemProps . onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # DrawerItemProps . onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # DrawerItemProps . onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # DrawerItemProps . onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # DrawerItemProps . onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # DrawerItemProps . onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # DrawerItemProps . onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # DrawerItemProps . onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # DrawerItemProps . onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # DrawerItemProps . placeholder prefix # \u2022 Optional prefix : string Inherited from # DrawerItemProps . prefix property # \u2022 Optional property : string Inherited from # DrawerItemProps . property radioGroup # \u2022 Optional radioGroup : string Inherited from # DrawerItemProps . radioGroup renderBoolean # \u2022 Optional renderBoolean : boolean Inherited from # DrawerItemProps . renderBoolean resource # \u2022 Optional resource : string Inherited from # DrawerItemProps . resource results # \u2022 Optional results : number Inherited from # DrawerItemProps . results role # \u2022 Optional role : AriaRole Inherited from # DrawerItemProps . role security # \u2022 Optional security : string Inherited from # DrawerItemProps . security slot # \u2022 Optional slot : string Inherited from # DrawerItemProps . slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # DrawerItemProps . spellCheck style # \u2022 Optional style : CSSProperties Inherited from # DrawerItemProps . style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # DrawerItemProps . suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # DrawerItemProps . suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # DrawerItemProps . tabIndex title # \u2022 Optional title : string Inherited from # DrawerItemProps . title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # DrawerItemProps . translate typeof # \u2022 Optional typeof : string Inherited from # DrawerItemProps . typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # DrawerItemProps . unselectable vocab # \u2022 Optional vocab : string Inherited from # DrawerItemProps . vocab","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#interface-draweritemlabelsprops","text":"Renderer . Component .DrawerItemLabelsProps","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#hierarchy","text":"DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.DrawerItemLabelsProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.DrawerItemLabelsProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#labels","text":"\u2022 labels : string []","title":"labels"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#labelsonly","text":"\u2022 Optional labelsOnly : boolean","title":"labelsOnly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#name","text":"\u2022 name : ReactNode","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/","text":"Interface: DrawerItemProps # Renderer . Component .DrawerItemProps Hierarchy # HTMLAttributes < any > \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Overrides # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable hidden # \u2022 Optional hidden : boolean Overrides # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType labelsOnly # \u2022 Optional labelsOnly : boolean lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang name # \u2022 name : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup renderBoolean # \u2022 Optional renderBoolean : boolean resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Overrides # React.HTMLAttributes.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#interface-draweritemprops","text":"Renderer . Component .DrawerItemProps","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#hierarchy","text":"HTMLAttributes < any > \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.DrawerItemProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.DrawerItemProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.DrawerItemProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.DrawerItemProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.DrawerItemProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.DrawerItemProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.DrawerItemProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.DrawerItemProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.DrawerItemProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.DrawerItemProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.DrawerItemProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.DrawerItemProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.DrawerItemProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.DrawerItemProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.DrawerItemProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.DrawerItemProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.DrawerItemProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.DrawerItemProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#labelsonly","text":"\u2022 Optional labelsOnly : boolean","title":"labelsOnly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#name","text":"\u2022 name : ReactNode","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/","text":"Interface: DrawerParamTogglerProps # Renderer . Component .DrawerParamTogglerProps Table of contents # Properties # label Properties # label # \u2022 label : string | number","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#interface-drawerparamtogglerprops","text":"Renderer . Component .DrawerParamTogglerProps","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#label","text":"\u2022 label : string | number","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/","text":"Interface: DrawerProps # Renderer . Component .DrawerProps Table of contents # Properties # animation className contentClass open position size title toolbar usePortal Methods # onClose Properties # animation # \u2022 Optional animation : string className # \u2022 Optional className : string | object contentClass # \u2022 Optional contentClass : string | object open # \u2022 open : boolean position # \u2022 Optional position : DrawerPosition size # \u2022 Optional size : string The width or heigh (depending on position ) of the Drawer. If not set then the Drawer will be resizable. title # \u2022 title : ReactNode toolbar # \u2022 Optional toolbar : ReactNode usePortal # \u2022 Optional usePortal : boolean Methods # onClose # \u25b8 Optional onClose (): void Returns # void","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#interface-drawerprops","text":"Renderer . Component .DrawerProps","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#properties","text":"animation className contentClass open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#methods","text":"onClose","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#animation","text":"\u2022 Optional animation : string","title":"animation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#classname","text":"\u2022 Optional className : string | object","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#contentclass","text":"\u2022 Optional contentClass : string | object","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#open","text":"\u2022 open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#position","text":"\u2022 Optional position : DrawerPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#size","text":"\u2022 Optional size : string The width or heigh (depending on position ) of the Drawer. If not set then the Drawer will be resizable.","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#toolbar","text":"\u2022 Optional toolbar : ReactNode","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#useportal","text":"\u2022 Optional usePortal : boolean","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/","text":"Interface: DrawerTitleProps # Renderer . Component .DrawerTitleProps Table of contents # Properties # className title Properties # className # \u2022 Optional className : string title # \u2022 Optional title : ReactNode","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#interface-drawertitleprops","text":"Renderer . Component .DrawerTitleProps","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#title","text":"\u2022 Optional title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/","text":"Interface: GroupSelectOption # Renderer . Component .GroupSelectOption Type parameters # Name Type T extends SelectOption SelectOption Table of contents # Properties # label options Properties # label # \u2022 label : ReactNode options # \u2022 options : T []","title":"Interface: GroupSelectOption"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#interface-groupselectoptiont","text":"Renderer . Component .GroupSelectOption","title":"Interface: GroupSelectOption<T>"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#type-parameters","text":"Name Type T extends SelectOption SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#label","text":"\u2022 label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#options","text":"\u2022 options : T []","title":"options"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/","text":"Interface: IconDataFnArg # Renderer . Component .IconDataFnArg Table of contents # Properties # isDirty Properties # isDirty # \u2022 isDirty : boolean","title":"Interface: IconDataFnArg"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#interface-icondatafnarg","text":"Renderer . Component .IconDataFnArg","title":"Interface: IconDataFnArg"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#properties","text":"isDirty","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#isdirty","text":"\u2022 isDirty : boolean","title":"isDirty"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/","text":"Interface: IconProps # Renderer . Component .IconProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 IconProps Table of contents # 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 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 vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey active # \u2022 Optional active : boolean aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave big # \u2022 Optional big : boolean children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir disabled # \u2022 Optional disabled : boolean draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable focusable # \u2022 Optional focusable : boolean hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden href # \u2022 Optional href : string id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode interactive # \u2022 Optional interactive : boolean is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang link # \u2022 Optional link : LocationDescriptor < unknown > material # \u2022 Optional material : string onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security size # \u2022 Optional size : string | number slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot small # \u2022 Optional small : boolean smallest # \u2022 Optional smallest : boolean spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck sticker # \u2022 Optional sticker : boolean style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning svg # \u2022 Optional svg : string tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#interface-iconprops","text":"Renderer . Component .IconProps","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.IconProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.IconProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.IconProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.IconProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.IconProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.IconProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.IconProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.IconProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.IconProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.IconProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.IconProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.IconProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.IconProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.IconProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.IconProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.IconProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.IconProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.IconProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.IconProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#big","text":"\u2022 Optional big : boolean","title":"big"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#focusable","text":"\u2022 Optional focusable : boolean","title":"focusable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.IconProps/#interactive","text":"\u2022 Optional interactive : boolean","title":"interactive"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.IconProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#link","text":"\u2022 Optional link : LocationDescriptor < unknown >","title":"link"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#material","text":"\u2022 Optional material : string","title":"material"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#size","text":"\u2022 Optional size : string | number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#smallest","text":"\u2022 Optional smallest : boolean","title":"smallest"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#sticker","text":"\u2022 Optional sticker : boolean","title":"sticker"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#svg","text":"\u2022 Optional svg : string","title":"svg"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.IconProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/","text":"Interface: InputValidator # Renderer . Component .InputValidator Table of contents # Properties # debounce message Methods # condition validate Properties # debounce # \u2022 Optional debounce : number message # \u2022 Optional message : ReactNode | ( value : string , props? : InputProps ) => ReactNode Methods # condition # \u25b8 Optional condition ( props ): boolean Parameters # Name Type props InputProps Returns # boolean validate # \u25b8 validate ( value , props? ): boolean | Promise < any > Parameters # Name Type value string props? InputProps Returns # boolean | Promise < any >","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#interface-inputvalidator","text":"Renderer . Component .InputValidator","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#debounce","text":"\u2022 Optional debounce : number","title":"debounce"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#message","text":"\u2022 Optional message : ReactNode | ( value : string , props? : InputProps ) => ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#condition","text":"\u25b8 Optional condition ( props ): boolean","title":"condition"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#validate","text":"\u25b8 validate ( value , props? ): boolean | Promise < any >","title":"validate"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/","text":"Interface: KubeEventDetailsProps # Renderer . Component .KubeEventDetailsProps Table of contents # Properties # object Properties # object # \u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#interface-kubeeventdetailsprops","text":"Renderer . Component .KubeEventDetailsProps","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#object","text":"\u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/","text":"Interface: KubeObjectDetailsProps # Renderer . Component .KubeObjectDetailsProps Type parameters # Name Type T extends KubeObject KubeObject Table of contents # Properties # className object Properties # className # \u2022 Optional className : string object # \u2022 object : T","title":"Interface: KubeObjectDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#interface-kubeobjectdetailspropst","text":"Renderer . Component .KubeObjectDetailsProps","title":"Interface: KubeObjectDetailsProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#type-parameters","text":"Name Type T extends KubeObject KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#object","text":"\u2022 object : T","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/","text":"Interface: KubeObjectListLayoutProps # Renderer . Component .KubeObjectListLayoutProps Type parameters # Name Type K extends KubeObject Hierarchy # ItemListLayoutProps < K > \u21b3 KubeObjectListLayoutProps Table of contents # Properties # addRemoveButtons className copyClassNameFromHeadCells customizeHeader dependentStores detailsItem failedToLoadMessage filterCallbacks filterItems hasDetailsView headerClassName hideFilters isConfigurable isReady isSelectable items preloadStores renderHeaderTitle renderTableHeader searchFilters showHeader sortingCallbacks store subscribeStores tableId tableProps virtual Methods # customizeRemoveDialog customizeTableRowProps onDetails renderFooter renderItemMenu renderTableContents Properties # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial < AddRemoveButtonsProps > Inherited from # ItemListLayoutProps.addRemoveButtons className # \u2022 className : IClassName Inherited from # ItemListLayoutProps.className copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Inherited from # ItemListLayoutProps.copyClassNameFromHeadCells customizeHeader # \u2022 Optional customizeHeader : HeaderCustomizer | HeaderCustomizer [] Inherited from # ItemListLayoutProps.customizeHeader dependentStores # \u2022 Optional dependentStores : KubeObjectStore < KubeObject < KubeObjectMetadata , any , any >>[] Overrides # ItemListLayoutProps.dependentStores detailsItem # \u2022 Optional detailsItem : K Inherited from # ItemListLayoutProps.detailsItem failedToLoadMessage # \u2022 Optional failedToLoadMessage : ReactNode Message to display when a store failed to load default \"Failed to load items\" Inherited from # ItemListLayoutProps.failedToLoadMessage filterCallbacks # \u2022 Optional filterCallbacks : ItemsFilters < K > Inherited from # ItemListLayoutProps.filterCallbacks filterItems # \u2022 Optional filterItems : ItemsFilter < K >[] deprecated Inherited from # ItemListLayoutProps.filterItems hasDetailsView # \u2022 Optional hasDetailsView : boolean Inherited from # ItemListLayoutProps.hasDetailsView headerClassName # \u2022 Optional headerClassName : IClassName Inherited from # ItemListLayoutProps.headerClassName hideFilters # \u2022 Optional hideFilters : boolean Inherited from # ItemListLayoutProps.hideFilters isConfigurable # \u2022 Optional isConfigurable : boolean Inherited from # ItemListLayoutProps.isConfigurable isReady # \u2022 Optional isReady : boolean Inherited from # ItemListLayoutProps.isReady isSelectable # \u2022 Optional isSelectable : boolean Inherited from # ItemListLayoutProps.isSelectable items # \u2022 Optional items : K [] Inherited from # ItemListLayoutProps.items preloadStores # \u2022 Optional preloadStores : boolean Inherited from # ItemListLayoutProps.preloadStores renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | ( parent : ItemListLayout < K >) => ReactNode Inherited from # ItemListLayoutProps.renderHeaderTitle renderTableHeader # \u2022 renderTableHeader : TableCellProps [] Inherited from # ItemListLayoutProps.renderTableHeader searchFilters # \u2022 Optional searchFilters : SearchFilter < K >[] Inherited from # ItemListLayoutProps.searchFilters showHeader # \u2022 Optional showHeader : boolean Inherited from # ItemListLayoutProps.showHeader sortingCallbacks # \u2022 Optional sortingCallbacks : TableSortCallbacks < K > Inherited from # ItemListLayoutProps.sortingCallbacks store # \u2022 store : KubeObjectStore < K > Overrides # ItemListLayoutProps.store subscribeStores # \u2022 Optional subscribeStores : boolean tableId # \u2022 Optional tableId : string Inherited from # ItemListLayoutProps.tableId tableProps # \u2022 Optional tableProps : Partial < TableProps < K >> Inherited from # ItemListLayoutProps.tableProps virtual # \u2022 Optional virtual : boolean Inherited from # ItemListLayoutProps.virtual Methods # customizeRemoveDialog # \u25b8 Optional customizeRemoveDialog ( selectedItems ): Partial < ConfirmDialogParams > Parameters # Name Type selectedItems I [] Returns # Partial < ConfirmDialogParams > Inherited from # ItemListLayoutProps.customizeRemoveDialog customizeTableRowProps # \u25b8 Optional customizeTableRowProps ( item ): Partial < TableRowProps > Parameters # Name Type item I Returns # Partial < TableRowProps > Inherited from # ItemListLayoutProps.customizeTableRowProps onDetails # \u25b8 Optional onDetails ( item ): void Parameters # Name Type item I Returns # void Inherited from # ItemListLayoutProps.onDetails renderFooter # \u25b8 Optional renderFooter ( parent ): ReactNode Parameters # Name Type parent ItemListLayout < I > Returns # ReactNode Inherited from # ItemListLayoutProps.renderFooter renderItemMenu # \u25b8 Optional renderItemMenu ( item , store ): ReactNode Parameters # Name Type item I store ItemStore < I > Returns # ReactNode Inherited from # ItemListLayoutProps.renderItemMenu renderTableContents # \u25b8 renderTableContents ( item ): ( ReactNode | TableCellProps )[] Parameters # Name Type item I Returns # ( ReactNode | TableCellProps )[] Inherited from # ItemListLayoutProps.renderTableContents","title":"Interface: KubeObjectListLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#interface-kubeobjectlistlayoutpropsk","text":"Renderer . Component .KubeObjectListLayoutProps","title":"Interface: KubeObjectListLayoutProps<K>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hierarchy","text":"ItemListLayoutProps < K > \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#properties","text":"addRemoveButtons className copyClassNameFromHeadCells customizeHeader dependentStores detailsItem failedToLoadMessage filterCallbacks filterItems hasDetailsView headerClassName hideFilters isConfigurable isReady isSelectable items preloadStores renderHeaderTitle renderTableHeader searchFilters showHeader sortingCallbacks store subscribeStores tableId tableProps virtual","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#methods","text":"customizeRemoveDialog customizeTableRowProps onDetails renderFooter renderItemMenu renderTableContents","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial < AddRemoveButtonsProps >","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#classname","text":"\u2022 className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizeheader","text":"\u2022 Optional customizeHeader : HeaderCustomizer | HeaderCustomizer []","title":"customizeHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#dependentstores","text":"\u2022 Optional dependentStores : KubeObjectStore < KubeObject < KubeObjectMetadata , any , any >>[]","title":"dependentStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#detailsitem","text":"\u2022 Optional detailsItem : K","title":"detailsItem"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#failedtoloadmessage","text":"\u2022 Optional failedToLoadMessage : ReactNode Message to display when a store failed to load default \"Failed to load items\"","title":"failedToLoadMessage"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#filtercallbacks","text":"\u2022 Optional filterCallbacks : ItemsFilters < K >","title":"filterCallbacks"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter < K >[] deprecated","title":"filterItems"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean","title":"hasDetailsView"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#headerclassname","text":"\u2022 Optional headerClassName : IClassName","title":"headerClassName"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hidefilters","text":"\u2022 Optional hideFilters : boolean","title":"hideFilters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isconfigurable","text":"\u2022 Optional isConfigurable : boolean","title":"isConfigurable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isready","text":"\u2022 Optional isReady : boolean","title":"isReady"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isselectable","text":"\u2022 Optional isSelectable : boolean","title":"isSelectable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#items","text":"\u2022 Optional items : K []","title":"items"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#preloadstores","text":"\u2022 Optional preloadStores : boolean","title":"preloadStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | ( parent : ItemListLayout < K >) => ReactNode","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps []","title":"renderTableHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter < K >[]","title":"searchFilters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#showheader","text":"\u2022 Optional showHeader : boolean","title":"showHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : TableSortCallbacks < K >","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#store","text":"\u2022 store : KubeObjectStore < K >","title":"store"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#subscribestores","text":"\u2022 Optional subscribeStores : boolean","title":"subscribeStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#tableid","text":"\u2022 Optional tableId : string","title":"tableId"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#tableprops","text":"\u2022 Optional tableProps : Partial < TableProps < K >>","title":"tableProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#virtual","text":"\u2022 Optional virtual : boolean","title":"virtual"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizeremovedialog","text":"\u25b8 Optional customizeRemoveDialog ( selectedItems ): Partial < ConfirmDialogParams >","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizetablerowprops","text":"\u25b8 Optional customizeTableRowProps ( item ): Partial < TableRowProps >","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#ondetails","text":"\u25b8 Optional onDetails ( item ): void","title":"onDetails"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderfooter","text":"\u25b8 Optional renderFooter ( parent ): ReactNode","title":"renderFooter"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderitemmenu","text":"\u25b8 Optional renderItemMenu ( item , store ): ReactNode","title":"renderItemMenu"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#rendertablecontents","text":"\u25b8 renderTableContents ( item ): ( ReactNode | TableCellProps )[]","title":"renderTableContents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/","text":"Interface: KubeObjectMenuProps # Renderer . Component .KubeObjectMenuProps Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type parameters # Name Type TKubeObject extends KubeObject Hierarchy # MenuActionsProps \u21b3 KubeObjectMenuProps Table of contents # Properties # autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll editable htmlFor id isOpen object position removable removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal Methods # close onOpen open removeAction updateAction Properties # autoCloseOnSelect # \u2022 Optional autoCloseOnSelect : boolean Inherited from # MenuActionsProps . autoCloseOnSelect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # MenuActionsProps . autoFocus children # \u2022 Optional children : ReactNode Inherited from # MenuActionsProps . children className # \u2022 Optional className : string Inherited from # MenuActionsProps . className closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Inherited from # MenuActionsProps . closeOnClickItem closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Inherited from # MenuActionsProps . closeOnClickOutside closeOnScroll # \u2022 Optional closeOnScroll : boolean Inherited from # MenuActionsProps . closeOnScroll editable # \u2022 Optional editable : boolean htmlFor # \u2022 Optional htmlFor : string Inherited from # MenuActionsProps . htmlFor id # \u2022 Optional id : string Inherited from # MenuActionsProps . id isOpen # \u2022 Optional isOpen : boolean Inherited from # MenuActionsProps . isOpen object # \u2022 object : TKubeObject position # \u2022 Optional position : MenuPosition Inherited from # MenuActionsProps . position removable # \u2022 Optional removable : boolean removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode Inherited from # MenuActionsProps . removeConfirmationMessage toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" Inherited from # MenuActionsProps . toggleEvent toolbar # \u2022 Optional toolbar : boolean Inherited from # MenuActionsProps . toolbar triggerIcon # \u2022 Optional triggerIcon : ReactNode | IconProps Inherited from # MenuActionsProps . triggerIcon usePortal # \u2022 Optional usePortal : boolean | HTMLElement Inherited from # MenuActionsProps . usePortal Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # MenuActionsProps . close onOpen # \u25b8 Optional onOpen (): void Returns # void Inherited from # MenuActionsProps . onOpen open # \u25b8 Optional open (): void Returns # void Inherited from # MenuActionsProps . open removeAction # \u25b8 Optional removeAction (): void Returns # void Inherited from # MenuActionsProps . removeAction updateAction # \u25b8 Optional updateAction (): void Returns # void Inherited from # MenuActionsProps . updateAction","title":"Interface: KubeObjectMenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#interface-kubeobjectmenupropstkubeobject","text":"Renderer . Component .KubeObjectMenuProps Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: KubeObjectMenuProps<TKubeObject>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#type-parameters","text":"Name Type TKubeObject extends KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#hierarchy","text":"MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#properties","text":"autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll editable htmlFor id isOpen object position removable removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#methods","text":"close onOpen open removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#autocloseonselect","text":"\u2022 Optional autoCloseOnSelect : boolean","title":"autoCloseOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#editable","text":"\u2022 Optional editable : boolean","title":"editable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#object","text":"\u2022 object : TKubeObject","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removable","text":"\u2022 Optional removable : boolean","title":"removable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#toolbar","text":"\u2022 Optional toolbar : boolean","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#triggericon","text":"\u2022 Optional triggerIcon : ReactNode | IconProps","title":"triggerIcon"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removeaction","text":"\u25b8 Optional removeAction (): void","title":"removeAction"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#updateaction","text":"\u25b8 Optional updateAction (): void","title":"updateAction"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/","text":"Interface: KubeObjectMetaProps # Renderer . Component .KubeObjectMetaProps Table of contents # Properties # hideFields object Properties # hideFields # \u2022 Optional hideFields : keyof KubeObjectMetadata [] object # \u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#interface-kubeobjectmetaprops","text":"Renderer . Component .KubeObjectMetaProps","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#hidefields","text":"\u2022 Optional hideFields : keyof KubeObjectMetadata []","title":"hideFields"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#object","text":"\u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/","text":"Interface: LineProgressProps # Renderer . Component .LineProgressProps Hierarchy # HTMLProps < any > TooltipDecoratorProps \u21b3 LineProgressProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : any Overrides # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : number Overrides # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : number Overrides # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster precise # \u2022 Optional precise : number prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 value : number Overrides # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#interface-lineprogressprops","text":"Renderer . Component .LineProgressProps","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hierarchy","text":"HTMLProps < any > TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.LineProgressProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.LineProgressProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.LineProgressProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.LineProgressProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.LineProgressProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.LineProgressProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.LineProgressProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.LineProgressProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.LineProgressProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.LineProgressProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.LineProgressProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.LineProgressProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.LineProgressProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.LineProgressProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.LineProgressProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.LineProgressProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.LineProgressProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.LineProgressProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.LineProgressProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#classname","text":"\u2022 Optional className : any","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.LineProgressProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.LineProgressProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#max","text":"\u2022 Optional max : number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#min","text":"\u2022 Optional min : number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#precise","text":"\u2022 Optional precise : number","title":"precise"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.LineProgressProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#value","text":"\u2022 value : number","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/","text":"Interface: MenuActionsProps # Renderer . Component .MenuActionsProps Hierarchy # Partial < MenuProps > \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps Table of contents # Properties # autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal Methods # close onOpen open removeAction updateAction Properties # autoCloseOnSelect # \u2022 Optional autoCloseOnSelect : boolean autoFocus # \u2022 Optional autoFocus : boolean Inherited from # Partial.autoFocus children # \u2022 Optional children : ReactNode Inherited from # Partial.children className # \u2022 Optional className : string Overrides # Partial.className closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Inherited from # Partial.closeOnClickItem closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Inherited from # Partial.closeOnClickOutside closeOnScroll # \u2022 Optional closeOnScroll : boolean Inherited from # Partial.closeOnScroll htmlFor # \u2022 Optional htmlFor : string Inherited from # Partial.htmlFor id # \u2022 Optional id : string Inherited from # Partial.id isOpen # \u2022 Optional isOpen : boolean Inherited from # Partial.isOpen position # \u2022 Optional position : MenuPosition Inherited from # Partial.position removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" Inherited from # Partial.toggleEvent toolbar # \u2022 Optional toolbar : boolean triggerIcon # \u2022 Optional triggerIcon : ReactNode | IconProps usePortal # \u2022 Optional usePortal : boolean | HTMLElement Inherited from # Partial.usePortal Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # Partial.close onOpen # \u25b8 Optional onOpen (): void Returns # void open # \u25b8 Optional open (): void Returns # void Inherited from # Partial.open removeAction # \u25b8 Optional removeAction (): void Returns # void updateAction # \u25b8 Optional updateAction (): void Returns # void","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#interface-menuactionsprops","text":"Renderer . Component .MenuActionsProps","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#hierarchy","text":"Partial < MenuProps > \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#properties","text":"autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#methods","text":"close onOpen open removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#autocloseonselect","text":"\u2022 Optional autoCloseOnSelect : boolean","title":"autoCloseOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#toolbar","text":"\u2022 Optional toolbar : boolean","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#triggericon","text":"\u2022 Optional triggerIcon : ReactNode | IconProps","title":"triggerIcon"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#removeaction","text":"\u25b8 Optional removeAction (): void","title":"removeAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#updateaction","text":"\u25b8 Optional updateAction (): void","title":"updateAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/","text":"Interface: MenuItemProps # Renderer . Component .MenuItemProps Hierarchy # HTMLProps < any > \u21b3 MenuItemProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action active # \u2022 Optional active : boolean allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Overrides # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Overrides # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv icon # \u2022 Optional icon : string | Partial < IconProps > id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot spacer # \u2022 Optional spacer : boolean span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#interface-menuitemprops","text":"Renderer . Component .MenuItemProps","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hierarchy","text":"HTMLProps < any > \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.MenuItemProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.MenuItemProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.MenuItemProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.MenuItemProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.MenuItemProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.MenuItemProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.MenuItemProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.MenuItemProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.MenuItemProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.MenuItemProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.MenuItemProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.MenuItemProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.MenuItemProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.MenuItemProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.MenuItemProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.MenuItemProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.MenuItemProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.MenuItemProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.MenuItemProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#icon","text":"\u2022 Optional icon : string | Partial < IconProps >","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.MenuItemProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.MenuItemProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#spacer","text":"\u2022 Optional spacer : boolean","title":"spacer"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/","text":"Interface: MenuPosition # Renderer . Component .MenuPosition Table of contents # Properties # bottom left right top Properties # bottom # \u2022 Optional bottom : boolean left # \u2022 Optional left : boolean right # \u2022 Optional right : boolean top # \u2022 Optional top : boolean","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#interface-menuposition","text":"Renderer . Component .MenuPosition","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#bottom","text":"\u2022 Optional bottom : boolean","title":"bottom"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#left","text":"\u2022 Optional left : boolean","title":"left"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#right","text":"\u2022 Optional right : boolean","title":"right"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#top","text":"\u2022 Optional top : boolean","title":"top"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/","text":"Interface: MenuProps # Renderer . Component .MenuProps Table of contents # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position toggleEvent usePortal Methods # close open Properties # autoFocus # \u2022 Optional autoFocus : boolean children # \u2022 Optional children : ReactNode className # \u2022 Optional className : string closeOnClickItem # \u2022 Optional closeOnClickItem : boolean closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean closeOnScroll # \u2022 Optional closeOnScroll : boolean htmlFor # \u2022 Optional htmlFor : string id # \u2022 Optional id : string isOpen # \u2022 Optional isOpen : boolean position # \u2022 Optional position : MenuPosition toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" usePortal # \u2022 Optional usePortal : boolean | HTMLElement Methods # close # \u25b8 close (): void Returns # void open # \u25b8 open (): void Returns # void","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#interface-menuprops","text":"Renderer . Component .MenuProps","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position toggleEvent usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/","text":"Interface: MenuStyle # Renderer . Component .MenuStyle Table of contents # Properties # left top Properties # left # \u2022 left : string top # \u2022 top : string","title":"Interface: MenuStyle"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#interface-menustyle","text":"Renderer . Component .MenuStyle","title":"Interface: MenuStyle"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#properties","text":"left top","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#left","text":"\u2022 left : string","title":"left"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#top","text":"\u2022 top : string","title":"top"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/","text":"Interface: Notification # Renderer . Component .Notification Table of contents # Properties # id message status timeout Methods # onClose Properties # id # \u2022 Optional id : NotificationId message # \u2022 message : NotificationMessage status # \u2022 Optional status : NotificationStatus timeout # \u2022 Optional timeout : number Methods # onClose # \u25b8 Optional onClose (): void Returns # void","title":"Interface: Notification"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#interface-notification","text":"Renderer . Component .Notification","title":"Interface: Notification"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#methods","text":"onClose","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#id","text":"\u2022 Optional id : NotificationId","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#message","text":"\u2022 message : NotificationMessage","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#status","text":"\u2022 Optional status : NotificationStatus","title":"status"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#timeout","text":"\u2022 Optional timeout : number","title":"timeout"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/","text":"Interface: RadioGroupProps # Renderer . Component .RadioGroupProps Table of contents # Properties # asButtons className disabled value Methods # onChange Properties # asButtons # \u2022 Optional asButtons : boolean className # \u2022 Optional className : any disabled # \u2022 Optional disabled : boolean value # \u2022 Optional value : any Methods # onChange # \u25b8 Optional onChange ( value ): void Parameters # Name Type value string Returns # void","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#interface-radiogroupprops","text":"Renderer . Component .RadioGroupProps","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#asbuttons","text":"\u2022 Optional asButtons : boolean","title":"asButtons"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#classname","text":"\u2022 Optional className : any","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#value","text":"\u2022 Optional value : any","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#onchange","text":"\u25b8 Optional onChange ( value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/","text":"Interface: SelectOption # Renderer . Component .SelectOption Type parameters # Name Type T any Table of contents # Properties # label value Properties # label # \u2022 Optional label : ReactNode value # \u2022 value : T","title":"Interface: SelectOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#interface-selectoptiont","text":"Renderer . Component .SelectOption","title":"Interface: SelectOption<T>"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#type-parameters","text":"Name Type T any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#value","text":"\u2022 value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/","text":"Interface: SelectProps # Renderer . Component .SelectProps Type parameters # Name Type T any Hierarchy # ReactSelectProps < T , boolean > CreatableProps < T , boolean > \u21b3 SelectProps Table of contents # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatGroupLabel getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isRtl isSearchable maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name onBlur onFocus onKeyDown openMenuOnClick openMenuOnFocus options pageSize placeholder styles tabIndex tabSelectsValue theme themeName value Methods # formatCreateLabel formatOptionLabel getNewOptionData isOptionDisabled isOptionSelected isValidNewOption loadingMessage noOptionsMessage onChange onCreateOption onInputChange onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop screenReaderStatus Properties # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from # CreatableProps.allowCreateWhileLoading aria-label # \u2022 Optional aria-label : string Inherited from # ReactSelectProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from # ReactSelectProps.aria-labelledby autoConvertOptions # \u2022 Optional autoConvertOptions : boolean autoFocus # \u2022 Optional autoFocus : boolean Inherited from # ReactSelectProps.autoFocus backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from # ReactSelectProps.backspaceRemovesValue blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from # ReactSelectProps.blurInputOnSelect captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from # ReactSelectProps.captureMenuScroll className # \u2022 Optional className : string Inherited from # ReactSelectProps.className classNamePrefix # \u2022 Optional classNamePrefix : string Inherited from # ReactSelectProps.classNamePrefix closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from # ReactSelectProps.closeMenuOnScroll closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from # ReactSelectProps.closeMenuOnSelect components # \u2022 Optional components : Partial < SelectComponents < T , boolean >> Inherited from # ReactSelectProps.components controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from # ReactSelectProps.controlShouldRenderValue createOptionPosition # \u2022 Optional createOptionPosition : \"first\" | \"last\" Inherited from # CreatableProps.createOptionPosition defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from # ReactSelectProps.defaultInputValue defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from # ReactSelectProps.defaultMenuIsOpen defaultValue # \u2022 Optional defaultValue : T | OptionsType < T > Inherited from # ReactSelectProps.defaultValue delimiter # \u2022 Optional delimiter : string Inherited from # ReactSelectProps.delimiter escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from # ReactSelectProps.escapeClearsValue filterOption # \u2022 Optional filterOption : ( option : Option , rawInput : string ) => boolean Type declaration # \u25b8 ( option , rawInput ): boolean Parameters # Name Type option Option rawInput string Returns # boolean Inherited from # ReactSelectProps.filterOption formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel < T > Inherited from # ReactSelectProps.formatGroupLabel getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel < T > Inherited from # ReactSelectProps.getOptionLabel getOptionValue # \u2022 Optional getOptionValue : getOptionValue < T > Inherited from # ReactSelectProps.getOptionValue hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from # ReactSelectProps.hideSelectedOptions id # \u2022 Optional id : string Inherited from # ReactSelectProps.id inputId # \u2022 Optional inputId : string Inherited from # ReactSelectProps.inputId inputValue # \u2022 Optional inputValue : string Inherited from # ReactSelectProps.inputValue instanceId # \u2022 Optional instanceId : string | number Inherited from # ReactSelectProps.instanceId isClearable # \u2022 Optional isClearable : boolean Inherited from # ReactSelectProps.isClearable isCreatable # \u2022 Optional isCreatable : boolean isDisabled # \u2022 Optional isDisabled : boolean Inherited from # ReactSelectProps.isDisabled isLoading # \u2022 Optional isLoading : boolean Inherited from # ReactSelectProps.isLoading isMulti # \u2022 Optional isMulti : boolean Inherited from # ReactSelectProps.isMulti isRtl # \u2022 Optional isRtl : boolean Inherited from # ReactSelectProps.isRtl isSearchable # \u2022 Optional isSearchable : boolean Inherited from # ReactSelectProps.isSearchable maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from # ReactSelectProps.maxMenuHeight menuClass # \u2022 Optional menuClass : string menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from # ReactSelectProps.menuIsOpen menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from # ReactSelectProps.menuPlacement menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement Inherited from # ReactSelectProps.menuPortalTarget menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from # ReactSelectProps.menuPosition menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from # ReactSelectProps.menuShouldBlockScroll menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from # ReactSelectProps.menuShouldScrollIntoView minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from # ReactSelectProps.minMenuHeight name # \u2022 Optional name : string Inherited from # ReactSelectProps.name onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from # ReactSelectProps.onBlur onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from # ReactSelectProps.onFocus onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from # ReactSelectProps.onKeyDown openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from # ReactSelectProps.openMenuOnClick openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from # ReactSelectProps.openMenuOnFocus options # \u2022 Optional options : OptionsType < T > | GroupedOptionsType < T > Inherited from # ReactSelectProps.options pageSize # \u2022 Optional pageSize : number Inherited from # ReactSelectProps.pageSize placeholder # \u2022 Optional placeholder : ReactNode Inherited from # ReactSelectProps.placeholder styles # \u2022 Optional styles : Partial < Styles < T , boolean >> Inherited from # ReactSelectProps.styles tabIndex # \u2022 Optional tabIndex : string Inherited from # ReactSelectProps.tabIndex tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from # ReactSelectProps.tabSelectsValue theme # \u2022 Optional theme : ThemeConfig Inherited from # ReactSelectProps.theme themeName # \u2022 Optional themeName : \"lens\" | \"light\" | \"outlined\" | \"dark\" value # \u2022 Optional value : T Overrides # ReactSelectProps.value Methods # formatCreateLabel # \u25b8 Optional formatCreateLabel ( inputValue ): ReactNode Parameters # Name Type inputValue string Returns # ReactNode Inherited from # CreatableProps.formatCreateLabel formatOptionLabel # \u25b8 Optional formatOptionLabel ( option , labelMeta ): ReactNode Parameters # Name Type option OptionType labelMeta FormatOptionLabelMeta < OptionType , IsMulti > Returns # ReactNode Inherited from # ReactSelectProps.formatOptionLabel getNewOptionData # \u25b8 Optional getNewOptionData ( inputValue , optionLabel ): OptionType Parameters # Name Type inputValue string optionLabel ReactNode Returns # OptionType Inherited from # CreatableProps.getNewOptionData isOptionDisabled # \u25b8 Optional isOptionDisabled ( option , options ): boolean Parameters # Name Type option OptionType options OptionsType < OptionType > Returns # boolean Inherited from # ReactSelectProps.isOptionDisabled isOptionSelected # \u25b8 Optional isOptionSelected ( option , options ): boolean Parameters # Name Type option OptionType options OptionsType < OptionType > Returns # boolean Inherited from # ReactSelectProps.isOptionSelected isValidNewOption # \u25b8 Optional isValidNewOption ( inputValue , value , options ): boolean Parameters # Name Type inputValue string value IsMulti extends true ? OptionsType < OptionType > : OptionType options OptionsType < OptionType > | GroupedOptionsType < OptionType > Returns # boolean Inherited from # CreatableProps.isValidNewOption loadingMessage # \u25b8 Optional loadingMessage ( obj ): string Parameters # Name Type obj Object obj.inputValue string Returns # string Inherited from # ReactSelectProps.loadingMessage noOptionsMessage # \u25b8 Optional noOptionsMessage ( obj ): string Parameters # Name Type obj Object obj.inputValue string Returns # string Inherited from # ReactSelectProps.noOptionsMessage onChange # \u25b8 Optional onChange ( option , meta? ): void Parameters # Name Type option T meta? ActionMeta < any > Returns # void Overrides # ReactSelectProps.onChange onCreateOption # \u25b8 Optional onCreateOption ( inputValue ): void Parameters # Name Type inputValue string Returns # void Inherited from # CreatableProps.onCreateOption onInputChange # \u25b8 Optional onInputChange ( newValue , actionMeta ): void Parameters # Name Type newValue string actionMeta InputActionMeta Returns # void Inherited from # ReactSelectProps.onInputChange onMenuClose # \u25b8 Optional onMenuClose (): void Returns # void Inherited from # ReactSelectProps.onMenuClose onMenuOpen # \u25b8 Optional onMenuOpen (): void Returns # void Inherited from # ReactSelectProps.onMenuOpen onMenuScrollToBottom # \u25b8 Optional onMenuScrollToBottom ( event ): void Parameters # Name Type event SyntheticEvent < HTMLElement , Event > Returns # void Inherited from # ReactSelectProps.onMenuScrollToBottom onMenuScrollToTop # \u25b8 Optional onMenuScrollToTop ( event ): void Parameters # Name Type event SyntheticEvent < HTMLElement , Event > Returns # void Inherited from # ReactSelectProps.onMenuScrollToTop screenReaderStatus # \u25b8 Optional screenReaderStatus ( obj ): string Parameters # Name Type obj Object obj.count number Returns # string Inherited from # ReactSelectProps.screenReaderStatus","title":"Interface: SelectProps"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#interface-selectpropst","text":"Renderer . Component .SelectProps","title":"Interface: SelectProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#type-parameters","text":"Name Type T any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#hierarchy","text":"ReactSelectProps < T , boolean > CreatableProps < T , boolean > \u21b3 SelectProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 formatGroupLabel getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isRtl isSearchable maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name onBlur onFocus onKeyDown openMenuOnClick openMenuOnFocus options pageSize placeholder styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#methods","text":"formatCreateLabel formatOptionLabel getNewOptionData isOptionDisabled isOptionSelected isValidNewOption loadingMessage noOptionsMessage onChange onCreateOption onInputChange onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop screenReaderStatus","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#aria-label","text":"\u2022 Optional aria-label : string","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#classnameprefix","text":"\u2022 Optional classNamePrefix : string","title":"classNamePrefix"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#components","text":"\u2022 Optional components : Partial < SelectComponents < T , boolean >>","title":"components"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#createoptionposition","text":"\u2022 Optional createOptionPosition : \"first\" | \"last\"","title":"createOptionPosition"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string","title":"defaultInputValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultvalue","text":"\u2022 Optional defaultValue : T | OptionsType < T >","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#delimiter","text":"\u2022 Optional delimiter : string","title":"delimiter"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#filteroption","text":"\u2022 Optional filterOption : ( option : Option , rawInput : string ) => boolean","title":"filterOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel < T >","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel < T >","title":"getOptionLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue < T >","title":"getOptionValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#inputid","text":"\u2022 Optional inputId : string","title":"inputId"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#inputvalue","text":"\u2022 Optional inputValue : string","title":"inputValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#instanceid","text":"\u2022 Optional instanceId : string | number","title":"instanceId"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isclearable","text":"\u2022 Optional isClearable : boolean","title":"isClearable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#iscreatable","text":"\u2022 Optional isCreatable : boolean","title":"isCreatable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isdisabled","text":"\u2022 Optional isDisabled : boolean","title":"isDisabled"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isloading","text":"\u2022 Optional isLoading : boolean","title":"isLoading"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#ismulti","text":"\u2022 Optional isMulti : boolean","title":"isMulti"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isrtl","text":"\u2022 Optional isRtl : boolean","title":"isRtl"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#issearchable","text":"\u2022 Optional isSearchable : boolean","title":"isSearchable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuclass","text":"\u2022 Optional menuClass : string","title":"menuClass"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean","title":"menuIsOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement","title":"menuPlacement"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition","title":"menuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#minmenuheight","text":"\u2022 Optional minMenuHeight : number","title":"minMenuHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#options","text":"\u2022 Optional options : OptionsType < T > | GroupedOptionsType < T >","title":"options"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#pagesize","text":"\u2022 Optional pageSize : number","title":"pageSize"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#placeholder","text":"\u2022 Optional placeholder : ReactNode","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#styles","text":"\u2022 Optional styles : Partial < Styles < T , boolean >>","title":"styles"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#tabindex","text":"\u2022 Optional tabIndex : string","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#theme","text":"\u2022 Optional theme : ThemeConfig","title":"theme"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#themename","text":"\u2022 Optional themeName : \"lens\" | \"light\" | \"outlined\" | \"dark\"","title":"themeName"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#value","text":"\u2022 Optional value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatcreatelabel","text":"\u25b8 Optional formatCreateLabel ( inputValue ): ReactNode","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatoptionlabel","text":"\u25b8 Optional formatOptionLabel ( option , labelMeta ): ReactNode","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getnewoptiondata","text":"\u25b8 Optional getNewOptionData ( inputValue , optionLabel ): OptionType","title":"getNewOptionData"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isoptiondisabled","text":"\u25b8 Optional isOptionDisabled ( option , options ): boolean","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isoptionselected","text":"\u25b8 Optional isOptionSelected ( option , options ): boolean","title":"isOptionSelected"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isvalidnewoption","text":"\u25b8 Optional isValidNewOption ( inputValue , value , options ): boolean","title":"isValidNewOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#loadingmessage","text":"\u25b8 Optional loadingMessage ( obj ): string","title":"loadingMessage"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#nooptionsmessage","text":"\u25b8 Optional noOptionsMessage ( obj ): string","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onchange","text":"\u25b8 Optional onChange ( option , meta? ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#oncreateoption","text":"\u25b8 Optional onCreateOption ( inputValue ): void","title":"onCreateOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#oninputchange","text":"\u25b8 Optional onInputChange ( newValue , actionMeta ): void","title":"onInputChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuclose","text":"\u25b8 Optional onMenuClose (): void","title":"onMenuClose"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuopen","text":"\u25b8 Optional onMenuOpen (): void","title":"onMenuOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuscrolltobottom","text":"\u25b8 Optional onMenuScrollToBottom ( event ): void","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuscrolltotop","text":"\u25b8 Optional onMenuScrollToTop ( event ): void","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#screenreaderstatus","text":"\u25b8 Optional screenReaderStatus ( obj ): string","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/","text":"Interface: SettingLayoutProps # Renderer . Component .SettingLayoutProps Hierarchy # DOMAttributes < any > \u21b3 SettingLayoutProps Table of contents # Properties # children className contentClass contentGaps dangerouslySetInnerHTML navigation 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 Methods # back Properties # children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName contentGaps # \u2022 Optional contentGaps : boolean dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML navigation # \u2022 Optional navigation : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheelCapture provideBackButtonNavigation # \u2022 Optional provideBackButtonNavigation : boolean Methods # back # \u25b8 Optional back ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > | KeyboardEvent Returns # void","title":"Interface: SettingLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#interface-settinglayoutprops","text":"Renderer . Component .SettingLayoutProps","title":"Interface: SettingLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#hierarchy","text":"DOMAttributes < any > \u21b3 SettingLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#properties","text":"children className contentClass contentGaps dangerouslySetInnerHTML navigation 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","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#methods","text":"back","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#contentgaps","text":"\u2022 Optional contentGaps : boolean","title":"contentGaps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#navigation","text":"\u2022 Optional navigation : ReactNode","title":"navigation"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#providebackbuttonnavigation","text":"\u2022 Optional provideBackButtonNavigation : boolean","title":"provideBackButtonNavigation"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#back","text":"\u25b8 Optional back ( evt ): void","title":"back"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/","text":"Interface: SliderProps # Renderer . Component .SliderProps Hierarchy # Omit < MaterialSliderProps , \"onChange\" > \u21b3 SliderProps Table of contents # Properties # ThumbComponent ValueLabelComponent 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 children className classes color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable hidden id inlist innerRef inputMode is itemID itemProp itemRef itemScope itemType key lang marks max min name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 orientation placeholder prefix property radioGroup ref resource results role security slot spellCheck step style suppressContentEditableWarning suppressHydrationWarning tabIndex title track translate typeof unselectable value valueLabelDisplay valueLabelFormat vocab Methods # getAriaLabel getAriaValueText onChange onChangeCommitted scale Properties # ThumbComponent # \u2022 Optional ThumbComponent : ElementType < HTMLAttributes < HTMLSpanElement >> Inherited from # Omit.ThumbComponent ValueLabelComponent # \u2022 Optional ValueLabelComponent : ElementType < ValueLabelProps > Inherited from # Omit.ValueLabelComponent about # \u2022 Optional about : string Inherited from # Omit.about accessKey # \u2022 Optional accessKey : string Inherited from # Omit.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # Omit.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # Omit.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # Omit.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # Omit.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # Omit.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # Omit.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # Omit.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # Omit.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # Omit.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # Omit.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # Omit.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # Omit.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # Omit.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # Omit.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # Omit.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # Omit.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # Omit.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # Omit.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # Omit.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # Omit.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # Omit.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # Omit.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Inherited from # Omit.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from # Omit.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # Omit.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # Omit.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # Omit.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # Omit.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # Omit.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # Omit.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # Omit.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # Omit.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # Omit.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # Omit.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # Omit.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # Omit.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # Omit.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # Omit.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # Omit.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # Omit.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # Omit.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # Omit.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # Omit.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # Omit.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # Omit.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # Omit.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # Omit.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from # Omit.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # Omit.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # Omit.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # Omit.autoSave children # \u2022 Optional children : ReactNode Inherited from # Omit.children className # \u2022 Optional className : string Overrides # Omit.className classes # \u2022 Optional classes : Partial < ClassNameMap < SliderClassKey >> Override or extend the styles applied to the component. Inherited from # Omit.classes color # \u2022 Optional color : \"primary\" | \"secondary\" Inherited from # Omit.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # Omit.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # Omit.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # Omit.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # Omit.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # Omit.defaultChecked defaultValue # \u2022 Optional defaultValue : number & number & readonly string [] & number [] & string & number [] & number & number [] & readonly string [] Inherited from # Omit.defaultValue dir # \u2022 Optional dir : string Inherited from # Omit.dir disabled # \u2022 Optional disabled : boolean Inherited from # Omit.disabled draggable # \u2022 Optional draggable : Booleanish Inherited from # Omit.draggable hidden # \u2022 Optional hidden : boolean Inherited from # Omit.hidden id # \u2022 Optional id : string Inherited from # Omit.id inlist # \u2022 Optional inlist : any Inherited from # Omit.inlist innerRef # \u2022 Optional innerRef : Ref < any > Inherited from # Omit.innerRef inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # Omit.inputMode is # \u2022 Optional is : string 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 Inherited from # Omit.is itemID # \u2022 Optional itemID : string Inherited from # Omit.itemID itemProp # \u2022 Optional itemProp : string Inherited from # Omit.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # Omit.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # Omit.itemScope itemType # \u2022 Optional itemType : string Inherited from # Omit.itemType key # \u2022 Optional key : Key Inherited from # Omit.key lang # \u2022 Optional lang : string Inherited from # Omit.lang marks # \u2022 Optional marks : boolean | Mark [] Inherited from # Omit.marks max # \u2022 Optional max : number Inherited from # Omit.max min # \u2022 Optional min : number Inherited from # Omit.min name # \u2022 Optional name : string Inherited from # Omit.name onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayThroughCapture onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLSpanElement > Inherited from # Omit.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLSpanElement > Inherited from # Omit.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLSpanElement > Inherited from # Omit.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLSpanElement > Inherited from # Omit.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLSpanElement > Inherited from # Omit.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLSpanElement > Inherited from # Omit.onWheelCapture orientation # \u2022 Optional orientation : \"horizontal\" | \"vertical\" Inherited from # Omit.orientation placeholder # \u2022 Optional placeholder : string Inherited from # Omit.placeholder prefix # \u2022 Optional prefix : string Inherited from # Omit.prefix property # \u2022 Optional property : string Inherited from # Omit.property radioGroup # \u2022 Optional radioGroup : string Inherited from # Omit.radioGroup ref # \u2022 Optional ref : Ref < HTMLSpanElement > Inherited from # Omit.ref resource # \u2022 Optional resource : string Inherited from # Omit.resource results # \u2022 Optional results : number Inherited from # Omit.results role # \u2022 Optional role : AriaRole Inherited from # Omit.role security # \u2022 Optional security : string Inherited from # Omit.security slot # \u2022 Optional slot : string Inherited from # Omit.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # Omit.spellCheck step # \u2022 Optional step : number Inherited from # Omit.step style # \u2022 Optional style : CSSProperties Inherited from # Omit.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # Omit.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # Omit.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # Omit.tabIndex title # \u2022 Optional title : string Inherited from # Omit.title track # \u2022 Optional track : false | \"normal\" | \"inverted\" Inherited from # Omit.track translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # Omit.translate typeof # \u2022 Optional typeof : string Inherited from # Omit.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # Omit.unselectable value # \u2022 Optional value : number | number [] Inherited from # Omit.value valueLabelDisplay # \u2022 Optional valueLabelDisplay : \"on\" | \"off\" | \"auto\" Inherited from # Omit.valueLabelDisplay valueLabelFormat # \u2022 Optional valueLabelFormat : string | ( value : number , index : number ) => ReactNode Inherited from # Omit.valueLabelFormat vocab # \u2022 Optional vocab : string Inherited from # Omit.vocab Methods # getAriaLabel # \u25b8 Optional getAriaLabel ( index ): string Parameters # Name Type index number Returns # string Inherited from # Omit.getAriaLabel getAriaValueText # \u25b8 Optional getAriaValueText ( value , index ): string Parameters # Name Type value number index number Returns # string Inherited from # Omit.getAriaValueText onChange # \u25b8 Optional onChange ( evt , value ): void Parameters # Name Type evt FormEvent < any > value number Returns # void onChangeCommitted # \u25b8 Optional onChangeCommitted ( event , value ): void Parameters # Name Type event ChangeEvent < Object > value number | number [] Returns # void Inherited from # Omit.onChangeCommitted scale # \u25b8 Optional scale ( value ): number Parameters # Name Type value number Returns # number Inherited from # Omit.scale","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#interface-sliderprops","text":"Renderer . Component .SliderProps","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#hierarchy","text":"Omit < MaterialSliderProps , \"onChange\" > \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#properties","text":"ThumbComponent ValueLabelComponent 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 children className classes color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable hidden id inlist innerRef inputMode is itemID itemProp itemRef itemScope itemType key lang marks max min name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 orientation placeholder prefix property radioGroup ref resource results role security slot spellCheck step style suppressContentEditableWarning suppressHydrationWarning tabIndex title track translate typeof unselectable value valueLabelDisplay valueLabelFormat vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#methods","text":"getAriaLabel getAriaValueText onChange onChangeCommitted scale","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#thumbcomponent","text":"\u2022 Optional ThumbComponent : ElementType < HTMLAttributes < HTMLSpanElement >>","title":"ThumbComponent"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabelcomponent","text":"\u2022 Optional ValueLabelComponent : ElementType < ValueLabelProps >","title":"ValueLabelComponent"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.SliderProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.SliderProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.SliderProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.SliderProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.SliderProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.SliderProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.SliderProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.SliderProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.SliderProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.SliderProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.SliderProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-label","text":"\u2022 Optional aria-label : string","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.SliderProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.SliderProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.SliderProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.SliderProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.SliderProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.SliderProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.SliderProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.SliderProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#classes","text":"\u2022 Optional classes : Partial < ClassNameMap < SliderClassKey >> Override or extend the styles applied to the component.","title":"classes"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#color","text":"\u2022 Optional color : \"primary\" | \"secondary\"","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#defaultvalue","text":"\u2022 Optional defaultValue : number & number & readonly string [] & number [] & string & number [] & number & number [] & readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#innerref","text":"\u2022 Optional innerRef : Ref < any >","title":"innerRef"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.SliderProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.SliderProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#marks","text":"\u2022 Optional marks : boolean | Mark []","title":"marks"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#max","text":"\u2022 Optional max : number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#min","text":"\u2022 Optional min : number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLSpanElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLSpanElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLSpanElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLSpanElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLSpanElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLSpanElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLSpanElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLSpanElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLSpanElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLSpanElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLSpanElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLSpanElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLSpanElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLSpanElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLSpanElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLSpanElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLSpanElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLSpanElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLSpanElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLSpanElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLSpanElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLSpanElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLSpanElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLSpanElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLSpanElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLSpanElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLSpanElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLSpanElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLSpanElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLSpanElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLSpanElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLSpanElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLSpanElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLSpanElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLSpanElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLSpanElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLSpanElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLSpanElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLSpanElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLSpanElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLSpanElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLSpanElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLSpanElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLSpanElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLSpanElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLSpanElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLSpanElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLSpanElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLSpanElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLSpanElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLSpanElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLSpanElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLSpanElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLSpanElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLSpanElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLSpanElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLSpanElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLSpanElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLSpanElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLSpanElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLSpanElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLSpanElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLSpanElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLSpanElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLSpanElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLSpanElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLSpanElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLSpanElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLSpanElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLSpanElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLSpanElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLSpanElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLSpanElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLSpanElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLSpanElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLSpanElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLSpanElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLSpanElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLSpanElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLSpanElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLSpanElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLSpanElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLSpanElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLSpanElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLSpanElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLSpanElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLSpanElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLSpanElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLSpanElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLSpanElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLSpanElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLSpanElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLSpanElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLSpanElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLSpanElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLSpanElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLSpanElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLSpanElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLSpanElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLSpanElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLSpanElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLSpanElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLSpanElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLSpanElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLSpanElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#orientation","text":"\u2022 Optional orientation : \"horizontal\" | \"vertical\"","title":"orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ref","text":"\u2022 Optional ref : Ref < HTMLSpanElement >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#track","text":"\u2022 Optional track : false | \"normal\" | \"inverted\"","title":"track"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#value","text":"\u2022 Optional value : number | number []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabeldisplay","text":"\u2022 Optional valueLabelDisplay : \"on\" | \"off\" | \"auto\"","title":"valueLabelDisplay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabelformat","text":"\u2022 Optional valueLabelFormat : string | ( value : number , index : number ) => ReactNode","title":"valueLabelFormat"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#getarialabel","text":"\u25b8 Optional getAriaLabel ( index ): string","title":"getAriaLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#getariavaluetext","text":"\u25b8 Optional getAriaValueText ( value , index ): string","title":"getAriaValueText"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchange","text":"\u25b8 Optional onChange ( evt , value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchangecommitted","text":"\u25b8 Optional onChangeCommitted ( event , value ): void","title":"onChangeCommitted"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#scale","text":"\u25b8 Optional scale ( value ): number","title":"scale"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/","text":"Interface: SpinnerProps # Renderer . Component .SpinnerProps Hierarchy # HTMLProps < any > \u21b3 SpinnerProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing center # \u2022 Optional center : boolean challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape singleColor # \u2022 Optional singleColor : boolean size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#interface-spinnerprops","text":"Renderer . Component .SpinnerProps","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hierarchy","text":"HTMLProps < any > \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.SpinnerProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.SpinnerProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.SpinnerProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.SpinnerProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.SpinnerProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.SpinnerProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.SpinnerProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.SpinnerProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.SpinnerProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.SpinnerProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.SpinnerProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.SpinnerProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.SpinnerProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.SpinnerProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.SpinnerProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.SpinnerProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.SpinnerProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.SpinnerProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.SpinnerProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#center","text":"\u2022 Optional center : boolean","title":"center"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.SpinnerProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.SpinnerProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#singlecolor","text":"\u2022 Optional singleColor : boolean","title":"singleColor"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/","text":"Interface: StatusBrickProps # Renderer . Component .StatusBrickProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 StatusBrickProps Table of contents # 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 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 vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#interface-statusbrickprops","text":"Renderer . Component .StatusBrickProps","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.StatusBrickProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.StatusBrickProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.StatusBrickProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.StatusBrickProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.StatusBrickProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.StatusBrickProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.StatusBrickProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.StatusBrickProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.StatusBrickProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.StatusBrickProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.StatusBrickProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.StatusBrickProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.StatusBrickProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.StatusBrickProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.StatusBrickProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.StatusBrickProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.StatusBrickProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.StatusBrickProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.StatusBrickProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/","text":"Interface: StepperProps # Renderer . Component .StepperProps Hierarchy # HTMLProps < any > \u21b3 StepperProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 step : number Overrides # React.HTMLProps.step steps # \u2022 steps : Step [] style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#interface-stepperprops","text":"Renderer . Component .StepperProps","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hierarchy","text":"HTMLProps < any > \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.StepperProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.StepperProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.StepperProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.StepperProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.StepperProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.StepperProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.StepperProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.StepperProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.StepperProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.StepperProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.StepperProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.StepperProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.StepperProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.StepperProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.StepperProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.StepperProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.StepperProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.StepperProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.StepperProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.StepperProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.StepperProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#step","text":"\u2022 step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#steps","text":"\u2022 steps : Step []","title":"steps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/","text":"Interface: TabLayoutProps # Renderer . Component .TabLayoutProps Table of contents # Properties # children className contentClass tabs Properties # children # \u2022 Optional children : ReactNode className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName tabs # \u2022 Optional tabs : TabLayoutRoute []","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#interface-tablayoutprops","text":"Renderer . Component .TabLayoutProps","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#tabs","text":"\u2022 Optional tabs : TabLayoutRoute []","title":"tabs"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/","text":"Interface: TabLayoutRoute # Renderer . Component .TabLayoutRoute Table of contents # Properties # component default exact routePath title url Properties # component # \u2022 component : ComponentType < any > default # \u2022 Optional default : boolean exact # \u2022 Optional exact : boolean routePath # \u2022 routePath : string title # \u2022 title : ReactNode url # \u2022 Optional url : string","title":"Interface: TabLayoutRoute"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#interface-tablayoutroute","text":"Renderer . Component .TabLayoutRoute","title":"Interface: TabLayoutRoute"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#properties","text":"component default exact routePath title url","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#component","text":"\u2022 component : ComponentType < any >","title":"component"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#exact","text":"\u2022 Optional exact : boolean","title":"exact"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#routepath","text":"\u2022 routePath : string","title":"routePath"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#url","text":"\u2022 Optional url : string","title":"url"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/","text":"Interface: TabProps # Renderer . Component .TabProps Type parameters # Name Type D any Hierarchy # DOMAttributes < HTMLElement > \u21b3 TabProps Table of contents # Properties # active children className dangerouslySetInnerHTML disabled icon id 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 children # \u2022 Optional children : ReactNode Inherited from # DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # DOMAttributes.dangerouslySetInnerHTML disabled # \u2022 Optional disabled : boolean icon # \u2022 Optional icon : ReactNode id # \u2022 Optional id : string label # \u2022 Optional label : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLElement > Inherited from # DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLElement > Inherited from # DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement > Inherited from # DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement > Inherited from # DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLElement > Inherited from # DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement > Inherited from # DOMAttributes.onWheelCapture value # \u2022 value : D","title":"Interface: TabProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#interface-tabpropsd","text":"Renderer . Component .TabProps","title":"Interface: TabProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#hierarchy","text":"DOMAttributes < HTMLElement > \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#properties","text":"active children className dangerouslySetInnerHTML disabled icon id label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#value","text":"\u2022 value : D","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/","text":"Interface: TableCellProps # Renderer . Component .TableCellProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableCellProps Table of contents # Properties # _nowrap _sorting checkbox children className dangerouslySetInnerHTML id isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean scrollable showWithColumn sortBy title Methods # _sort Properties # _nowrap # \u2022 Optional _nowrap : boolean _sorting # \u2022 Optional _sorting : Partial < TableSortParams > checkbox # \u2022 Optional checkbox : boolean children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML id # \u2022 Optional id : string isChecked # \u2022 Optional isChecked : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture renderBoolean # \u2022 Optional renderBoolean : boolean scrollable # \u2022 Optional scrollable : boolean showWithColumn # \u2022 Optional showWithColumn : string sortBy # \u2022 Optional sortBy : string title # \u2022 Optional title : ReactNode Methods # _sort # \u25b8 Optional _sort ( sortBy ): void Parameters # Name Type sortBy string Returns # void","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#interface-tablecellprops","text":"Renderer . Component .TableCellProps","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#properties","text":"_nowrap _sorting checkbox children className dangerouslySetInnerHTML id isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean scrollable showWithColumn sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_nowrap","text":"\u2022 Optional _nowrap : boolean","title":"_nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_sorting","text":"\u2022 Optional _sorting : Partial < TableSortParams >","title":"_sorting"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#checkbox","text":"\u2022 Optional checkbox : boolean","title":"checkbox"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ischecked","text":"\u2022 Optional isChecked : boolean","title":"isChecked"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#showwithcolumn","text":"\u2022 Optional showWithColumn : string","title":"showWithColumn"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#sortby","text":"\u2022 Optional sortBy : string","title":"sortBy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#title","text":"\u2022 Optional title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_sort","text":"\u25b8 Optional _sort ( sortBy ): void","title":"_sort"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/","text":"Interface: TableHeadProps # Renderer . Component .TableHeadProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableHeadProps Table of contents # 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 # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML nowrap # \u2022 Optional nowrap : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture showTopLine # \u2022 Optional showTopLine : boolean sticky # \u2022 Optional sticky : boolean","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#interface-tableheadprops","text":"Renderer . Component .TableHeadProps","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#properties","text":"children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#showtopline","text":"\u2022 Optional showTopLine : boolean","title":"showTopLine"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#sticky","text":"\u2022 Optional sticky : boolean","title":"sticky"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/","text":"Interface: TableProps # Renderer . Component .TableProps Type parameters # Name Item Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableProps Table of contents # Properties # autoSize children className dangerouslySetInnerHTML 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 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 tableId virtual virtualHeight Methods # customRowHeights getTableRow onSort renderRow Properties # autoSize # \u2022 Optional autoSize : boolean children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML items # \u2022 Optional items : Item [] noItems # \u2022 Optional noItems : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture rowLineHeight # \u2022 Optional rowLineHeight : number Row line height in pixels rowPadding # \u2022 Optional rowPadding : number Row padding in pixels scrollable # \u2022 Optional scrollable : boolean selectable # \u2022 Optional selectable : boolean selectedItemId # \u2022 Optional selectedItemId : string sortByDefault # \u2022 Optional sortByDefault : Partial < TableSortParams > sortSyncWithUrl # \u2022 Optional sortSyncWithUrl : boolean sortable # \u2022 Optional sortable : TableSortCallbacks < Item > Define sortable callbacks for every column in sortitem argument in the callback is an object, provided in storageKey # \u2022 Optional storageKey : string tableId # \u2022 Optional tableId : string virtual # \u2022 Optional virtual : boolean Use virtual list component to render only visible rows. By default uses a auto sizer to fill available height virtualHeight # \u2022 Optional virtualHeight : number Only used when virtual is true. Sets the virtual list to be a fixed height. Needed when used in contexts that already have a parent component that is overflow-y: scroll , Methods # customRowHeights # \u25b8 Optional customRowHeights ( item , lineHeight , paddings ): number Parameters # Name Type item Item lineHeight number paddings number Returns # number getTableRow # \u25b8 Optional getTableRow ( uid ): ReactElement < TableRowProps , string | JSXElementConstructor < any >> Parameters # Name Type uid string Returns # ReactElement < TableRowProps , string | JSXElementConstructor < any >> onSort # \u25b8 Optional onSort ( params ): void Parameters # Name Type params TableSortParams Returns # void renderRow # \u25b8 Optional renderRow ( item ): ReactElement < TableRowProps , string | JSXElementConstructor < any >> Parameters # Name Type item Item Returns # ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#interface-tablepropsitem","text":"Renderer . Component .TableProps","title":"Interface: TableProps<Item>"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#type-parameters","text":"Name Item","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#properties","text":"autoSize children className dangerouslySetInnerHTML 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 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 tableId virtual virtualHeight","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#methods","text":"customRowHeights getTableRow onSort renderRow","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#autosize","text":"\u2022 Optional autoSize : boolean","title":"autoSize"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#items","text":"\u2022 Optional items : Item []","title":"items"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#noitems","text":"\u2022 Optional noItems : ReactNode","title":"noItems"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#rowlineheight","text":"\u2022 Optional rowLineHeight : number Row line height in pixels","title":"rowLineHeight"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#rowpadding","text":"\u2022 Optional rowPadding : number Row padding in pixels","title":"rowPadding"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#selectable","text":"\u2022 Optional selectable : boolean","title":"selectable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#selecteditemid","text":"\u2022 Optional selectedItemId : string","title":"selectedItemId"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortbydefault","text":"\u2022 Optional sortByDefault : Partial < TableSortParams >","title":"sortByDefault"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortsyncwithurl","text":"\u2022 Optional sortSyncWithUrl : boolean","title":"sortSyncWithUrl"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortable","text":"\u2022 Optional sortable : TableSortCallbacks < Item > Define sortable callbacks for every column in sortitem argument in the callback is an object, provided in","title":"sortable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#storagekey","text":"\u2022 Optional storageKey : string","title":"storageKey"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#tableid","text":"\u2022 Optional tableId : string","title":"tableId"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#virtual","text":"\u2022 Optional virtual : boolean Use virtual list component to render only visible rows. By default uses a auto sizer to fill available height","title":"virtual"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#virtualheight","text":"\u2022 Optional virtualHeight : number Only used when virtual is true. Sets the virtual list to be a fixed height. Needed when used in contexts that already have a parent component that is overflow-y: scroll ,","title":"virtualHeight"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#customrowheights","text":"\u25b8 Optional customRowHeights ( item , lineHeight , paddings ): number","title":"customRowHeights"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#gettablerow","text":"\u25b8 Optional getTableRow ( uid ): ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"getTableRow"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsort","text":"\u25b8 Optional onSort ( params ): void","title":"onSort"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#renderrow","text":"\u25b8 Optional renderRow ( item ): ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"renderRow"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/","text":"Interface: TableRowProps # Renderer . Component .TableRowProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableRowProps Table of contents # 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 # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML disabled # \u2022 Optional disabled : boolean nowrap # \u2022 Optional nowrap : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture searchItem # \u2022 Optional searchItem : any selected # \u2022 Optional selected : boolean sortItem # \u2022 Optional sortItem : any style # \u2022 Optional style : CSSProperties","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#interface-tablerowprops","text":"Renderer . Component .TableRowProps","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#properties","text":"children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#searchitem","text":"\u2022 Optional searchItem : any","title":"searchItem"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#sortitem","text":"\u2022 Optional sortItem : any","title":"sortItem"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/","text":"Interface: TabsProps # Renderer . Component .TabsProps Type parameters # Name Type D any Hierarchy # TabsContextValue < D > Omit < DOMAttributes < HTMLElement >, \"onChange\" > \u21b3 TabsProps Table of contents # Properties # autoFocus center children className dangerouslySetInnerHTML onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 scrollable value withBorder wrap Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Inherited from # TabsContextValue.autoFocus center # \u2022 Optional center : boolean children # \u2022 Optional children : ReactNode Inherited from # Omit.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # Omit.dangerouslySetInnerHTML onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLElement > Inherited from # Omit.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLElement > Inherited from # Omit.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLElement > Inherited from # Omit.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement > Inherited from # Omit.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayThroughCapture onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLElement > Inherited from # Omit.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLElement > Inherited from # Omit.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLElement > Inherited from # Omit.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLElement > Inherited from # Omit.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLElement > Inherited from # Omit.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLElement > Inherited from # Omit.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLElement > Inherited from # Omit.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLElement > Inherited from # Omit.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLElement > Inherited from # Omit.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLElement > Inherited from # Omit.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLElement > Inherited from # Omit.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLElement > Inherited from # Omit.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement > Inherited from # Omit.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLElement > Inherited from # Omit.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLElement > Inherited from # Omit.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLElement > Inherited from # Omit.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLElement > Inherited from # Omit.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLElement > Inherited from # Omit.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLElement > Inherited from # Omit.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLElement > Inherited from # Omit.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLElement > Inherited from # Omit.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLElement > Inherited from # Omit.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLElement > Inherited from # Omit.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLElement > Inherited from # Omit.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement > Inherited from # Omit.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement > Inherited from # Omit.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement > Inherited from # Omit.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLElement > Inherited from # Omit.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLElement > Inherited from # Omit.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement > Inherited from # Omit.onWheelCapture scrollable # \u2022 Optional scrollable : boolean value # \u2022 Optional value : D Inherited from # TabsContextValue.value withBorder # \u2022 Optional withBorder : boolean Inherited from # TabsContextValue.withBorder wrap # \u2022 Optional wrap : boolean Methods # onChange # \u25b8 Optional onChange ( value ): void Parameters # Name Type value D Returns # void Inherited from # TabsContextValue.onChange","title":"Interface: TabsProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#interface-tabspropsd","text":"Renderer . Component .TabsProps","title":"Interface: TabsProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#hierarchy","text":"TabsContextValue < D > Omit < DOMAttributes < HTMLElement >, \"onChange\" > \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#properties","text":"autoFocus center children className dangerouslySetInnerHTML onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#center","text":"\u2022 Optional center : boolean","title":"center"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#value","text":"\u2022 Optional value : D","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#withborder","text":"\u2022 Optional withBorder : boolean","title":"withBorder"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#wrap","text":"\u2022 Optional wrap : boolean","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onchange","text":"\u25b8 Optional onChange ( value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/","text":"Interface: TooltipContentFormatters # Renderer . Component .TooltipContentFormatters Table of contents # Properties # narrow nowrap small tableView warning Properties # narrow # \u2022 Optional narrow : boolean nowrap # \u2022 Optional nowrap : boolean small # \u2022 Optional small : boolean tableView # \u2022 Optional tableView : boolean warning # \u2022 Optional warning : boolean","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#interface-tooltipcontentformatters","text":"Renderer . Component .TooltipContentFormatters","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#narrow","text":"\u2022 Optional narrow : boolean","title":"narrow"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#tableview","text":"\u2022 Optional tableView : boolean","title":"tableView"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#warning","text":"\u2022 Optional warning : boolean","title":"warning"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/","text":"Interface: TooltipDecoratorProps # Renderer . Component .TooltipDecoratorProps Hierarchy # TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Table of contents # Properties # tooltip tooltipOverrideDisabled Properties # tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#interface-tooltipdecoratorprops","text":"Renderer . Component .TooltipDecoratorProps","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#hierarchy","text":"TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.TooltipProps/","text":"Interface: TooltipProps # Renderer . Component .TooltipProps Table of contents # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # children # \u2022 Optional children : ReactNode className # \u2022 Optional className : IClassName formatters # \u2022 Optional formatters : TooltipContentFormatters offset # \u2022 Optional offset : number preferredPositions # \u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] style # \u2022 Optional style : CSSProperties targetId # \u2022 targetId : string tooltipOnParentHover # \u2022 Optional tooltipOnParentHover : boolean usePortal # \u2022 Optional usePortal : boolean visible # \u2022 Optional visible : boolean","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#interface-tooltipprops","text":"Renderer . Component .TooltipProps","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#formatters","text":"\u2022 Optional formatters : TooltipContentFormatters","title":"formatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#offset","text":"\u2022 Optional offset : number","title":"offset"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#preferredpositions","text":"\u2022 Optional preferredPositions : TooltipPosition | TooltipPosition []","title":"preferredPositions"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#targetid","text":"\u2022 targetId : string","title":"targetId"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#tooltiponparenthover","text":"\u2022 Optional tooltipOnParentHover : boolean","title":"tooltipOnParentHover"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#useportal","text":"\u2022 Optional usePortal : boolean","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#visible","text":"\u2022 Optional visible : boolean","title":"visible"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/","text":"Interface: WizardLayoutProps # Renderer . Component .WizardLayoutProps Hierarchy # DOMAttributes < any > \u21b3 WizardLayoutProps Table of contents # Properties # centered children className contentClass 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 children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML header # \u2022 Optional header : ReactNode headerClass # \u2022 Optional headerClass : IClassName infoPanel # \u2022 Optional infoPanel : ReactNode infoPanelClass # \u2022 Optional infoPanelClass : IClassName onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheelCapture","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#interface-wizardlayoutprops","text":"Renderer . Component .WizardLayoutProps","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#hierarchy","text":"DOMAttributes < any > \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#properties","text":"centered children className contentClass dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#centered","text":"\u2022 Optional centered : boolean","title":"centered"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#header","text":"\u2022 Optional header : ReactNode","title":"header"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#headerclass","text":"\u2022 Optional headerClass : IClassName","title":"headerClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#infopanel","text":"\u2022 Optional infoPanel : ReactNode","title":"infoPanel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#infopanelclass","text":"\u2022 Optional infoPanelClass : IClassName","title":"infoPanelClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/","text":"Interface: WizardProps # Renderer . Component .WizardProps Hierarchy # WizardCommonProps \u21b3 WizardProps Table of contents # Properties # className data header hideSteps step title Methods # done onChange reset save Properties # className # \u2022 Optional className : string data # \u2022 Optional data : Partial < any > Inherited from # WizardCommonProps.data header # \u2022 Optional header : ReactNode hideSteps # \u2022 Optional hideSteps : boolean Inherited from # WizardCommonProps.hideSteps step # \u2022 Optional step : number title # \u2022 Optional title : string Methods # done # \u25b8 Optional done (): void Returns # void Inherited from # WizardCommonProps.done onChange # \u25b8 Optional onChange ( step ): void Parameters # Name Type step number Returns # void reset # \u25b8 Optional reset (): void Returns # void Inherited from # WizardCommonProps.reset save # \u25b8 Optional save ( data , callback? ): void Parameters # Name Type data Partial < D > callback? () => void Returns # void Inherited from # WizardCommonProps.save","title":"Interface: WizardProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#interface-wizardprops","text":"Renderer . Component .WizardProps","title":"Interface: WizardProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#hierarchy","text":"WizardCommonProps \u21b3 WizardProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#properties","text":"className data header hideSteps step title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#methods","text":"done onChange reset save","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#data","text":"\u2022 Optional data : Partial < any >","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#header","text":"\u2022 Optional header : ReactNode","title":"header"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#hidesteps","text":"\u2022 Optional hideSteps : boolean","title":"hideSteps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#done","text":"\u25b8 Optional done (): void","title":"done"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#onchange","text":"\u25b8 Optional onChange ( step ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#reset","text":"\u25b8 Optional reset (): void","title":"reset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#save","text":"\u25b8 Optional save ( data , callback? ): void","title":"save"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/","text":"Interface: WizardStepProps # Renderer . Component .WizardStepProps Type parameters # Name Type D any Hierarchy # WizardCommonProps < D > \u21b3 WizardStepProps Table of contents # Properties # afterContent beforeContent className contentClass customButtons data disabledNext hideBackBtn hideNextBtn hideSteps loading moreButtons nextLabel noValidate prevLabel scrollable skip step title waiting wizard Methods # done first isFirst isLast last next prev reset save Properties # afterContent # \u2022 Optional afterContent : ReactNode beforeContent # \u2022 Optional beforeContent : ReactNode className # \u2022 Optional className : string | object contentClass # \u2022 Optional contentClass : string | object customButtons # \u2022 Optional customButtons : ReactNode data # \u2022 Optional data : Partial < D > Inherited from # WizardCommonProps.data disabledNext # \u2022 Optional disabledNext : boolean hideBackBtn # \u2022 Optional hideBackBtn : boolean hideNextBtn # \u2022 Optional hideNextBtn : boolean hideSteps # \u2022 Optional hideSteps : boolean Inherited from # WizardCommonProps.hideSteps loading # \u2022 Optional loading : boolean moreButtons # \u2022 Optional moreButtons : ReactNode nextLabel # \u2022 Optional nextLabel : ReactNode noValidate # \u2022 Optional noValidate : boolean prevLabel # \u2022 Optional prevLabel : ReactNode scrollable # \u2022 Optional scrollable : boolean skip # \u2022 Optional skip : boolean step # \u2022 Optional step : number title # \u2022 Optional title : string waiting # \u2022 Optional waiting : boolean wizard # \u2022 Optional wizard : Wizard Methods # done # \u25b8 Optional done (): void Returns # void Inherited from # WizardCommonProps.done first # \u25b8 Optional first (): void Returns # void isFirst # \u25b8 Optional isFirst (): boolean Returns # boolean isLast # \u25b8 Optional isLast (): boolean Returns # boolean last # \u25b8 Optional last (): void Returns # void next # \u25b8 Optional next (): boolean | void | Promise < any > Returns # boolean | void | Promise < any > prev # \u25b8 Optional prev (): void Returns # void reset # \u25b8 Optional reset (): void Returns # void Inherited from # WizardCommonProps.reset save # \u25b8 Optional save ( data , callback? ): void Parameters # Name Type data Partial < D > callback? () => void Returns # void Inherited from # WizardCommonProps.save","title":"Interface: WizardStepProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#interface-wizardsteppropsd","text":"Renderer . Component .WizardStepProps","title":"Interface: WizardStepProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hierarchy","text":"WizardCommonProps < D > \u21b3 WizardStepProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#properties","text":"afterContent beforeContent className contentClass customButtons data disabledNext hideBackBtn hideNextBtn hideSteps loading moreButtons nextLabel noValidate prevLabel scrollable skip step title waiting wizard","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#methods","text":"done first isFirst isLast last next prev reset save","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#aftercontent","text":"\u2022 Optional afterContent : ReactNode","title":"afterContent"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#beforecontent","text":"\u2022 Optional beforeContent : ReactNode","title":"beforeContent"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#classname","text":"\u2022 Optional className : string | object","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#contentclass","text":"\u2022 Optional contentClass : string | object","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#custombuttons","text":"\u2022 Optional customButtons : ReactNode","title":"customButtons"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#data","text":"\u2022 Optional data : Partial < D >","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#disablednext","text":"\u2022 Optional disabledNext : boolean","title":"disabledNext"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidebackbtn","text":"\u2022 Optional hideBackBtn : boolean","title":"hideBackBtn"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidenextbtn","text":"\u2022 Optional hideNextBtn : boolean","title":"hideNextBtn"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidesteps","text":"\u2022 Optional hideSteps : boolean","title":"hideSteps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#loading","text":"\u2022 Optional loading : boolean","title":"loading"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#morebuttons","text":"\u2022 Optional moreButtons : ReactNode","title":"moreButtons"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#nextlabel","text":"\u2022 Optional nextLabel : ReactNode","title":"nextLabel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#prevlabel","text":"\u2022 Optional prevLabel : ReactNode","title":"prevLabel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#skip","text":"\u2022 Optional skip : boolean","title":"skip"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#waiting","text":"\u2022 Optional waiting : boolean","title":"waiting"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#wizard","text":"\u2022 Optional wizard : Wizard","title":"wizard"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#done","text":"\u25b8 Optional done (): void","title":"done"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#first","text":"\u25b8 Optional first (): void","title":"first"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#isfirst","text":"\u25b8 Optional isFirst (): boolean","title":"isFirst"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#islast","text":"\u25b8 Optional isLast (): boolean","title":"isLast"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#last","text":"\u25b8 Optional last (): void","title":"last"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#next","text":"\u25b8 Optional next (): boolean | void | Promise < any >","title":"next"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#prev","text":"\u25b8 Optional prev (): void","title":"prev"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#reset","text":"\u25b8 Optional reset (): void","title":"reset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#save","text":"\u25b8 Optional save ( data , callback? ): void","title":"save"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/","text":"Interface: IKubeApiCluster # Renderer . K8sApi .IKubeApiCluster deprecated Hierarchy # ILocalKubeApiConfig \u21b3 IKubeApiCluster Table of contents # Properties # metadata Properties # metadata # \u2022 metadata : Object Type declaration # Name Type uid string Inherited from # ILocalKubeApiConfig . metadata","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#interface-ikubeapicluster","text":"Renderer . K8sApi .IKubeApiCluster deprecated","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#hierarchy","text":"ILocalKubeApiConfig \u21b3 IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#properties","text":"metadata","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#metadata","text":"\u2022 metadata : Object","title":"metadata"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/","text":"Interface: ILocalKubeApiConfig # Renderer . K8sApi .ILocalKubeApiConfig Hierarchy # ILocalKubeApiConfig \u21b3 IKubeApiCluster Table of contents # Properties # metadata Properties # metadata # \u2022 metadata : Object Type declaration # Name Type uid string","title":"Interface: ILocalKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#interface-ilocalkubeapiconfig","text":"Renderer . K8sApi .ILocalKubeApiConfig","title":"Interface: ILocalKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#hierarchy","text":"ILocalKubeApiConfig \u21b3 IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#properties","text":"metadata","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#metadata","text":"\u2022 metadata : Object","title":"metadata"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/","text":"Interface: IPodContainer # Renderer . K8sApi .IPodContainer Hierarchy # Partial < Record < PodContainerProbe , IContainerProbe >> \u21b3 IPodContainer Table of contents # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources startupProbe volumeMounts Properties # args # \u2022 Optional args : string [] command # \u2022 Optional command : string [] env # \u2022 Optional env : { name : string ; value? : string ; valueFrom? : { configMapKeyRef? : { key : string ; name : string } ; fieldRef? : { apiVersion : string ; fieldPath : string } ; secretKeyRef? : { key : string ; name : string } } }[] envFrom # \u2022 Optional envFrom : { configMapRef? : { name : string } ; secretRef? : { name : string } }[] image # \u2022 image : string imagePullPolicy # \u2022 imagePullPolicy : string livenessProbe # \u2022 livenessProbe : IContainerProbe Inherited from # Partial.livenessProbe name # \u2022 name : string ports # \u2022 Optional ports : { containerPort : number ; name? : string ; protocol : string }[] readinessProbe # \u2022 readinessProbe : IContainerProbe Inherited from # Partial.readinessProbe resources # \u2022 Optional resources : Object Type declaration # Name Type limits Object limits.cpu string limits.memory string requests Object requests.cpu string requests.memory string startupProbe # \u2022 startupProbe : IContainerProbe Inherited from # Partial.startupProbe volumeMounts # \u2022 Optional volumeMounts : { mountPath : string ; name : string ; readOnly : boolean }[]","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#interface-ipodcontainer","text":"Renderer . K8sApi .IPodContainer","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#hierarchy","text":"Partial < Record < PodContainerProbe , IContainerProbe >> \u21b3 IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources startupProbe volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#args","text":"\u2022 Optional args : string []","title":"args"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#command","text":"\u2022 Optional command : string []","title":"command"},{"location":"extensions/api/interfaces/Renderer.K8sApi.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 } } }[]","title":"env"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#envfrom","text":"\u2022 Optional envFrom : { configMapRef? : { name : string } ; secretRef? : { name : string } }[]","title":"envFrom"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#image","text":"\u2022 image : string","title":"image"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#livenessprobe","text":"\u2022 livenessProbe : IContainerProbe","title":"livenessProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#ports","text":"\u2022 Optional ports : { containerPort : number ; name? : string ; protocol : string }[]","title":"ports"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#readinessprobe","text":"\u2022 readinessProbe : IContainerProbe","title":"readinessProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#resources","text":"\u2022 Optional resources : Object","title":"resources"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#startupprobe","text":"\u2022 startupProbe : IContainerProbe","title":"startupProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#volumemounts","text":"\u2022 Optional volumeMounts : { mountPath : string ; name : string ; readOnly : boolean }[]","title":"volumeMounts"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/","text":"Interface: IPodContainerStatus # Renderer . K8sApi .IPodContainerStatus Table of contents # Properties # containerID image imageID lastState name ready restartCount started state Properties # containerID # \u2022 Optional containerID : string image # \u2022 image : string imageID # \u2022 imageID : string lastState # \u2022 Optional lastState : ContainerState name # \u2022 name : string ready # \u2022 ready : boolean restartCount # \u2022 restartCount : number started # \u2022 Optional started : boolean state # \u2022 Optional state : ContainerState","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#interface-ipodcontainerstatus","text":"Renderer . K8sApi .IPodContainerStatus","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#properties","text":"containerID image imageID lastState name ready restartCount started state","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#containerid","text":"\u2022 Optional containerID : string","title":"containerID"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#image","text":"\u2022 image : string","title":"image"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#imageid","text":"\u2022 imageID : string","title":"imageID"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#laststate","text":"\u2022 Optional lastState : ContainerState","title":"lastState"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#ready","text":"\u2022 ready : boolean","title":"ready"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#restartcount","text":"\u2022 restartCount : number","title":"restartCount"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#started","text":"\u2022 Optional started : boolean","title":"started"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#state","text":"\u2022 Optional state : ContainerState","title":"state"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/","text":"Interface: IRemoteKubeApiConfig # Renderer . K8sApi .IRemoteKubeApiConfig Table of contents # Properties # cluster user Properties # cluster # \u2022 cluster : Object Type declaration # Name Type caData? string server string skipTLSVerify? boolean user # \u2022 user : Object Type declaration # Name Type clientCertificateData? string clientKeyData? string token? string | () => Promise < string >","title":"Interface: IRemoteKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#interface-iremotekubeapiconfig","text":"Renderer . K8sApi .IRemoteKubeApiConfig","title":"Interface: IRemoteKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#properties","text":"cluster user","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#cluster","text":"\u2022 cluster : Object","title":"cluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#user","text":"\u2022 user : Object","title":"user"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/","text":"Interface: ISecretRef # Renderer . K8sApi .ISecretRef Table of contents # Properties # key name Properties # key # \u2022 Optional key : string name # \u2022 name : string","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#interface-isecretref","text":"Renderer . K8sApi .ISecretRef","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#key","text":"\u2022 Optional key : string","title":"key"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/","text":"Interface: PageParamInit # Renderer . Navigation .PageParamInit Type parameters # Name Type V any Table of contents # Properties # defaultValue name prefix Methods # parse stringify Properties # defaultValue # \u2022 Optional defaultValue : V name # \u2022 name : string prefix # \u2022 Optional prefix : string Methods # parse # \u25b8 Optional parse ( value ): V Parameters # Name Type value string | string [] Returns # V stringify # \u25b8 Optional stringify ( value ): string | string [] Parameters # Name Type value V Returns # string | string []","title":"Interface: PageParamInit"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#interface-pageparaminitv","text":"Renderer . Navigation .PageParamInit","title":"Interface: PageParamInit<V>"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#properties","text":"defaultValue name prefix","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#methods","text":"parse stringify","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#defaultvalue","text":"\u2022 Optional defaultValue : V","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#parse","text":"\u25b8 Optional parse ( value ): V","title":"parse"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#stringify","text":"\u25b8 Optional stringify ( value ): string | string []","title":"stringify"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/","text":"Interface: URLParams # Renderer . Navigation .URLParams Type parameters # Name Type P extends object {} Q extends object {} Table of contents # Properties # fragment params query Properties # fragment # \u2022 Optional fragment : string params # \u2022 Optional params : P query # \u2022 Optional query : Q","title":"Interface: URLParams"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#interface-urlparamsp-q","text":"Renderer . Navigation .URLParams","title":"Interface: URLParams<P, Q>"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#type-parameters","text":"Name Type P extends object {} Q extends object {}","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#properties","text":"fragment params query","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#fragment","text":"\u2022 Optional fragment : string","title":"fragment"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#params","text":"\u2022 Optional params : P","title":"params"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#query","text":"\u2022 Optional query : Q","title":"query"},{"location":"extensions/api/modules/Common.App.Preferences/","text":"Namespace: Preferences # Common . App .Preferences Table of contents # Functions # getKubectlPath Functions # getKubectlPath # \u25b8 getKubectlPath (): string | undefined Get the configured kubectl binaries path. Returns # string | undefined","title":"Namespace: Preferences"},{"location":"extensions/api/modules/Common.App.Preferences/#namespace-preferences","text":"Common . App .Preferences","title":"Namespace: Preferences"},{"location":"extensions/api/modules/Common.App.Preferences/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.App.Preferences/#functions","text":"getKubectlPath","title":"Functions"},{"location":"extensions/api/modules/Common.App.Preferences/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.App.Preferences/#getkubectlpath","text":"\u25b8 getKubectlPath (): string | undefined Get the configured kubectl binaries path.","title":"getKubectlPath"},{"location":"extensions/api/modules/Common.App/","text":"Namespace: App # Common .App Table of contents # Namespaces # Preferences Variables # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version Functions # getEnabledExtensions Variables # appName # \u2022 appName : string isLinux # \u2022 isLinux : boolean isMac # \u2022 isMac : boolean isSnap # \u2022 isSnap : boolean = !!process.env.SNAP isWindows # \u2022 isWindows : boolean issuesTrackerUrl # \u2022 issuesTrackerUrl : string slackUrl # \u2022 slackUrl : string version # \u2022 version : string Functions # getEnabledExtensions # \u25b8 getEnabledExtensions (): string [] Returns # string []","title":"Namespace: App"},{"location":"extensions/api/modules/Common.App/#namespace-app","text":"Common .App","title":"Namespace: App"},{"location":"extensions/api/modules/Common.App/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.App/#namespaces","text":"Preferences","title":"Namespaces"},{"location":"extensions/api/modules/Common.App/#variables","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version","title":"Variables"},{"location":"extensions/api/modules/Common.App/#functions","text":"getEnabledExtensions","title":"Functions"},{"location":"extensions/api/modules/Common.App/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.App/#appname","text":"\u2022 appName : string","title":"appName"},{"location":"extensions/api/modules/Common.App/#islinux","text":"\u2022 isLinux : boolean","title":"isLinux"},{"location":"extensions/api/modules/Common.App/#ismac","text":"\u2022 isMac : boolean","title":"isMac"},{"location":"extensions/api/modules/Common.App/#issnap","text":"\u2022 isSnap : boolean = !!process.env.SNAP","title":"isSnap"},{"location":"extensions/api/modules/Common.App/#iswindows","text":"\u2022 isWindows : boolean","title":"isWindows"},{"location":"extensions/api/modules/Common.App/#issuestrackerurl","text":"\u2022 issuesTrackerUrl : string","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/Common.App/#slackurl","text":"\u2022 slackUrl : string","title":"slackUrl"},{"location":"extensions/api/modules/Common.App/#version","text":"\u2022 version : string","title":"version"},{"location":"extensions/api/modules/Common.App/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.App/#getenabledextensions","text":"\u25b8 getEnabledExtensions (): string []","title":"getEnabledExtensions"},{"location":"extensions/api/modules/Common.Catalog/","text":"Namespace: Catalog # Common .Catalog Table of contents # Classes # CatalogCategory CatalogEntity GeneralEntity KubernetesCluster WebLink Interfaces # CatalogCategoryEvents CatalogCategorySpec CatalogCategoryVersion CatalogEntityActionContext CatalogEntityAddMenu CatalogEntityAddMenuContext CatalogEntityContextMenu CatalogEntityContextMenuContext CatalogEntityData CatalogEntityKindData CatalogEntityMetadata CatalogEntitySettingsContext CatalogEntitySettingsMenu CatalogEntityStatus KubernetesClusterMetadata KubernetesClusterPrometheusMetrics KubernetesClusterSpec KubernetesClusterStatus WebLinkStatus Type aliases # AddMenuFilter CatalogEntityConstructor CatalogEntitySpec KubernetesClusterStatusPhase WebLinkSpec WebLinkStatusPhase Variables # kubernetesClusterCategory Type aliases # AddMenuFilter # \u01ac AddMenuFilter : ( menu : CatalogEntityAddMenu ) => any Type declaration # \u25b8 ( menu ): any If the filter returns true, the menu item is displayed Parameters # Name Type menu CatalogEntityAddMenu Returns # any CatalogEntityConstructor # \u01ac CatalogEntityConstructor < Entity >: ( data : CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >>) => Entity Type parameters # Name Type Entity extends CatalogEntity Type declaration # \u2022 ( data ) Parameters # Name Type data CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >> CatalogEntitySpec # \u01ac CatalogEntitySpec : Record < string , any > KubernetesClusterStatusPhase # \u01ac KubernetesClusterStatusPhase : \"connected\" | \"connecting\" | \"disconnected\" | \"deleting\" deprecated This is no longer used as it is incorrect. Other sources can add more values WebLinkSpec # \u01ac WebLinkSpec : Object Type declaration # Name Type url string WebLinkStatusPhase # \u01ac WebLinkStatusPhase : \"available\" | \"unavailable\" Variables # kubernetesClusterCategory # \u2022 kubernetesClusterCategory : KubernetesClusterCategory Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Common.Catalog/#namespace-catalog","text":"Common .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Common.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Catalog/#classes","text":"CatalogCategory CatalogEntity GeneralEntity KubernetesCluster WebLink","title":"Classes"},{"location":"extensions/api/modules/Common.Catalog/#interfaces","text":"CatalogCategoryEvents CatalogCategorySpec CatalogCategoryVersion CatalogEntityActionContext CatalogEntityAddMenu CatalogEntityAddMenuContext CatalogEntityContextMenu CatalogEntityContextMenuContext CatalogEntityData CatalogEntityKindData CatalogEntityMetadata CatalogEntitySettingsContext CatalogEntitySettingsMenu CatalogEntityStatus KubernetesClusterMetadata KubernetesClusterPrometheusMetrics KubernetesClusterSpec KubernetesClusterStatus WebLinkStatus","title":"Interfaces"},{"location":"extensions/api/modules/Common.Catalog/#type-aliases","text":"AddMenuFilter CatalogEntityConstructor CatalogEntitySpec KubernetesClusterStatusPhase WebLinkSpec WebLinkStatusPhase","title":"Type aliases"},{"location":"extensions/api/modules/Common.Catalog/#variables","text":"kubernetesClusterCategory","title":"Variables"},{"location":"extensions/api/modules/Common.Catalog/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.Catalog/#addmenufilter","text":"\u01ac AddMenuFilter : ( menu : CatalogEntityAddMenu ) => any","title":"AddMenuFilter"},{"location":"extensions/api/modules/Common.Catalog/#catalogentityconstructor","text":"\u01ac CatalogEntityConstructor < Entity >: ( data : CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >>) => Entity","title":"CatalogEntityConstructor"},{"location":"extensions/api/modules/Common.Catalog/#catalogentityspec","text":"\u01ac CatalogEntitySpec : Record < string , any >","title":"CatalogEntitySpec"},{"location":"extensions/api/modules/Common.Catalog/#kubernetesclusterstatusphase","text":"\u01ac KubernetesClusterStatusPhase : \"connected\" | \"connecting\" | \"disconnected\" | \"deleting\" deprecated This is no longer used as it is incorrect. Other sources can add more values","title":"KubernetesClusterStatusPhase"},{"location":"extensions/api/modules/Common.Catalog/#weblinkspec","text":"\u01ac WebLinkSpec : Object","title":"WebLinkSpec"},{"location":"extensions/api/modules/Common.Catalog/#weblinkstatusphase","text":"\u01ac WebLinkStatusPhase : \"available\" | \"unavailable\"","title":"WebLinkStatusPhase"},{"location":"extensions/api/modules/Common.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.Catalog/#kubernetesclustercategory","text":"\u2022 kubernetesClusterCategory : KubernetesClusterCategory Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"kubernetesClusterCategory"},{"location":"extensions/api/modules/Common.EventBus/","text":"Namespace: EventBus # Common .EventBus Table of contents # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : Object Type declaration # Name Type action string name string params? object Variables # appEventBus # \u2022 appEventBus : EventEmitter <[ AppEvent ]> Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Namespace: EventBus"},{"location":"extensions/api/modules/Common.EventBus/#namespace-eventbus","text":"Common .EventBus","title":"Namespace: EventBus"},{"location":"extensions/api/modules/Common.EventBus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.EventBus/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/Common.EventBus/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/Common.EventBus/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.EventBus/#appevent","text":"\u01ac AppEvent : Object","title":"AppEvent"},{"location":"extensions/api/modules/Common.EventBus/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.EventBus/#appeventbus","text":"\u2022 appEventBus : EventEmitter <[ AppEvent ]> Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"appEventBus"},{"location":"extensions/api/modules/Common.Store/","text":"Namespace: Store # Common .Store Table of contents # Classes # ExtensionStore","title":"Namespace: Store"},{"location":"extensions/api/modules/Common.Store/#namespace-store","text":"Common .Store","title":"Namespace: Store"},{"location":"extensions/api/modules/Common.Store/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Store/#classes","text":"ExtensionStore","title":"Classes"},{"location":"extensions/api/modules/Common.Types/","text":"Namespace: Types # Common .Types Table of contents # Interfaces # AppPreferenceComponents AppPreferenceRegistration ClusterPageMenuComponents ClusterPageMenuRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponentProps PageComponents PageParams PageRegistration PageTarget ProtocolHandlerRegistration ProtocolRouteHandler ProtocolRouteParams RegisteredPage StatusBarRegistration Type aliases # IpcMainEvent IpcMainInvokeEvent IpcRendererEvent Type aliases # IpcMainEvent # \u01ac IpcMainEvent : Electron.IpcMainEvent IpcMainInvokeEvent # \u01ac IpcMainInvokeEvent : Electron.IpcMainInvokeEvent Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. IpcRendererEvent # \u01ac IpcRendererEvent : Electron.IpcRendererEvent","title":"Namespace: Types"},{"location":"extensions/api/modules/Common.Types/#namespace-types","text":"Common .Types","title":"Namespace: Types"},{"location":"extensions/api/modules/Common.Types/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Types/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration ClusterPageMenuComponents ClusterPageMenuRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponentProps PageComponents PageParams PageRegistration PageTarget ProtocolHandlerRegistration ProtocolRouteHandler ProtocolRouteParams RegisteredPage StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/Common.Types/#type-aliases","text":"IpcMainEvent IpcMainInvokeEvent IpcRendererEvent","title":"Type aliases"},{"location":"extensions/api/modules/Common.Types/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.Types/#ipcmainevent","text":"\u01ac IpcMainEvent : Electron.IpcMainEvent","title":"IpcMainEvent"},{"location":"extensions/api/modules/Common.Types/#ipcmaininvokeevent","text":"\u01ac IpcMainInvokeEvent : Electron.IpcMainInvokeEvent Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"IpcMainInvokeEvent"},{"location":"extensions/api/modules/Common.Types/#ipcrendererevent","text":"\u01ac IpcRendererEvent : Electron.IpcRendererEvent","title":"IpcRendererEvent"},{"location":"extensions/api/modules/Common.Util/","text":"Namespace: Util # Common .Util Table of contents # Classes # Singleton Functions # cssNames openExternal prevDefault stopPropagation Functions # cssNames # \u25b8 cssNames (... args ): string Parameters # Name Type ...args IClassName [] Returns # string openExternal # \u25b8 openExternal ( url ): Promise < void > Parameters # Name Type url string Returns # Promise < void > prevDefault # \u25b8 prevDefault < E >( callback ): ( evt : E ) => any Type parameters # Name Type E extends Event | SyntheticEvent < Element , Event > Parameters # Name Type callback ( evt : E ) => any Returns # fn \u25b8 ( evt ): any Parameters # Name Type evt E Returns # any stopPropagation # \u25b8 stopPropagation ( evt ): void Parameters # Name Type evt Event | SyntheticEvent < Element , Event > Returns # void","title":"Namespace: Util"},{"location":"extensions/api/modules/Common.Util/#namespace-util","text":"Common .Util","title":"Namespace: Util"},{"location":"extensions/api/modules/Common.Util/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Util/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/Common.Util/#functions","text":"cssNames openExternal prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/Common.Util/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.Util/#cssnames","text":"\u25b8 cssNames (... args ): string","title":"cssNames"},{"location":"extensions/api/modules/Common.Util/#openexternal","text":"\u25b8 openExternal ( url ): Promise < void >","title":"openExternal"},{"location":"extensions/api/modules/Common.Util/#prevdefault","text":"\u25b8 prevDefault < E >( callback ): ( evt : E ) => any","title":"prevDefault"},{"location":"extensions/api/modules/Common.Util/#stoppropagation","text":"\u25b8 stopPropagation ( evt ): void","title":"stopPropagation"},{"location":"extensions/api/modules/Common/","text":"Namespace: Common # Table of contents # Namespaces # App Catalog EventBus Store Types Util Variables # logger Variables # logger # \u2022 logger : Logger","title":"Namespace: Common"},{"location":"extensions/api/modules/Common/#namespace-common","text":"","title":"Namespace: Common"},{"location":"extensions/api/modules/Common/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common/#namespaces","text":"App Catalog EventBus Store Types Util","title":"Namespaces"},{"location":"extensions/api/modules/Common/#variables","text":"logger","title":"Variables"},{"location":"extensions/api/modules/Common/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common/#logger","text":"\u2022 logger : Logger","title":"logger"},{"location":"extensions/api/modules/Main.Catalog/","text":"Namespace: Catalog # Main .Catalog Table of contents # References # catalogCategories Classes # CatalogEntityRegistry Variables # catalogEntities References # catalogCategories # Re-exports catalogCategories Variables # catalogEntities # \u2022 catalogEntities : CatalogEntityRegistry","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Main.Catalog/#namespace-catalog","text":"Main .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Main.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.Catalog/#references","text":"catalogCategories","title":"References"},{"location":"extensions/api/modules/Main.Catalog/#classes","text":"CatalogEntityRegistry","title":"Classes"},{"location":"extensions/api/modules/Main.Catalog/#variables","text":"catalogEntities","title":"Variables"},{"location":"extensions/api/modules/Main.Catalog/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Main.Catalog/#catalogcategories","text":"Re-exports catalogCategories","title":"catalogCategories"},{"location":"extensions/api/modules/Main.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Main.Catalog/#catalogentities","text":"\u2022 catalogEntities : CatalogEntityRegistry","title":"catalogEntities"},{"location":"extensions/api/modules/Main.K8sApi/","text":"Namespace: K8sApi # Main .K8sApi Table of contents # References # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint HorizontalPodAutoscaler IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore KubeStatus LimitRange Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota ResourceStack Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster forRemoteCluster hpaApi ingressApi isAllowedResource jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi 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 DeploymentApi # Re-exports DeploymentApi Endpoint # Re-exports Endpoint HorizontalPodAutoscaler # Re-exports HorizontalPodAutoscaler IKubeApiCluster # Re-exports IKubeApiCluster ILocalKubeApiConfig # Re-exports ILocalKubeApiConfig IPodContainer # Re-exports IPodContainer IPodContainerStatus # Re-exports IPodContainerStatus IRemoteKubeApiConfig # Re-exports IRemoteKubeApiConfig ISecretRef # Re-exports ISecretRef Ingress # Re-exports Ingress IngressApi # Re-exports IngressApi Job # Re-exports Job KubeApi # Re-exports KubeApi KubeEvent # Re-exports KubeEvent KubeObject # Re-exports KubeObject KubeObjectStore # Re-exports KubeObjectStore KubeStatus # Re-exports KubeStatus LimitRange # Re-exports LimitRange Namespace # Re-exports Namespace 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 PodsApi # Re-exports PodsApi ReplicaSet # Re-exports ReplicaSet ResourceQuota # Re-exports ResourceQuota ResourceStack # Re-exports ResourceStack 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 forRemoteCluster # Re-exports forRemoteCluster hpaApi # Re-exports hpaApi ingressApi # Re-exports ingressApi isAllowedResource # Re-exports isAllowedResource jobApi # Re-exports jobApi limitRangeApi # Re-exports limitRangeApi namespacesApi # Re-exports namespacesApi networkPolicyApi # Re-exports networkPolicyApi nodesApi # Re-exports nodesApi pdbApi # Re-exports pdbApi persistentVolumeApi # Re-exports persistentVolumeApi podsApi # Re-exports podsApi pvcApi # Re-exports pvcApi replicaSetApi # Re-exports replicaSetApi 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":"Namespace: K8sApi"},{"location":"extensions/api/modules/Main.K8sApi/#namespace-k8sapi","text":"Main .K8sApi","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Main.K8sApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.K8sApi/#references","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint HorizontalPodAutoscaler IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore KubeStatus LimitRange Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota ResourceStack Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster forRemoteCluster hpaApi ingressApi isAllowedResource jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/Main.K8sApi/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrole","text":"Re-exports ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrolebinding","text":"Re-exports ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/Main.K8sApi/#configmap","text":"Re-exports ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/Main.K8sApi/#cronjob","text":"Re-exports CronJob","title":"CronJob"},{"location":"extensions/api/modules/Main.K8sApi/#customresourcedefinition","text":"Re-exports CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/Main.K8sApi/#daemonset","text":"Re-exports DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/Main.K8sApi/#deployment","text":"Re-exports Deployment","title":"Deployment"},{"location":"extensions/api/modules/Main.K8sApi/#deploymentapi","text":"Re-exports DeploymentApi","title":"DeploymentApi"},{"location":"extensions/api/modules/Main.K8sApi/#endpoint","text":"Re-exports Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/Main.K8sApi/#horizontalpodautoscaler","text":"Re-exports HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/Main.K8sApi/#ikubeapicluster","text":"Re-exports IKubeApiCluster","title":"IKubeApiCluster"},{"location":"extensions/api/modules/Main.K8sApi/#ilocalkubeapiconfig","text":"Re-exports ILocalKubeApiConfig","title":"ILocalKubeApiConfig"},{"location":"extensions/api/modules/Main.K8sApi/#ipodcontainer","text":"Re-exports IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/Main.K8sApi/#ipodcontainerstatus","text":"Re-exports IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/Main.K8sApi/#iremotekubeapiconfig","text":"Re-exports IRemoteKubeApiConfig","title":"IRemoteKubeApiConfig"},{"location":"extensions/api/modules/Main.K8sApi/#isecretref","text":"Re-exports ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/Main.K8sApi/#ingress","text":"Re-exports Ingress","title":"Ingress"},{"location":"extensions/api/modules/Main.K8sApi/#ingressapi","text":"Re-exports IngressApi","title":"IngressApi"},{"location":"extensions/api/modules/Main.K8sApi/#job","text":"Re-exports Job","title":"Job"},{"location":"extensions/api/modules/Main.K8sApi/#kubeapi","text":"Re-exports KubeApi","title":"KubeApi"},{"location":"extensions/api/modules/Main.K8sApi/#kubeevent","text":"Re-exports KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/Main.K8sApi/#kubeobject","text":"Re-exports KubeObject","title":"KubeObject"},{"location":"extensions/api/modules/Main.K8sApi/#kubeobjectstore","text":"Re-exports KubeObjectStore","title":"KubeObjectStore"},{"location":"extensions/api/modules/Main.K8sApi/#kubestatus","text":"Re-exports KubeStatus","title":"KubeStatus"},{"location":"extensions/api/modules/Main.K8sApi/#limitrange","text":"Re-exports LimitRange","title":"LimitRange"},{"location":"extensions/api/modules/Main.K8sApi/#namespace","text":"Re-exports Namespace","title":"Namespace"},{"location":"extensions/api/modules/Main.K8sApi/#networkpolicy","text":"Re-exports NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/Main.K8sApi/#node","text":"Re-exports Node","title":"Node"},{"location":"extensions/api/modules/Main.K8sApi/#nodesapi","text":"Re-exports NodesApi","title":"NodesApi"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolume","text":"Re-exports PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeclaim","text":"Re-exports PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeclaimsapi","text":"Re-exports PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/Main.K8sApi/#pod","text":"Re-exports Pod","title":"Pod"},{"location":"extensions/api/modules/Main.K8sApi/#poddisruptionbudget","text":"Re-exports PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/Main.K8sApi/#podsapi","text":"Re-exports PodsApi","title":"PodsApi"},{"location":"extensions/api/modules/Main.K8sApi/#replicaset","text":"Re-exports ReplicaSet","title":"ReplicaSet"},{"location":"extensions/api/modules/Main.K8sApi/#resourcequota","text":"Re-exports ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/Main.K8sApi/#resourcestack","text":"Re-exports ResourceStack","title":"ResourceStack"},{"location":"extensions/api/modules/Main.K8sApi/#role","text":"Re-exports Role","title":"Role"},{"location":"extensions/api/modules/Main.K8sApi/#rolebinding","text":"Re-exports RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/Main.K8sApi/#secret","text":"Re-exports Secret","title":"Secret"},{"location":"extensions/api/modules/Main.K8sApi/#service","text":"Re-exports Service","title":"Service"},{"location":"extensions/api/modules/Main.K8sApi/#serviceaccount","text":"Re-exports ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/Main.K8sApi/#statefulset","text":"Re-exports StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/Main.K8sApi/#storageclass","text":"Re-exports StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/Main.K8sApi/#apimanager","text":"Re-exports apiManager","title":"apiManager"},{"location":"extensions/api/modules/Main.K8sApi/#clusterroleapi","text":"Re-exports clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrolebindingapi","text":"Re-exports clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/Main.K8sApi/#configmapapi","text":"Re-exports configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/Main.K8sApi/#crdapi","text":"Re-exports crdApi","title":"crdApi"},{"location":"extensions/api/modules/Main.K8sApi/#cronjobapi","text":"Re-exports cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/Main.K8sApi/#daemonsetapi","text":"Re-exports daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#deploymentapi_1","text":"Re-exports deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/Main.K8sApi/#endpointapi","text":"Re-exports endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/Main.K8sApi/#eventapi","text":"Re-exports eventApi","title":"eventApi"},{"location":"extensions/api/modules/Main.K8sApi/#forcluster","text":"Re-exports forCluster","title":"forCluster"},{"location":"extensions/api/modules/Main.K8sApi/#forremotecluster","text":"Re-exports forRemoteCluster","title":"forRemoteCluster"},{"location":"extensions/api/modules/Main.K8sApi/#hpaapi","text":"Re-exports hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/Main.K8sApi/#ingressapi_1","text":"Re-exports ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/Main.K8sApi/#isallowedresource","text":"Re-exports isAllowedResource","title":"isAllowedResource"},{"location":"extensions/api/modules/Main.K8sApi/#jobapi","text":"Re-exports jobApi","title":"jobApi"},{"location":"extensions/api/modules/Main.K8sApi/#limitrangeapi","text":"Re-exports limitRangeApi","title":"limitRangeApi"},{"location":"extensions/api/modules/Main.K8sApi/#namespacesapi","text":"Re-exports namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/Main.K8sApi/#networkpolicyapi","text":"Re-exports networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/Main.K8sApi/#nodesapi_1","text":"Re-exports nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/Main.K8sApi/#pdbapi","text":"Re-exports pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeapi","text":"Re-exports persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/Main.K8sApi/#podsapi_1","text":"Re-exports podsApi","title":"podsApi"},{"location":"extensions/api/modules/Main.K8sApi/#pvcapi","text":"Re-exports pvcApi","title":"pvcApi"},{"location":"extensions/api/modules/Main.K8sApi/#replicasetapi","text":"Re-exports replicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#resourcequotaapi","text":"Re-exports resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/Main.K8sApi/#roleapi","text":"Re-exports roleApi","title":"roleApi"},{"location":"extensions/api/modules/Main.K8sApi/#rolebindingapi","text":"Re-exports roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/Main.K8sApi/#secretsapi","text":"Re-exports secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/Main.K8sApi/#serviceaccountsapi","text":"Re-exports serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/Main.K8sApi/#serviceapi","text":"Re-exports serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/Main.K8sApi/#statefulsetapi","text":"Re-exports statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#storageclassapi","text":"Re-exports storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/Main.Navigation/","text":"Namespace: Navigation # Main .Navigation Table of contents # Functions # navigate Functions # navigate # \u25b8 navigate ( url ): Promise < void > Parameters # Name Type url string Returns # Promise < void >","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Main.Navigation/#namespace-navigation","text":"Main .Navigation","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Main.Navigation/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.Navigation/#functions","text":"navigate","title":"Functions"},{"location":"extensions/api/modules/Main.Navigation/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Main.Navigation/#navigate","text":"\u25b8 navigate ( url ): Promise < void >","title":"navigate"},{"location":"extensions/api/modules/Main/","text":"Namespace: Main # Table of contents # Namespaces # Catalog K8sApi Navigation Classes # Ipc LensExtension","title":"Namespace: Main"},{"location":"extensions/api/modules/Main/#namespace-main","text":"","title":"Namespace: Main"},{"location":"extensions/api/modules/Main/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main/#namespaces","text":"Catalog K8sApi Navigation","title":"Namespaces"},{"location":"extensions/api/modules/Main/#classes","text":"Ipc LensExtension","title":"Classes"},{"location":"extensions/api/modules/Renderer.Catalog/","text":"Namespace: Catalog # Renderer .Catalog Table of contents # Classes # CatalogEntityRegistry Variables # catalogCategories catalogEntities Variables # catalogCategories # \u2022 catalogCategories : CatalogCategoryRegistry catalogEntities # \u2022 catalogEntities : CatalogEntityRegistry","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Renderer.Catalog/#namespace-catalog","text":"Renderer .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Renderer.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Catalog/#classes","text":"CatalogEntityRegistry","title":"Classes"},{"location":"extensions/api/modules/Renderer.Catalog/#variables","text":"catalogCategories catalogEntities","title":"Variables"},{"location":"extensions/api/modules/Renderer.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.Catalog/#catalogcategories","text":"\u2022 catalogCategories : CatalogCategoryRegistry","title":"catalogCategories"},{"location":"extensions/api/modules/Renderer.Catalog/#catalogentities","text":"\u2022 catalogEntities : CatalogEntityRegistry","title":"catalogEntities"},{"location":"extensions/api/modules/Renderer.Component/","text":"Namespace: Component # Renderer .Component Table of contents # Enumerations # NotificationStatus TooltipPosition Classes # Badge BarChart Button Checkbox CommandOverlay ConfirmDialog Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMeta LineProgress MainLayout Menu MenuActions MenuItem NamespaceSelect NamespaceSelectFilter Notifications NotificationsStore PageLayout PieChart PodDetailsList Radio RadioGroup SearchInput Select SettingLayout Slider Spinner StatusBrick Stepper SubTitle Tab Table TableCell TableHead TableRow Tabs TerminalStore Tooltip Wizard WizardLayout WizardStep Interfaces # BadgeProps ButtonProps CheckboxProps ConfirmDialogBooleanParams ConfirmDialogParams ConfirmDialogProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconDataFnArg IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps MenuStyle Notification RadioGroupProps SelectOption SelectProps SettingLayoutProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabLayoutRoute TabProps TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps WizardProps WizardStepProps Type aliases # DrawerPosition IconData InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortCallbacks TableSortParams Variables # InputValidators MenuContext Switcher cpuOptions kubeDetailsUrlParam kubeSelectedUrlParam logTabStore memoryOptions notificationsStore orderByUrlParam sortByUrlParam terminalStore Functions # DrawerItemLabels FormSwitch KubeObjectMenu SubMenu Switch TabLayout createTerminalTab getDetailsUrl hideDetails showDetails toggleDetails withTooltip Type aliases # DrawerPosition # \u01ac DrawerPosition : \"top\" | \"left\" | \"right\" | \"bottom\" IconData # \u01ac IconData : string | React.ReactNode | ( opt : IconDataFnArg ) => React.ReactNode One of the folloing: - A material icon name - A react node - Or a function that produces a react node InputProps # \u01ac InputProps : Omit < InputElementProps , \"onChange\" | \"onSubmit\" > & { autoSelectOnFocus? : boolean ; className? : string ; contentRight? : string | React.ReactNode ; defaultValue? : string ; dirty? : boolean ; iconLeft? : IconData ; iconRight? : IconData ; maxRows? : number ; multiLine? : boolean ; showErrorsAsTooltip? : boolean | Omit < TooltipProps , \"targetId\" > ; showValidationLine? : boolean ; theme? : \"round-black\" | \"round\" ; trim? : boolean ; validators? : InputValidator | InputValidator [] ; value? : string ; onChange? : ( value : string , evt : ChangeEvent < InputElement >) => void ; onSubmit? : ( value : string , evt : KeyboardEvent < InputElement >) => void } MenuContextValue # \u01ac MenuContextValue : Menu NotificationId # \u01ac NotificationId : string | number NotificationMessage # \u01ac NotificationMessage : React.ReactNode | React.ReactNode [] | JsonApiErrorParsed RadioProps # \u01ac RadioProps : React.HTMLProps < any > & { checked? : boolean ; disabled? : boolean ; label? : React.ReactNode | any ; name? : string ; value? : any ; onChange? : ( value : ChangeEvent < HTMLInputElement >) => void } TableCellElem # \u01ac TableCellElem : React.ReactElement < TableCellProps > TableHeadElem # \u01ac TableHeadElem : React.ReactElement < TableHeadProps > TableOrderBy # \u01ac TableOrderBy : \"asc\" | \"desc\" | string TableRowElem # \u01ac TableRowElem : React.ReactElement < TableRowProps > TableSortBy # \u01ac TableSortBy : string TableSortCallback # \u01ac TableSortCallback < Item >: ( data : Item ) => string | number | ( string | number )[] Type parameters # Name Item Type declaration # \u25b8 ( data ): string | number | ( string | number )[] Parameters # Name Type data Item Returns # string | number | ( string | number )[] TableSortCallbacks # \u01ac TableSortCallbacks < Item >: Record < string , TableSortCallback < Item >> Type parameters # Name Item TableSortParams # \u01ac TableSortParams : Object Type declaration # Name Type orderBy TableOrderBy sortBy TableSortBy Variables # InputValidators # \u2022 InputValidators : Object Type declaration # Name Type accountId InputValidator isEmail InputValidator isExtensionNameInstall InputValidator isExtensionNameInstallRegex RegExp isNumber InputValidator isPath InputValidator isRequired InputValidator isUrl InputValidator maxLength InputValidator minLength InputValidator systemName InputValidator MenuContext # \u2022 MenuContext : Context < Menu > Switcher # \u2022 Switcher : ComponentType < Pick < Props , \"name\" | \"prefix\" | \"defaultValue\" | \"id\" | \"title\" | \"className\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"form\" | \"style\" | \"hidden\" | \"autoFocus\" | \"disabled\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"type\" | \"value\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"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\" | \"action\" | \"checked\" | \"readOnly\" | \"required\" | \"size\" | \"ref\" | \"key\" | \"innerRef\" | \"icon\" | \"checkedIcon\" | \"disableFocusRipple\" | \"edge\" | \"buttonRef\" | \"centerRipple\" | \"disableRipple\" | \"disableTouchRipple\" | \"focusRipple\" | \"focusVisibleClassName\" | \"onFocusVisible\" | \"TouchRippleProps\" | \"inputProps\" | \"inputRef\" > & StyledComponentProps < \"checked\" | \"track\" | \"root\" | \"thumb\" | \"focusVisible\" | \"switchBase\" >> deprecated Use instead from \"../switch.tsx\". cpuOptions # \u2022 cpuOptions : ChartOptions kubeDetailsUrlParam # \u2022 kubeDetailsUrlParam : PageParam < string > Used to store object.selfLink to show more info about resource in the details panel. kubeSelectedUrlParam # \u2022 kubeSelectedUrlParam : PageParam < string > Used to highlight last active/selected table row with the resource. example If we go to \"Nodes (page) -> Node (details) -> Pod (details)\", last clicked Node should be \"active\" while Pod details are shown). logTabStore # \u2022 logTabStore : LogTabStore memoryOptions # \u2022 memoryOptions : ChartOptions notificationsStore # \u2022 notificationsStore : NotificationsStore orderByUrlParam # \u2022 orderByUrlParam : PageParam < string > sortByUrlParam # \u2022 sortByUrlParam : PageParam < string > terminalStore # \u2022 terminalStore : TerminalStore deprecated use TerminalStore.getInstance() instead Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props ): Element Parameters # Name Type props DrawerItemLabelsProps Returns # Element FormSwitch # \u25b8 FormSwitch ( props ): Element deprecated Use instead from \"../switch.tsx\". Parameters # Name Type props FormControlLabelProps Returns # Element KubeObjectMenu # \u25b8 KubeObjectMenu < T >( props ): ReactElement < any , any > Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type props KubeObjectMenuProps < T > Returns # ReactElement < any , any > SubMenu # \u25b8 SubMenu ( props ): Element Parameters # Name Type props Partial < MenuProps > Returns # Element Switch # \u25b8 Switch ( __namedParameters ): Element Parameters # Name Type __namedParameters Props Returns # Element TabLayout # \u25b8 Const TabLayout ( __namedParameters ): Element Parameters # Name Type __namedParameters TabLayoutProps Returns # Element createTerminalTab # \u25b8 createTerminalTab ( tabParams? ): Required < DockTabCreate > Parameters # Name Type tabParams DockTabCreateSpecific Returns # Required < DockTabCreate > getDetailsUrl # \u25b8 getDetailsUrl ( selfLink , resetSelected? , mergeGlobals? ): string Parameters # Name Type Default value selfLink string undefined resetSelected boolean false mergeGlobals boolean true Returns # string hideDetails # \u25b8 hideDetails (): void Returns # void showDetails # \u25b8 showDetails ( selfLink? , resetSelected? ): void Parameters # Name Type Default value selfLink string \"\" resetSelected boolean true Returns # void toggleDetails # \u25b8 toggleDetails ( selfLink , resetSelected? ): void Parameters # Name Type Default value selfLink string undefined resetSelected boolean true Returns # void withTooltip # \u25b8 withTooltip < T >( Target ): T Type parameters # Name Type T extends ComponentType < any > Parameters # Name Type Target T Returns # T","title":"Namespace: Component"},{"location":"extensions/api/modules/Renderer.Component/#namespace-component","text":"Renderer .Component","title":"Namespace: Component"},{"location":"extensions/api/modules/Renderer.Component/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Component/#enumerations","text":"NotificationStatus TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/Renderer.Component/#classes","text":"Badge BarChart Button Checkbox CommandOverlay ConfirmDialog Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMeta LineProgress MainLayout Menu MenuActions MenuItem NamespaceSelect NamespaceSelectFilter Notifications NotificationsStore PageLayout PieChart PodDetailsList Radio RadioGroup SearchInput Select SettingLayout Slider Spinner StatusBrick Stepper SubTitle Tab Table TableCell TableHead TableRow Tabs TerminalStore Tooltip Wizard WizardLayout WizardStep","title":"Classes"},{"location":"extensions/api/modules/Renderer.Component/#interfaces","text":"BadgeProps ButtonProps CheckboxProps ConfirmDialogBooleanParams ConfirmDialogParams ConfirmDialogProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconDataFnArg IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps MenuStyle Notification RadioGroupProps SelectOption SelectProps SettingLayoutProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabLayoutRoute TabProps TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps WizardProps WizardStepProps","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.Component/#type-aliases","text":"DrawerPosition IconData InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortCallbacks TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.Component/#variables","text":"InputValidators MenuContext Switcher cpuOptions kubeDetailsUrlParam kubeSelectedUrlParam logTabStore memoryOptions notificationsStore orderByUrlParam sortByUrlParam terminalStore","title":"Variables"},{"location":"extensions/api/modules/Renderer.Component/#functions","text":"DrawerItemLabels FormSwitch KubeObjectMenu SubMenu Switch TabLayout createTerminalTab getDetailsUrl hideDetails showDetails toggleDetails withTooltip","title":"Functions"},{"location":"extensions/api/modules/Renderer.Component/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.Component/#drawerposition","text":"\u01ac DrawerPosition : \"top\" | \"left\" | \"right\" | \"bottom\"","title":"DrawerPosition"},{"location":"extensions/api/modules/Renderer.Component/#icondata","text":"\u01ac IconData : string | React.ReactNode | ( opt : IconDataFnArg ) => React.ReactNode One of the folloing: - A material icon name - A react node - Or a function that produces a react node","title":"IconData"},{"location":"extensions/api/modules/Renderer.Component/#inputprops","text":"\u01ac InputProps : Omit < InputElementProps , \"onChange\" | \"onSubmit\" > & { autoSelectOnFocus? : boolean ; className? : string ; contentRight? : string | React.ReactNode ; defaultValue? : string ; dirty? : boolean ; iconLeft? : IconData ; iconRight? : IconData ; maxRows? : number ; multiLine? : boolean ; showErrorsAsTooltip? : boolean | Omit < TooltipProps , \"targetId\" > ; showValidationLine? : boolean ; theme? : \"round-black\" | \"round\" ; trim? : boolean ; validators? : InputValidator | InputValidator [] ; value? : string ; onChange? : ( value : string , evt : ChangeEvent < InputElement >) => void ; onSubmit? : ( value : string , evt : KeyboardEvent < InputElement >) => void }","title":"InputProps"},{"location":"extensions/api/modules/Renderer.Component/#menucontextvalue","text":"\u01ac MenuContextValue : Menu","title":"MenuContextValue"},{"location":"extensions/api/modules/Renderer.Component/#notificationid","text":"\u01ac NotificationId : string | number","title":"NotificationId"},{"location":"extensions/api/modules/Renderer.Component/#notificationmessage","text":"\u01ac NotificationMessage : React.ReactNode | React.ReactNode [] | JsonApiErrorParsed","title":"NotificationMessage"},{"location":"extensions/api/modules/Renderer.Component/#radioprops","text":"\u01ac RadioProps : React.HTMLProps < any > & { checked? : boolean ; disabled? : boolean ; label? : React.ReactNode | any ; name? : string ; value? : any ; onChange? : ( value : ChangeEvent < HTMLInputElement >) => void }","title":"RadioProps"},{"location":"extensions/api/modules/Renderer.Component/#tablecellelem","text":"\u01ac TableCellElem : React.ReactElement < TableCellProps >","title":"TableCellElem"},{"location":"extensions/api/modules/Renderer.Component/#tableheadelem","text":"\u01ac TableHeadElem : React.ReactElement < TableHeadProps >","title":"TableHeadElem"},{"location":"extensions/api/modules/Renderer.Component/#tableorderby","text":"\u01ac TableOrderBy : \"asc\" | \"desc\" | string","title":"TableOrderBy"},{"location":"extensions/api/modules/Renderer.Component/#tablerowelem","text":"\u01ac TableRowElem : React.ReactElement < TableRowProps >","title":"TableRowElem"},{"location":"extensions/api/modules/Renderer.Component/#tablesortby","text":"\u01ac TableSortBy : string","title":"TableSortBy"},{"location":"extensions/api/modules/Renderer.Component/#tablesortcallback","text":"\u01ac TableSortCallback < Item >: ( data : Item ) => string | number | ( string | number )[]","title":"TableSortCallback"},{"location":"extensions/api/modules/Renderer.Component/#tablesortcallbacks","text":"\u01ac TableSortCallbacks < Item >: Record < string , TableSortCallback < Item >>","title":"TableSortCallbacks"},{"location":"extensions/api/modules/Renderer.Component/#tablesortparams","text":"\u01ac TableSortParams : Object","title":"TableSortParams"},{"location":"extensions/api/modules/Renderer.Component/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.Component/#inputvalidators","text":"\u2022 InputValidators : Object","title":"InputValidators"},{"location":"extensions/api/modules/Renderer.Component/#menucontext","text":"\u2022 MenuContext : Context < Menu >","title":"MenuContext"},{"location":"extensions/api/modules/Renderer.Component/#switcher","text":"\u2022 Switcher : ComponentType < Pick < Props , \"name\" | \"prefix\" | \"defaultValue\" | \"id\" | \"title\" | \"className\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"form\" | \"style\" | \"hidden\" | \"autoFocus\" | \"disabled\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"type\" | \"value\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"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\" | \"action\" | \"checked\" | \"readOnly\" | \"required\" | \"size\" | \"ref\" | \"key\" | \"innerRef\" | \"icon\" | \"checkedIcon\" | \"disableFocusRipple\" | \"edge\" | \"buttonRef\" | \"centerRipple\" | \"disableRipple\" | \"disableTouchRipple\" | \"focusRipple\" | \"focusVisibleClassName\" | \"onFocusVisible\" | \"TouchRippleProps\" | \"inputProps\" | \"inputRef\" > & StyledComponentProps < \"checked\" | \"track\" | \"root\" | \"thumb\" | \"focusVisible\" | \"switchBase\" >> deprecated Use instead from \"../switch.tsx\".","title":"Switcher"},{"location":"extensions/api/modules/Renderer.Component/#cpuoptions","text":"\u2022 cpuOptions : ChartOptions","title":"cpuOptions"},{"location":"extensions/api/modules/Renderer.Component/#kubedetailsurlparam","text":"\u2022 kubeDetailsUrlParam : PageParam < string > Used to store object.selfLink to show more info about resource in the details panel.","title":"kubeDetailsUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#kubeselectedurlparam","text":"\u2022 kubeSelectedUrlParam : PageParam < string > Used to highlight last active/selected table row with the resource. example If we go to \"Nodes (page) -> Node (details) -> Pod (details)\", last clicked Node should be \"active\" while Pod details are shown).","title":"kubeSelectedUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#logtabstore","text":"\u2022 logTabStore : LogTabStore","title":"logTabStore"},{"location":"extensions/api/modules/Renderer.Component/#memoryoptions","text":"\u2022 memoryOptions : ChartOptions","title":"memoryOptions"},{"location":"extensions/api/modules/Renderer.Component/#notificationsstore","text":"\u2022 notificationsStore : NotificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/Renderer.Component/#orderbyurlparam","text":"\u2022 orderByUrlParam : PageParam < string >","title":"orderByUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#sortbyurlparam","text":"\u2022 sortByUrlParam : PageParam < string >","title":"sortByUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#terminalstore","text":"\u2022 terminalStore : TerminalStore deprecated use TerminalStore.getInstance() instead","title":"terminalStore"},{"location":"extensions/api/modules/Renderer.Component/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Component/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props ): Element","title":"DrawerItemLabels"},{"location":"extensions/api/modules/Renderer.Component/#formswitch","text":"\u25b8 FormSwitch ( props ): Element deprecated Use instead from \"../switch.tsx\".","title":"FormSwitch"},{"location":"extensions/api/modules/Renderer.Component/#kubeobjectmenu","text":"\u25b8 KubeObjectMenu < T >( props ): ReactElement < any , any >","title":"KubeObjectMenu"},{"location":"extensions/api/modules/Renderer.Component/#submenu","text":"\u25b8 SubMenu ( props ): Element","title":"SubMenu"},{"location":"extensions/api/modules/Renderer.Component/#switch","text":"\u25b8 Switch ( __namedParameters ): Element","title":"Switch"},{"location":"extensions/api/modules/Renderer.Component/#tablayout","text":"\u25b8 Const TabLayout ( __namedParameters ): Element","title":"TabLayout"},{"location":"extensions/api/modules/Renderer.Component/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams? ): Required < DockTabCreate >","title":"createTerminalTab"},{"location":"extensions/api/modules/Renderer.Component/#getdetailsurl","text":"\u25b8 getDetailsUrl ( selfLink , resetSelected? , mergeGlobals? ): string","title":"getDetailsUrl"},{"location":"extensions/api/modules/Renderer.Component/#hidedetails","text":"\u25b8 hideDetails (): void","title":"hideDetails"},{"location":"extensions/api/modules/Renderer.Component/#showdetails","text":"\u25b8 showDetails ( selfLink? , resetSelected? ): void","title":"showDetails"},{"location":"extensions/api/modules/Renderer.Component/#toggledetails","text":"\u25b8 toggleDetails ( selfLink , resetSelected? ): void","title":"toggleDetails"},{"location":"extensions/api/modules/Renderer.Component/#withtooltip","text":"\u25b8 withTooltip < T >( Target ): T","title":"withTooltip"},{"location":"extensions/api/modules/Renderer.K8sApi/","text":"Namespace: K8sApi # Renderer .K8sApi Table of contents # Enumerations # KubeObjectStatusLevel Classes # CRDResourceStore CRDStore ClusterRole ClusterRoleBinding ConfigMap ConfigMapsStore CronJob CronJobStore CustomResourceDefinition DaemonSet DaemonSetStore Deployment DeploymentApi DeploymentStore Endpoint EndpointStore EventStore HPAStore HorizontalPodAutoscaler Ingress IngressApi IngressStore Job JobStore KubeApi KubeEvent KubeJsonApi KubeObject KubeObjectStore KubeStatus LimitRange LimitRangesStore Namespace NamespaceStore NetworkPolicy NetworkPolicyStore Node NodesApi NodesStore PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi PersistentVolumesStore Pod PodDisruptionBudget PodDisruptionBudgetsStore PodsApi PodsStore ReplicaSet ReplicaSetStore ResourceQuota ResourceQuotasStore ResourceStack Role RoleBinding RoleBindingsStore RolesStore Secret SecretsStore Service ServiceAccount ServiceAccountsStore ServiceStore StatefulSet StatefulSetStore StorageClass StorageClassStore VolumeClaimStore Interfaces # IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Type aliases # KubeObjectStatus Variables # apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi Functions # forCluster forRemoteCluster isAllowedResource Type aliases # KubeObjectStatus # \u01ac KubeObjectStatus : Object Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type declaration # Name Type level KubeObjectStatusLevel text string timestamp? string Variables # apiManager # \u2022 apiManager : ApiManager clusterRoleApi # \u2022 clusterRoleApi : KubeApi < ClusterRole > Only available within kubernetes cluster pages clusterRoleBindingApi # \u2022 clusterRoleBindingApi : KubeApi < ClusterRoleBinding > Only available within kubernetes cluster pages configMapApi # \u2022 configMapApi : KubeApi < ConfigMap > Only available within kubernetes cluster pages crdApi # \u2022 crdApi : KubeApi < CustomResourceDefinition > Only available within kubernetes cluster pages cronJobApi # \u2022 cronJobApi : CronJobApi Only available within kubernetes cluster pages daemonSetApi # \u2022 daemonSetApi : DaemonSetApi Only available within kubernetes cluster pages deploymentApi # \u2022 deploymentApi : DeploymentApi endpointApi # \u2022 endpointApi : KubeApi < Endpoint > eventApi # \u2022 eventApi : KubeApi < KubeEvent > hpaApi # \u2022 hpaApi : KubeApi < HorizontalPodAutoscaler > ingressApi # \u2022 ingressApi : IngressApi jobApi # \u2022 jobApi : JobApi limitRangeApi # \u2022 limitRangeApi : KubeApi < LimitRange > namespacesApi # \u2022 namespacesApi : NamespaceApi networkPolicyApi # \u2022 networkPolicyApi : KubeApi < NetworkPolicy > nodesApi # \u2022 nodesApi : NodesApi pdbApi # \u2022 pdbApi : KubeApi < PodDisruptionBudget > persistentVolumeApi # \u2022 persistentVolumeApi : KubeApi < PersistentVolume > podsApi # \u2022 podsApi : PodsApi pvcApi # \u2022 pvcApi : PersistentVolumeClaimsApi replicaSetApi # \u2022 replicaSetApi : ReplicaSetApi resourceQuotaApi # \u2022 resourceQuotaApi : KubeApi < ResourceQuota > roleApi # \u2022 roleApi : KubeApi < Role > roleBindingApi # \u2022 roleBindingApi : KubeApi < RoleBinding > secretsApi # \u2022 secretsApi : KubeApi < Secret > serviceAccountsApi # \u2022 serviceAccountsApi : KubeApi < ServiceAccount > serviceApi # \u2022 serviceApi : KubeApi < Service > statefulSetApi # \u2022 statefulSetApi : StatefulSetApi storageClassApi # \u2022 storageClassApi : KubeApi < StorageClass > Functions # forCluster # \u25b8 forCluster < T , Y >( cluster , kubeClass , apiClass? ): KubeApi < T > Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Y extends KubeApi < T , Y > KubeApi < T > Parameters # Name Type Default value cluster ILocalKubeApiConfig undefined kubeClass KubeObjectConstructor < T > undefined apiClass ( apiOpts : IKubeApiOptions < T >) => Y null Returns # KubeApi < T > forRemoteCluster # \u25b8 forRemoteCluster < T , Y >( config , kubeClass , apiClass? ): Y Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Y extends KubeApi < T , Y > KubeApi < T > Parameters # Name Type Default value config IRemoteKubeApiConfig undefined kubeClass KubeObjectConstructor < T > undefined apiClass ( apiOpts : IKubeApiOptions < T >) => Y null Returns # Y isAllowedResource # \u25b8 isAllowedResource ( resource ): boolean Parameters # Name Type resource KubeResource | KubeResource [] Returns # boolean","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#namespace-k8sapi","text":"Renderer .K8sApi","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.K8sApi/#enumerations","text":"KubeObjectStatusLevel","title":"Enumerations"},{"location":"extensions/api/modules/Renderer.K8sApi/#classes","text":"CRDResourceStore CRDStore ClusterRole ClusterRoleBinding ConfigMap ConfigMapsStore CronJob CronJobStore CustomResourceDefinition DaemonSet DaemonSetStore Deployment DeploymentApi DeploymentStore Endpoint EndpointStore EventStore HPAStore HorizontalPodAutoscaler Ingress IngressApi IngressStore Job JobStore KubeApi KubeEvent KubeJsonApi KubeObject KubeObjectStore KubeStatus LimitRange LimitRangesStore Namespace NamespaceStore NetworkPolicy NetworkPolicyStore Node NodesApi NodesStore PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi PersistentVolumesStore Pod PodDisruptionBudget PodDisruptionBudgetsStore PodsApi PodsStore ReplicaSet ReplicaSetStore ResourceQuota ResourceQuotasStore ResourceStack Role RoleBinding RoleBindingsStore RolesStore Secret SecretsStore Service ServiceAccount ServiceAccountsStore ServiceStore StatefulSet StatefulSetStore StorageClass StorageClassStore VolumeClaimStore","title":"Classes"},{"location":"extensions/api/modules/Renderer.K8sApi/#interfaces","text":"IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.K8sApi/#type-aliases","text":"KubeObjectStatus","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.K8sApi/#variables","text":"apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"Variables"},{"location":"extensions/api/modules/Renderer.K8sApi/#functions","text":"forCluster forRemoteCluster isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/Renderer.K8sApi/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.K8sApi/#kubeobjectstatus","text":"\u01ac KubeObjectStatus : Object Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"KubeObjectStatus"},{"location":"extensions/api/modules/Renderer.K8sApi/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.K8sApi/#apimanager","text":"\u2022 apiManager : ApiManager","title":"apiManager"},{"location":"extensions/api/modules/Renderer.K8sApi/#clusterroleapi","text":"\u2022 clusterRoleApi : KubeApi < ClusterRole > Only available within kubernetes cluster pages","title":"clusterRoleApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#clusterrolebindingapi","text":"\u2022 clusterRoleBindingApi : KubeApi < ClusterRoleBinding > Only available within kubernetes cluster pages","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#configmapapi","text":"\u2022 configMapApi : KubeApi < ConfigMap > Only available within kubernetes cluster pages","title":"configMapApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#crdapi","text":"\u2022 crdApi : KubeApi < CustomResourceDefinition > Only available within kubernetes cluster pages","title":"crdApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#cronjobapi","text":"\u2022 cronJobApi : CronJobApi Only available within kubernetes cluster pages","title":"cronJobApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#daemonsetapi","text":"\u2022 daemonSetApi : DaemonSetApi Only available within kubernetes cluster pages","title":"daemonSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#deploymentapi","text":"\u2022 deploymentApi : DeploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#endpointapi","text":"\u2022 endpointApi : KubeApi < Endpoint >","title":"endpointApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#eventapi","text":"\u2022 eventApi : KubeApi < KubeEvent >","title":"eventApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#hpaapi","text":"\u2022 hpaApi : KubeApi < HorizontalPodAutoscaler >","title":"hpaApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#ingressapi","text":"\u2022 ingressApi : IngressApi","title":"ingressApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#jobapi","text":"\u2022 jobApi : JobApi","title":"jobApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#limitrangeapi","text":"\u2022 limitRangeApi : KubeApi < LimitRange >","title":"limitRangeApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#namespacesapi","text":"\u2022 namespacesApi : NamespaceApi","title":"namespacesApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#networkpolicyapi","text":"\u2022 networkPolicyApi : KubeApi < NetworkPolicy >","title":"networkPolicyApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#nodesapi","text":"\u2022 nodesApi : NodesApi","title":"nodesApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#pdbapi","text":"\u2022 pdbApi : KubeApi < PodDisruptionBudget >","title":"pdbApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#persistentvolumeapi","text":"\u2022 persistentVolumeApi : KubeApi < PersistentVolume >","title":"persistentVolumeApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#podsapi","text":"\u2022 podsApi : PodsApi","title":"podsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#pvcapi","text":"\u2022 pvcApi : PersistentVolumeClaimsApi","title":"pvcApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#replicasetapi","text":"\u2022 replicaSetApi : ReplicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#resourcequotaapi","text":"\u2022 resourceQuotaApi : KubeApi < ResourceQuota >","title":"resourceQuotaApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#roleapi","text":"\u2022 roleApi : KubeApi < Role >","title":"roleApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#rolebindingapi","text":"\u2022 roleBindingApi : KubeApi < RoleBinding >","title":"roleBindingApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#secretsapi","text":"\u2022 secretsApi : KubeApi < Secret >","title":"secretsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#serviceaccountsapi","text":"\u2022 serviceAccountsApi : KubeApi < ServiceAccount >","title":"serviceAccountsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#serviceapi","text":"\u2022 serviceApi : KubeApi < Service >","title":"serviceApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#statefulsetapi","text":"\u2022 statefulSetApi : StatefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#storageclassapi","text":"\u2022 storageClassApi : KubeApi < StorageClass >","title":"storageClassApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.K8sApi/#forcluster","text":"\u25b8 forCluster < T , Y >( cluster , kubeClass , apiClass? ): KubeApi < T >","title":"forCluster"},{"location":"extensions/api/modules/Renderer.K8sApi/#forremotecluster","text":"\u25b8 forRemoteCluster < T , Y >( config , kubeClass , apiClass? ): Y","title":"forRemoteCluster"},{"location":"extensions/api/modules/Renderer.K8sApi/#isallowedresource","text":"\u25b8 isAllowedResource ( resource ): boolean","title":"isAllowedResource"},{"location":"extensions/api/modules/Renderer.Navigation/","text":"Namespace: Navigation # Renderer .Navigation Table of contents # References # getDetailsUrl hideDetails showDetails Classes # PageParam Interfaces # PageParamInit URLParams Functions # createPageParam isActiveRoute navigate References # getDetailsUrl # Re-exports getDetailsUrl hideDetails # Re-exports hideDetails showDetails # Re-exports showDetails Functions # createPageParam # \u25b8 createPageParam < V >( init ): PageParam < V > Type parameters # Name V Parameters # Name Type init PageParamInit < V > Returns # PageParam < V > isActiveRoute # \u25b8 isActiveRoute ( route ): boolean Parameters # Name Type route string | string [] | RouteProps Returns # boolean navigate # \u25b8 navigate ( location ): void Parameters # Name Type location LocationDescriptor < unknown > Returns # void","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Renderer.Navigation/#namespace-navigation","text":"Renderer .Navigation","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Renderer.Navigation/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Navigation/#references","text":"getDetailsUrl hideDetails showDetails","title":"References"},{"location":"extensions/api/modules/Renderer.Navigation/#classes","text":"PageParam","title":"Classes"},{"location":"extensions/api/modules/Renderer.Navigation/#interfaces","text":"PageParamInit URLParams","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.Navigation/#functions","text":"createPageParam isActiveRoute navigate","title":"Functions"},{"location":"extensions/api/modules/Renderer.Navigation/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Renderer.Navigation/#getdetailsurl","text":"Re-exports getDetailsUrl","title":"getDetailsUrl"},{"location":"extensions/api/modules/Renderer.Navigation/#hidedetails","text":"Re-exports hideDetails","title":"hideDetails"},{"location":"extensions/api/modules/Renderer.Navigation/#showdetails","text":"Re-exports showDetails","title":"showDetails"},{"location":"extensions/api/modules/Renderer.Navigation/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Navigation/#createpageparam","text":"\u25b8 createPageParam < V >( init ): PageParam < V >","title":"createPageParam"},{"location":"extensions/api/modules/Renderer.Navigation/#isactiveroute","text":"\u25b8 isActiveRoute ( route ): boolean","title":"isActiveRoute"},{"location":"extensions/api/modules/Renderer.Navigation/#navigate","text":"\u25b8 navigate ( location ): void","title":"navigate"},{"location":"extensions/api/modules/Renderer.Theme/","text":"Namespace: Theme # Renderer .Theme Table of contents # Functions # getActiveTheme Functions # getActiveTheme # \u25b8 getActiveTheme (): Theme Returns # Theme","title":"Namespace: Theme"},{"location":"extensions/api/modules/Renderer.Theme/#namespace-theme","text":"Renderer .Theme","title":"Namespace: Theme"},{"location":"extensions/api/modules/Renderer.Theme/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Theme/#functions","text":"getActiveTheme","title":"Functions"},{"location":"extensions/api/modules/Renderer.Theme/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Theme/#getactivetheme","text":"\u25b8 getActiveTheme (): Theme","title":"getActiveTheme"},{"location":"extensions/api/modules/Renderer/","text":"Namespace: Renderer # Table of contents # Namespaces # Catalog Component K8sApi Navigation Theme Classes # Ipc LensExtension","title":"Namespace: Renderer"},{"location":"extensions/api/modules/Renderer/#namespace-renderer","text":"","title":"Namespace: Renderer"},{"location":"extensions/api/modules/Renderer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer/#namespaces","text":"Catalog Component K8sApi Navigation Theme","title":"Namespaces"},{"location":"extensions/api/modules/Renderer/#classes","text":"Ipc LensExtension","title":"Classes"},{"location":"extensions/capabilities/","text":"","title":"Index"},{"location":"extensions/capabilities/common-capabilities/","text":"Common Capabilities # Here we will discuss common and important building blocks for your extensions, and explain how you can use them. Almost all extensions use some of these functionalities. Main Extension # The main extension runs in the background. It adds app menu items to the Lens UI. In order to see logs from this extension, you need to start Lens from the command line. Activate # This extension can register a custom callback that is executed when an extension is activated (started). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Menus # This extension can register custom app and tray menus that will be displayed on OS native menus. Example: import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } } ] trayMenus = [ { label : \"My links\" , submenu : [ { label : \"Lens\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } }, { type : \"separator\" }, { label : \"Lens Github\" , click () { Main . Navigation . navigate ( \"https://github.com/lensapp/lens\" ); } } ] } ] } Renderer Extension # The renderer extension runs in a browser context, and is visible in Lens's main window. In order to see logs from this extension you need to check them via View > Toggle Developer Tools > Console . Activate # This extension can register a custom callback that is executed when an extension is activated (started). import { Renderer } from \"@k8slens/extensions\" export default class ExampleExtension extends Renderer . LensExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Renderer } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Renderer . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Global Pages # This extension can register custom global pages (views) to Lens's main window. The global page is a full-screen page that hides all other content from a window. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" const { Component : { Icon , } } = Renderer ; export default class ExampleRendererExtension extends Renderer . LensExtension { globalPages = [ { id : \"example\" , components : { Page : ExamplePage , } } ] globalPageMenus = [ { title : \"Example page\" , // used in icon's tooltip target : { pageId : \"example\" } components : { Icon : () => < Icon material = \"arrow\" /> , } } ] } App Preferences # This extension can register custom app preferences. It is responsible for storing a state for custom preferences. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends Renderer . LensExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] } Cluster Pages # This extension can register custom cluster pages. These pages are visible in a cluster menu when a cluster is opened. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , // optional exact : true , // optional components : { Page : () => < ExamplePage extension = { this } /> , } } ] clusterPageMenus = [ { url : \"/extension-example\" , // optional title : \"Example Extension\" , components : { Icon : ExampleIcon , } } ] } Top Bar Items # This extension can register custom components to a top bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { topBarItems = [ { components : { Item : () => ( < Icon material = \"favorite\" onClick = {() => this . navigate ( \"/example-page\" /> ) } } ] } Status Bar Items # This extension can register custom icons and text to a status bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => this . navigate ( \"/example-page\" )} > < Icon material = \"favorite\" /> < /div> ) } } ] } Kubernetes Workloads Overview Items # This extension can register custom workloads overview items. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomWorkloadsOverviewItem } from \"./src/custom-workloads-overview-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeWorkloadsOverviewItems = [ { components : { Details : () => < CustomWorkloadsOverviewItem /> } } ] } Kubernetes Object Menu Items # This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] } Kubernetes Object Details # This extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends Renderer . LensExtension { 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":"Here we will discuss common and important building blocks for your extensions, and explain how you can use them. Almost all extensions use some of these functionalities.","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#main-extension","text":"The main extension runs in the background. It adds app menu items to the Lens UI. In order 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":"This extension can register a custom callback that is executed when an extension is activated (started). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate","text":"This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#menus","text":"This extension can register custom app and tray menus that will be displayed on OS native menus. Example: import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } } ] trayMenus = [ { label : \"My links\" , submenu : [ { label : \"Lens\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } }, { type : \"separator\" }, { label : \"Lens Github\" , click () { Main . Navigation . navigate ( \"https://github.com/lensapp/lens\" ); } } ] } ] }","title":"Menus"},{"location":"extensions/capabilities/common-capabilities/#renderer-extension","text":"The renderer extension runs in a browser context, and is visible in Lens's main window. In order 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":"This extension can register a custom callback that is executed when an extension is activated (started). import { Renderer } from \"@k8slens/extensions\" export default class ExampleExtension extends Renderer . LensExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate_1","text":"This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Renderer } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Renderer . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#global-pages","text":"This extension can register custom global pages (views) to Lens's main window. The global page is a full-screen page that hides all other content from a window. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" const { Component : { Icon , } } = Renderer ; export default class ExampleRendererExtension extends Renderer . LensExtension { globalPages = [ { id : \"example\" , components : { Page : ExamplePage , } } ] globalPageMenus = [ { title : \"Example page\" , // used in icon's tooltip target : { pageId : \"example\" } components : { Icon : () => < Icon material = \"arrow\" /> , } } ] }","title":"Global Pages"},{"location":"extensions/capabilities/common-capabilities/#app-preferences","text":"This extension can register custom app preferences. It is responsible for storing a state for custom preferences. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends Renderer . LensExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] }","title":"App Preferences"},{"location":"extensions/capabilities/common-capabilities/#cluster-pages","text":"This extension can register custom cluster pages. These pages are visible in a cluster menu when a cluster is opened. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , // optional exact : true , // optional components : { Page : () => < ExamplePage extension = { this } /> , } } ] clusterPageMenus = [ { url : \"/extension-example\" , // optional title : \"Example Extension\" , components : { Icon : ExampleIcon , } } ] }","title":"Cluster Pages"},{"location":"extensions/capabilities/common-capabilities/#top-bar-items","text":"This extension can register custom components to a top bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { topBarItems = [ { components : { Item : () => ( < Icon material = \"favorite\" onClick = {() => this . navigate ( \"/example-page\" /> ) } } ] }","title":"Top Bar Items"},{"location":"extensions/capabilities/common-capabilities/#status-bar-items","text":"This extension can register custom icons and text to a status bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => this . navigate ( \"/example-page\" )} > < Icon material = \"favorite\" /> < /div> ) } } ] }","title":"Status Bar Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-workloads-overview-items","text":"This extension can register custom workloads overview items. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomWorkloadsOverviewItem } from \"./src/custom-workloads-overview-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeWorkloadsOverviewItems = [ { components : { Details : () => < CustomWorkloadsOverviewItem /> } } ] }","title":"Kubernetes Workloads Overview Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-menu-items","text":"This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends Renderer . LensExtension { 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":"This extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends Renderer . LensExtension { 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 the look and feel of the application. Layout # For layout tasks, Lens uses the flex.box library which provides helpful class names to specify some of the flexbox properties. For example, consider the following HTML and its associated CSS properties: < div className = \"flex column align-center\" > div { display : flex ; flex-direction : column ; align-items : center ; } However, you are free to use any styling technique or framework you like, including Emotion or even plain CSS. Layout Variables # There is a set of CSS variables available for for basic layout needs. They are located inside :root and are defined in app.scss : --unit : 8px ; --padding : var ( --unit ); --margin : var ( --unit ); --border-radius : 3px ; These variables are intended to set consistent margins and paddings across components. For example: . status { padding-left : calc ( var ( --padding ) * 2 ); border-radius : var ( --border-radius ); } Themes # Lens uses two built-in themes defined in the themes directory \u2013 one light and one dark. Theme Variables # When Lens is loaded, it transforms the selected theme's json file into a list of CSS Custom Properties (CSS Variables) . This list then gets injected into the :root element so that any of the down-level components can use them. When the user changes the theme, the above process is repeated, and new CSS variables appear, replacing the previous ones. If you want to preserve Lens's native look and feel, with respect to the lightness or darkness of your extension, you can use the provided variables and built-in Lens components such as Button , Select , Table , and so on. There is a set of CSS variables available for extensions to use for theming. They are all located inside :root and are defined in app.scss : --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 ; as well as in the theme modules : --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; ... These variables can be used in the following form: var(--magenta) . For example: . status { font-size : var ( --font-size-small ); background-color : var ( --colorSuccess ); } Theme Switching # When the light theme is active, the element gets a \"theme-light\" class, or: . If the class isn't there, the theme defaults to dark. The active theme can be changed in the Preferences page: There is a way of detect active theme and its changes in JS. MobX observer function/decorator can be used for this purpose. import React from \"react\" import { observer } from \"mobx-react\" import { Renderer } from \"@k8slens/extensions\" ; @ observer export class SupportPage extends React . Component { render () { return ( < div className = \"SupportPage\" > < h1 > Active theme is { Renderer . Theme . getActiveTheme (). name } < /h1> < /div> ); } } Theme entity from @k8slens/extensions provides active theme object and @observer decorator makes component reactive - so it will rerender each time any of the observables (active theme in our case) will be changed. Working example provided in Styling with Emotion sample extension. Injected Styles # Every extension is affected by the list of default global styles defined in app.scss . These are basic browser resets and element styles, including: setting the box-sizing property for every element default text and background colors default font sizes basic heading (h1, h2, etc) formatting custom scrollbar styling Extensions may overwrite these defaults if needed. They have low CSS specificity, so overriding them should be fairly easy. CSS-in-JS # If an extension uses a system like Emotion to work with styles, it can use CSS variables as follows: const Container = styled . div (() => ({ backgroundColor : 'var(--mainBackground)' })); Examples # You can explore samples for each styling technique that you can use for extensions: Styling with Sass Styling with Emotion Styling with CSS Modules","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 the look and feel of the application.","title":"Styling an Extension"},{"location":"extensions/capabilities/styling/#layout","text":"For layout tasks, Lens uses the flex.box library which provides helpful class names to specify some of the flexbox properties. For example, consider the following HTML and its associated CSS properties: < div className = \"flex column align-center\" > div { display : flex ; flex-direction : column ; align-items : center ; } However, you are free to use any styling technique or framework you like, including Emotion or even plain CSS.","title":"Layout"},{"location":"extensions/capabilities/styling/#layout-variables","text":"There is a set of CSS variables available for for basic layout needs. They are located inside :root and are defined in app.scss : --unit : 8px ; --padding : var ( --unit ); --margin : var ( --unit ); --border-radius : 3px ; These variables are intended to set consistent margins and paddings across components. For example: . status { padding-left : calc ( var ( --padding ) * 2 ); border-radius : var ( --border-radius ); }","title":"Layout Variables"},{"location":"extensions/capabilities/styling/#themes","text":"Lens uses two built-in themes defined in the themes directory \u2013 one light and one dark.","title":"Themes"},{"location":"extensions/capabilities/styling/#theme-variables","text":"When Lens is loaded, it transforms the selected theme's json file into a list of CSS Custom Properties (CSS Variables) . This list then gets injected into the :root element so that any of the down-level components can use them. When the user changes the theme, the above process is repeated, and new CSS variables appear, replacing the previous ones. If you want to preserve Lens's native look and feel, with respect to the lightness or darkness of your extension, you can use the provided variables and built-in Lens components such as Button , Select , Table , and so on. There is a set of CSS variables available for extensions to use for theming. They are all located inside :root and are defined in app.scss : --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 ; as well as in the theme modules : --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; ... These variables can be used in the following form: var(--magenta) . For example: . status { font-size : var ( --font-size-small ); background-color : var ( --colorSuccess ); }","title":"Theme Variables"},{"location":"extensions/capabilities/styling/#theme-switching","text":"When the light theme is active, the element gets a \"theme-light\" class, or: . If the class isn't there, the theme defaults to dark. The active theme can be changed in the Preferences page: There is a way of detect active theme and its changes in JS. MobX observer function/decorator can be used for this purpose. import React from \"react\" import { observer } from \"mobx-react\" import { Renderer } from \"@k8slens/extensions\" ; @ observer export class SupportPage extends React . Component { render () { return ( < div className = \"SupportPage\" > < h1 > Active theme is { Renderer . Theme . getActiveTheme (). name } < /h1> < /div> ); } } Theme entity from @k8slens/extensions provides active theme object and @observer decorator makes component reactive - so it will rerender each time any of the observables (active theme in our case) will be changed. Working example provided in Styling with Emotion sample extension.","title":"Theme Switching"},{"location":"extensions/capabilities/styling/#injected-styles","text":"Every extension is affected by the list of default global styles defined in app.scss . These are basic browser resets and element styles, including: setting the box-sizing property for every element default text and background colors default font sizes basic heading (h1, h2, etc) formatting custom scrollbar styling Extensions may overwrite these defaults if needed. They have low CSS specificity, so overriding them should be fairly easy.","title":"Injected Styles"},{"location":"extensions/capabilities/styling/#css-in-js","text":"If an extension uses a system like Emotion to work with styles, it can use CSS variables as follows: const Container = styled . div (() => ({ backgroundColor : 'var(--mainBackground)' }));","title":"CSS-in-JS"},{"location":"extensions/capabilities/styling/#examples","text":"You can explore samples for each styling technique that you can use for extensions: Styling with Sass Styling with Emotion Styling with CSS Modules","title":"Examples"},{"location":"extensions/get-started/anatomy/","text":"Extension Anatomy # In the previous section you learned how to create your first extension. In this section you will learn how this extension works under the hood. The Hello World sample extension does three things: Implements onActivate() and outputs a message to the console. Implements onDeactivate() and outputs a message to the console. Registers ClusterPage so that the page is visible in the left-side menu of the cluster dashboard. Let's take a closer look at our Hello World sample's source code and see how these three things are achieved. 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 The extension directory contains the extension's entry files and a few configuration files. Three files: package.json , main.ts and renderer.tsx are essential to understanding the Hello World sample extension. We'll look at those first. Extension Manifest # Each Lens extension must have a package.json file. It contains a mix of Node.js fields, including scripts and dependencies, and Lens-specific fields such as publisher and contributes . Some of the most-important fields include: 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 this 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 : the minimum version of Lens API that the extension depends upon. { \"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 is used in the main process of the Lens application and the other is used in the renderer process. The main entry file exports the class that extends LensMainExtension , and the renderer entry file exports the class that extends LensRendererExtension . Both extension classes have onActivate and onDeactivate methods. The onActivate method is executed when your extension is activated. If you need to initialize something in your extension, this is where such an operation should occur. The onDeactivate method gives you a chance to clean up before your extension becomes deactivated. For extensions where explicit cleanup is not required, you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down (or if the extension is disabled or uninstalled), this is the method where such an operation should occur. The Hello World sample extension does not do anything on the main process, so we'll focus on the renderer process, instead. On the renderer entry point, the Hello World sample extension defines the Cluster Page object. The Cluster Page object registers the /extension-example path, and this path renders the ExamplePage React component. It also registers the MenuItem component that displays the ExampleIcon React component and the \"Hello World\" text in the left-side menu of the cluster dashboard. These React components are defined in the additional ./src/page.tsx file. import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ] } The Hello World sample extension uses the Cluster Page capability, which is just one of the Lens extension API's capabilities. The Common Capabilities page will help you home in on the right capabilities to use with your own extensions.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-anatomy","text":"In the previous section you learned how to create your first extension. In this section you will learn how this extension works under the hood. The Hello World sample extension does three things: Implements onActivate() and outputs a message to the console. Implements onDeactivate() and outputs a message to the console. Registers ClusterPage so that the page is visible in the left-side menu of the cluster dashboard. Let's take a closer look at our Hello World sample's source code and see how these three things are achieved.","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 The extension directory contains the extension's entry files and a few configuration files. Three files: package.json , main.ts and renderer.tsx are essential to understanding the Hello World sample extension. We'll look at those first.","title":"Extension File Structure"},{"location":"extensions/get-started/anatomy/#extension-manifest","text":"Each Lens extension must have a package.json file. It contains a mix of Node.js fields, including scripts and dependencies, and Lens-specific fields such as publisher and contributes . Some of the most-important fields include: 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 this 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 : the minimum version of Lens API that the extension depends upon. { \"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 is used in the main process of the Lens application and the other is used in the renderer process. The main entry file exports the class that extends LensMainExtension , and the renderer entry file exports the class that extends LensRendererExtension . Both extension classes have onActivate and onDeactivate methods. The onActivate method is executed when your extension is activated. If you need to initialize something in your extension, this is where such an operation should occur. The onDeactivate method gives you a chance to clean up before your extension becomes deactivated. For extensions where explicit cleanup is not required, you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down (or if the extension is disabled or uninstalled), this is the method where such an operation should occur. The Hello World sample extension does not do anything on the main process, so we'll focus on the renderer process, instead. On the renderer entry point, the Hello World sample extension defines the Cluster Page object. The Cluster Page object registers the /extension-example path, and this path renders the ExamplePage React component. It also registers the MenuItem component that displays the ExampleIcon React component and the \"Hello World\" text in the left-side menu of the cluster dashboard. These React components are defined in the additional ./src/page.tsx file. import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ] } The Hello World sample extension uses the Cluster Page capability, which is just one of the Lens extension API's capabilities. The Common Capabilities page will help you home in on the right capabilities to use with your own extensions.","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 proceed. For building extensions there will be a few things that you should have installed, and some other things that might be of help. Required: # Node.js Git Some sort of text editor \u2013 we recommend VSCode We use Webpack for compilation. All extension need to be at least compatible with a webpack system. Recommended: # All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches many common errors. Lens is a standard Electron application with 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 first loaded and issues a notification that it has been loaded. From there, the extension can start doing is work. Lens uses React as its UI framework and provides some of Lens's own components for reuse with extensions. An extension is responsible 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":"Overview"},{"location":"extensions/get-started/overview/#extension-development-overview","text":"This is a general overview to how the development of an extension will proceed. For building extensions there will be a few things that you should have installed, and some other things that might be of help.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#required","text":"Node.js Git Some sort of text editor \u2013 we recommend VSCode We use Webpack for compilation. All extension need to be at least compatible with a webpack system.","title":"Required:"},{"location":"extensions/get-started/overview/#recommended","text":"All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches many common errors. Lens is a standard Electron application with 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 first loaded and issues a notification that it has been loaded. From there, the extension can start doing is work. Lens uses React as its UI framework and provides some of Lens's own components for reuse with extensions. An extension is responsible 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":"Recommended:"},{"location":"extensions/get-started/wrapping-up/","text":"Wrapping Up # In Your First Extension , you learned how to create and run an extension. In Extension Anatomy , you learned in detail how a basic extension works. This is just a glimpse into what can be created with Lens extensions. Below are some suggested routes for learning more. Extension Capabilities # In this section, you'll find information on common extension capabilities, styling information, and a color reference guide. Determine whether your idea for an extension is doable and get ideas for new extensions by reading through the Common Capabilities page. Guides and Samples # Here you'll find a collection of sample extensions that you can use as a base to work from. Some of these samples include a detailed guide that explains the source code. You can find all samples and guides in the lens-extension-samples repository. Testing and Publishing # In this section, you can learn: How to add integration tests to your extension How to publish your extension","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#wrapping-up","text":"In Your First Extension , you learned how to create and run an extension. In Extension Anatomy , you learned in detail how a basic extension works. This is just a glimpse into what can be created with Lens extensions. Below are some suggested routes for learning more.","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#extension-capabilities","text":"In this section, you'll find information on common extension capabilities, styling information, and a color reference guide. Determine whether your idea for an extension is doable and get ideas for new extensions by reading through the Common Capabilities page.","title":"Extension Capabilities"},{"location":"extensions/get-started/wrapping-up/#guides-and-samples","text":"Here you'll find a collection of sample extensions that you can use as a base to work from. Some of these samples include a detailed guide that explains the source code. You can find all samples and guides in the lens-extension-samples repository.","title":"Guides and Samples"},{"location":"extensions/get-started/wrapping-up/#testing-and-publishing","text":"In this section, you can learn: How to add integration tests to your extension How to publish your extension","title":"Testing and Publishing"},{"location":"extensions/get-started/your-first-extension/","text":"Your First Extension # We recommend to always use Yeoman generator for Lens Extension to start new extension project. Read the generator guide here . If you want to setup the project manually, please continue reading. First Extension # In this topic, you'll learn the basics of building extensions by creating an extension that adds a \"Hello World\" page to a cluster menu. Install the Extension # To install the extension, 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. A symlink connects the directory that Lens will monitor for user-installed extensions to the sample extension. In this case the sample extension is helloworld-sample . Linux & macOS # mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s lens-extension-samples/helloworld-sample helloworld-sample Windows # Create the directory that Lens will monitor for user-installed extensions: mkdir C: \\U sers \\< user> \\. k8slens \\e xtensions -force cd C: \\U sers \\< user> \\. k8slens \\e xtensions If you have administrator rights, you can create symlink to the sample extension \u2013 in this case helloworld-sample : cmd /c mklink /D helloworld-sample lens-extension-samples \\h elloworld-sample Without administrator rights, you need to copy the extensions sample directory into C:\\Users\\\\.k8slens\\extensions : Copy-Item 'lens-extension-samples\\helloworld-sample' 'C:\\Users\\\\.k8slens\\extensions\\helloworld-sample' Build the Extension # To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build To run the npm commands, enter: cd /helloworld-sample npm install npm run build Optionally, automatically rebuild the extension by watching for changes to the source code. To do so, enter: cd /helloworld-sample npm run dev You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds. With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. You will see the \"Hello World\" page in the left-side cluster menu. Develop the Extension # Finally, you'll make a change to the message that our Hello World sample extension displays: Navigate to /helloworld-sample . In page.tsx , change the message from HelloWorld! to Hello Lens Extensions . Rebuild the extension. If you used npm run dev , the extension will rebuild automatically. Reload the Lens window. Click on the Hello World page. The updated message will appear. Next Steps # In the next topic , we'll take a closer look at the source code of our Hello World sample. You can find the source code for this tutorial at: lensapp/lens-extension-samples . Extension Guides contains additional samples.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#your-first-extension","text":"We recommend to always use Yeoman generator for Lens Extension to start new extension project. Read the generator guide here . If you want to setup the project manually, please continue reading.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#first-extension","text":"In this topic, you'll learn the basics of building extensions by creating an extension that adds a \"Hello World\" page to a cluster menu.","title":"First Extension"},{"location":"extensions/get-started/your-first-extension/#install-the-extension","text":"To install the extension, 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. A symlink connects the directory that Lens will monitor for user-installed extensions to the sample extension. In this case the sample extension is helloworld-sample .","title":"Install the Extension"},{"location":"extensions/get-started/your-first-extension/#linux-macos","text":"mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s lens-extension-samples/helloworld-sample helloworld-sample","title":"Linux & macOS"},{"location":"extensions/get-started/your-first-extension/#windows","text":"Create the directory that Lens will monitor for user-installed extensions: mkdir C: \\U sers \\< user> \\. k8slens \\e xtensions -force cd C: \\U sers \\< user> \\. k8slens \\e xtensions If you have administrator rights, you can create symlink to the sample extension \u2013 in this case helloworld-sample : cmd /c mklink /D helloworld-sample lens-extension-samples \\h elloworld-sample Without administrator rights, you need to copy the extensions sample directory into C:\\Users\\\\.k8slens\\extensions : Copy-Item 'lens-extension-samples\\helloworld-sample' 'C:\\Users\\\\.k8slens\\extensions\\helloworld-sample'","title":"Windows"},{"location":"extensions/get-started/your-first-extension/#build-the-extension","text":"To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build To run the npm commands, enter: cd /helloworld-sample npm install npm run build Optionally, automatically rebuild the extension by watching for changes to the source code. To do so, enter: cd /helloworld-sample npm run dev You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds. With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. You will see the \"Hello World\" page in the left-side cluster menu.","title":"Build the Extension"},{"location":"extensions/get-started/your-first-extension/#develop-the-extension","text":"Finally, you'll make a change to the message that our Hello World sample extension displays: Navigate to /helloworld-sample . In page.tsx , change the message from HelloWorld! to Hello Lens Extensions . Rebuild the extension. If you used npm run dev , the extension will rebuild automatically. Reload the Lens window. Click on the Hello World page. The updated message will appear.","title":"Develop the Extension"},{"location":"extensions/get-started/your-first-extension/#next-steps","text":"In the next topic , we'll take a closer look at the source code of our Hello World sample. You can find the source code for this tutorial at: lensapp/lens-extension-samples . Extension Guides contains additional samples.","title":"Next Steps"},{"location":"extensions/guides/","text":"Extension Guides # This section explains how to use specific Lens Extension APIs. It includes detailed guides and code samples. For introductory information about the Lens Extension API, please see Your First Extension . Each guide or code sample includes the following: Clearly commented source code. Instructions for running the sample extension. An image showing the sample extension's appearance and usage. A listing of the Extension API being used. An explanation of the concepts relevant to the Extension. Guides # Guide APIs Generate new extension project Main process extension Main.LensExtension Renderer process extension Renderer.LensExtension Resource stack (cluster feature) Stores Components KubeObjectListLayout Working with mobx Protocol Handlers Sending Data between main and renderer Samples # Sample APIs hello-world LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-css-modules-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-emotion-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-sass-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps custom-resource-page LensRendererExtension Renderer.K8sApi.KubeApi Renderer.K8sApi.KubeObjectStore Renderer.Component.KubeObjectListLayout Renderer.Component.KubeObjectDetailsProps Renderer.Component.IconProps","title":"Overview"},{"location":"extensions/guides/#extension-guides","text":"This section explains how to use specific Lens Extension APIs. It includes detailed guides and code samples. For introductory information about the Lens Extension API, please see Your First Extension . Each guide or code sample includes the following: Clearly commented source code. Instructions for running the sample extension. An image showing the sample extension's appearance and usage. A listing of the Extension API being used. An explanation of the concepts relevant to the Extension.","title":"Extension Guides"},{"location":"extensions/guides/#guides","text":"Guide APIs Generate new extension project Main process extension Main.LensExtension Renderer process extension Renderer.LensExtension Resource stack (cluster feature) Stores Components KubeObjectListLayout Working with mobx Protocol Handlers Sending Data between main and renderer","title":"Guides"},{"location":"extensions/guides/#samples","text":"Sample APIs hello-world LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-css-modules-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-emotion-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-sass-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps custom-resource-page LensRendererExtension Renderer.K8sApi.KubeApi Renderer.K8sApi.KubeObjectStore Renderer.Component.KubeObjectListLayout Renderer.Component.KubeObjectDetailsProps Renderer.Component.IconProps","title":"Samples"},{"location":"extensions/guides/anatomy/","text":"WIP #","title":"Anatomy"},{"location":"extensions/guides/anatomy/#wip","text":"","title":"WIP"},{"location":"extensions/guides/catalog/","text":"Catalog (WIP) # CatalogCategoryRegistry # CatalogEntityRegistry #","title":"Catalog"},{"location":"extensions/guides/catalog/#catalog-wip","text":"","title":"Catalog (WIP)"},{"location":"extensions/guides/catalog/#catalogcategoryregistry","text":"","title":"CatalogCategoryRegistry"},{"location":"extensions/guides/catalog/#catalogentityregistry","text":"","title":"CatalogEntityRegistry"},{"location":"extensions/guides/components/","text":"WIP #","title":"Components"},{"location":"extensions/guides/components/#wip","text":"","title":"WIP"},{"location":"extensions/guides/generator/","text":"Lens Extension Generator # The Lens Extension Generator creates a directory with the necessary files for developing an extension. Installing and Getting Started with the Generator # To begin, install Yeoman and the Lens Extension Generator with the following command: npm install -g yo generator-lens-ext Run the generator by entering the following command: yo lens-ext . Answer the following questions: # ? What type of extension do you want to create? New Extension (TypeScript) # ? What's the name of your extension? my-first-lens-ext # ? What's the description of your extension? My hello world extension # ? What's your extension's publisher name? @my-org/my-first-lens-ext # ? Initialize a git repository? Yes # ? Install dependencies after initialization? Yes # ? Which package manager to use? yarn # ? symlink created extension folder to ~/.k8slens/extensions (mac/linux) or :Users\\\\.k8slens\\extensions (windows)? Yes Next, you'll need to have webpack watch the my-first-lens-ext folder. Start webpack by entering: cd my-first-lens-ext npm start # start the webpack server in watch mode Open Lens and you will see a Hello World item in the left-side menu under Custom Resources : Developing the Extension # Next, you'll try changing the way the new menu item appears in the UI. You'll change it from \"Hello World\" to \"Hello Lens\". Open my-first-lens-ext/renderer.tsx and change the value of title from \"Hello World\" to \"Hello Lens\" : clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello Lens\" , components : { Icon : ExampleIcon , } } ] Reload Lens and you will see that the menu item text has changed to \"Hello Lens\". To reload Lens, enter CMD+R on Mac and Ctrl+R on Windows/Linux. Debugging the Extension # To debug your extension, please see our instructions on Testing Extensions . Next Steps # To dive deeper, consider looking at Common Capabilities , Styling , or Extension Anatomy . If you find problems with the Lens Extension Generator, or have feature requests, you are welcome to raise an issue . You can find the latest Lens contribution guidelines here . The Generator source code is hosted at GitHub .","title":"Generator"},{"location":"extensions/guides/generator/#lens-extension-generator","text":"The Lens Extension Generator creates a directory with the necessary files for developing an extension.","title":"Lens Extension Generator"},{"location":"extensions/guides/generator/#installing-and-getting-started-with-the-generator","text":"To begin, install Yeoman and the Lens Extension Generator with the following command: npm install -g yo generator-lens-ext Run the generator by entering the following command: yo lens-ext . Answer the following questions: # ? What type of extension do you want to create? New Extension (TypeScript) # ? What's the name of your extension? my-first-lens-ext # ? What's the description of your extension? My hello world extension # ? What's your extension's publisher name? @my-org/my-first-lens-ext # ? Initialize a git repository? Yes # ? Install dependencies after initialization? Yes # ? Which package manager to use? yarn # ? symlink created extension folder to ~/.k8slens/extensions (mac/linux) or :Users\\\\.k8slens\\extensions (windows)? Yes Next, you'll need to have webpack watch the my-first-lens-ext folder. Start webpack by entering: cd my-first-lens-ext npm start # start the webpack server in watch mode Open Lens and you will see a Hello World item in the left-side menu under Custom Resources :","title":"Installing and Getting Started with the Generator"},{"location":"extensions/guides/generator/#developing-the-extension","text":"Next, you'll try changing the way the new menu item appears in the UI. You'll change it from \"Hello World\" to \"Hello Lens\". Open my-first-lens-ext/renderer.tsx and change the value of title from \"Hello World\" to \"Hello Lens\" : clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello Lens\" , components : { Icon : ExampleIcon , } } ] Reload Lens and you will see that the menu item text has changed to \"Hello Lens\". To reload Lens, enter CMD+R on Mac and Ctrl+R on Windows/Linux.","title":"Developing the Extension"},{"location":"extensions/guides/generator/#debugging-the-extension","text":"To debug your extension, please see our instructions on Testing Extensions .","title":"Debugging the Extension"},{"location":"extensions/guides/generator/#next-steps","text":"To dive deeper, consider looking at Common Capabilities , Styling , or Extension Anatomy . If you find problems with the Lens Extension Generator, or have feature requests, you are welcome to raise an issue . You can find the latest Lens contribution guidelines here . The Generator source code is hosted at GitHub .","title":"Next Steps"},{"location":"extensions/guides/ipc/","text":"Inter Process Communication # A Lens Extension can utilize IPC to send information between the renderer and main processes. This is useful when wanting to communicate directly within your extension. For example, if a user logs into a service that your extension is a facade for and main needs to know some information so that you can start syncing items to the Catalog , this would be a good way to send that information along. IPC channels are sectioned off per extension. Meaning that each extension can only communicate with itself. Types of Communication # There are two flavours of communication that are provided: Event based (IPC) Request based (RPC) Event Based or IPC # This is the same as an Event Emitter but is not limited to just one Javascript process. This is a good option when you need to report that something has happened but you don't need a response. This is a fully two-way form of communication. Both main and renderer can do this sort of IPC. Request Based or RPC # This is more like a Remote Procedure Call (RPC) or Send-Receive-Reply (SRR). With this sort of communication the caller needs to wait for the result from the other side. This is accomplished by await -ing the returned Promise . This is a unidirectional form of communication. Only renderer can initiate this kind of request, and only main can receive and respond to this kind of request. Registering IPC Handlers and Listeners # The general terminology is as follows: A \"handler\" is the function that responds to a \"Request Based IPC\" event. A \"listener\" is the function that is called when a \"Event Based IPC\" event is emitted. To register either a handler or a listener, you should do something like the following: main.ts : import { Main } from \"@k8slens/extensions\" ; import { IpcMain } from \"./helpers/main\" ; export class ExampleExtensionMain extends Main . LensExtension { onActivate () { IpcMain . createInstance ( this ); } } This file shows that you need to create an instance of the store to be able to use IPC. Lens will automatically clean up that store and all the handlers on deactivation and uninstall. helpers/main.ts : import { Main } from \"@k8slens/extensions\" ; export class IpcMain extends Main . Ipc { constructor ( extension : Main.LensExtension ) { super ( extension ); this . listen ( \"initialize\" , onInitialize ); } } function onInitialize ( event : Types.IpcMainEvent , id : string ) { console . log ( `starting to initialize: ${ id } ` ); } In other files, it is not necessary to pass around any instances. You should be able to just call IpcMain.getInstance() anywhere it is needed in your extension. renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { IpcRenderer } from \"./helpers/renderer\" ; export class ExampleExtensionRenderer extends Renderer . LensExtension { onActivate () { const ipc = IpcRenderer . createInstance ( this ); setTimeout (() => ipc . broadcast ( \"initialize\" , \"an-id\" ), 5000 ); } } It is also needed to create an instance to broadcast messages too. helpers/renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; export class IpcRenderer extends Renderer . Ipc {} It is necessary to create child classes of these abstract class 's in your extension before you can use them. As this example shows: the channel names must be the same. It should also be noted that \"listeners\" and \"handlers\" are specific to either renderer or main . There is no behind the scenes transfer of these functions. To register a \"handler\" call IpcMain.getInstance().handle(...) . The cleanup of these handlers is handled by Lens itself. The listen() methods on Main.Ipc and Renderer.Ipc return a Disposer , or more specifically, a () => void . This can be optionally called to remove the listener early. Calling either IpcRenderer.getInstance().broadcast(...) or IpcMain.getInstance().broadcast(...) sends an event to all renderer frames and to main . Because of this, no matter where you broadcast from, all listeners in main and renderer will be notified. Allowed Values # This IPC mechanism utilizes the Structured Clone Algorithm for serialization. This means that more types than what are JSON serializable can be used, but not all the information will be passed through. Using Request Based Communication # If you are meaning to do a request based call from renderer , you should do const res = await IpcRenderer.getInstance().invoke(, ...)); instead.","title":"IPC"},{"location":"extensions/guides/ipc/#inter-process-communication","text":"A Lens Extension can utilize IPC to send information between the renderer and main processes. This is useful when wanting to communicate directly within your extension. For example, if a user logs into a service that your extension is a facade for and main needs to know some information so that you can start syncing items to the Catalog , this would be a good way to send that information along. IPC channels are sectioned off per extension. Meaning that each extension can only communicate with itself.","title":"Inter Process Communication"},{"location":"extensions/guides/ipc/#types-of-communication","text":"There are two flavours of communication that are provided: Event based (IPC) Request based (RPC)","title":"Types of Communication"},{"location":"extensions/guides/ipc/#event-based-or-ipc","text":"This is the same as an Event Emitter but is not limited to just one Javascript process. This is a good option when you need to report that something has happened but you don't need a response. This is a fully two-way form of communication. Both main and renderer can do this sort of IPC.","title":"Event Based or IPC"},{"location":"extensions/guides/ipc/#request-based-or-rpc","text":"This is more like a Remote Procedure Call (RPC) or Send-Receive-Reply (SRR). With this sort of communication the caller needs to wait for the result from the other side. This is accomplished by await -ing the returned Promise . This is a unidirectional form of communication. Only renderer can initiate this kind of request, and only main can receive and respond to this kind of request.","title":"Request Based or RPC"},{"location":"extensions/guides/ipc/#registering-ipc-handlers-and-listeners","text":"The general terminology is as follows: A \"handler\" is the function that responds to a \"Request Based IPC\" event. A \"listener\" is the function that is called when a \"Event Based IPC\" event is emitted. To register either a handler or a listener, you should do something like the following: main.ts : import { Main } from \"@k8slens/extensions\" ; import { IpcMain } from \"./helpers/main\" ; export class ExampleExtensionMain extends Main . LensExtension { onActivate () { IpcMain . createInstance ( this ); } } This file shows that you need to create an instance of the store to be able to use IPC. Lens will automatically clean up that store and all the handlers on deactivation and uninstall. helpers/main.ts : import { Main } from \"@k8slens/extensions\" ; export class IpcMain extends Main . Ipc { constructor ( extension : Main.LensExtension ) { super ( extension ); this . listen ( \"initialize\" , onInitialize ); } } function onInitialize ( event : Types.IpcMainEvent , id : string ) { console . log ( `starting to initialize: ${ id } ` ); } In other files, it is not necessary to pass around any instances. You should be able to just call IpcMain.getInstance() anywhere it is needed in your extension. renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { IpcRenderer } from \"./helpers/renderer\" ; export class ExampleExtensionRenderer extends Renderer . LensExtension { onActivate () { const ipc = IpcRenderer . createInstance ( this ); setTimeout (() => ipc . broadcast ( \"initialize\" , \"an-id\" ), 5000 ); } } It is also needed to create an instance to broadcast messages too. helpers/renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; export class IpcRenderer extends Renderer . Ipc {} It is necessary to create child classes of these abstract class 's in your extension before you can use them. As this example shows: the channel names must be the same. It should also be noted that \"listeners\" and \"handlers\" are specific to either renderer or main . There is no behind the scenes transfer of these functions. To register a \"handler\" call IpcMain.getInstance().handle(...) . The cleanup of these handlers is handled by Lens itself. The listen() methods on Main.Ipc and Renderer.Ipc return a Disposer , or more specifically, a () => void . This can be optionally called to remove the listener early. Calling either IpcRenderer.getInstance().broadcast(...) or IpcMain.getInstance().broadcast(...) sends an event to all renderer frames and to main . Because of this, no matter where you broadcast from, all listeners in main and renderer will be notified.","title":"Registering IPC Handlers and Listeners"},{"location":"extensions/guides/ipc/#allowed-values","text":"This IPC mechanism utilizes the Structured Clone Algorithm for serialization. This means that more types than what are JSON serializable can be used, but not all the information will be passed through.","title":"Allowed Values"},{"location":"extensions/guides/ipc/#using-request-based-communication","text":"If you are meaning to do a request based call from renderer , you should do const res = await IpcRenderer.getInstance().invoke(, ...)); instead.","title":"Using Request Based Communication"},{"location":"extensions/guides/kube-object-list-layout/","text":"KubeObjectListLayout Sample # In this guide we will learn how to list Kubernetes CRD objects on the cluster dashboard. You can see the complete source code for this guide here . Next, we will go the implementation through in steps. To achieve our goal, we need to: Register ClusterPage and ClusterPageMenu objects List Certificate Objects on the Cluster Page Customize Details Panel Register clusterPage and clusterPageMenu Objects # First thing we need to do with our extension is to register new menu item in the cluster menu and create a cluster page that is opened when clicking the menu item. We will do this in our extension class CrdSampleExtension that is derived LensRendererExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { } To register menu item in the cluster menu we need to register PageMenuRegistration object. This object will register a menu item with \"Certificates\" text. It will also use CertificateIcon component to render an icon and navigate to cluster page that is having certificates page id. import { Renderer } from \"@k8slens/extensions\" ; type IconProps = Renderer . Component . IconProps ; const { Component : { Icon , }, } = Renderer ; export function CertificateIcon ( props : IconProps ) { return < Icon {... props } material = \"security\" tooltip = \"Certificates\" /> } export default class CrdSampleExtension extends Renderer . LensExtension { clusterPageMenus = [ { target : { pageId : \"certificates\" }, title : \"Certificates\" , components : { Icon : CertificateIcon , } }, ] } Then we need to register PageRegistration object with certificates id and define CertificatePage component to render certificates. export default class CrdSampleExtension extends Renderer . LensExtension { ... clusterPages = [{ id : \"certificates\" , components : { Page : () => < CertificatePage extension = { this } /> , MenuIcon : CertificateIcon , } }] } List Certificate Objects on the Cluster Page # In the previous step we defined CertificatePage component to render certificates. In this step we will actually implement that. CertificatePage is a React component that will render Renderer.Component.KubeObjectListLayout component to list Certificate CRD objects. Get CRD objects # In order to list CRD objects, we need first fetch those from Kubernetes API. Lens Extensions API provides easy mechanism to do this. We just need to define Certificate class derived from Renderer.K8sApi.KubeObject , CertificatesApi derived from Renderer.K8sApi.KubeApi and CertificatesStore derived from Renderer.K8sApi.KubeObjectStore . Certificate class defines properties found in the CRD object: import { Renderer } from \"@k8slens/extensions\" ; const { K8sApi : { KubeObject , KubeObjectStore , KubeApi , apiManager , }, } = Renderer ; export class Certificate extends KubeObject { static kind = \"Certificate\" static namespaced = true static apiBase = \"/apis/cert-manager.io/v1alpha2/certificates\" kind : string apiVersion : string metadata : { name : string ; namespace : string ; selfLink : string ; uid : string ; resourceVersion : string ; creationTimestamp : string ; labels : { [ key : string ] : string ; }; annotations : { [ key : string ] : string ; }; } spec : { dnsNames : string []; issuerRef : { group : string ; kind : string ; name : string ; } secretName : string } status : { conditions : { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type ? : string ; }[]; } } With CertificatesApi class we are able to manage Certificate objects in Kubernetes API: export class CertificatesApi extends KubeApi < Certificate > {} export const certificatesApi = new CertificatesApi ({ objectConstructor : Certificate }); CertificateStore defines storage for Certificate objects export class CertificatesStore extends KubeObjectStore < Certificate > { api = certificatesApi } export const certificatesStore = new CertificatesStore (); And, finally, we register this store to Lens's API manager. apiManager . registerStore ( certificatesStore ); Create CertificatePage component # Now we have created mechanism to manage Certificate objects in Kubernetes API. Then we need to fetch those and render them in the UI. First we define CertificatePage class that extends React.Component . import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { certificatesStore } from \"../certificate-store\" ; import { Certificate } from \"../certificate\" export class CertificatePage extends React . Component < { extension : Renderer.LensExtension } > { } Next we will implement render method that will display certificates in a list. To do that, we just need to add Renderer.Component.KubeObjectListLayout component inside Renderer.Component.TabLayout component in render method. To define which objects the list is showing, we need to pass certificateStore object to Renderer.Component.KubeObjectListLayout in store property. Renderer.Component.KubeObjectListLayout will fetch automatically items from the given store when component is mounted. Also, we can define needed sorting callbacks and search filters for the list: import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TabLayout , KubeObjectListLayout , }, } = Renderer ; enum sortBy { name = \"name\" , namespace = \"namespace\" , issuer = \"issuer\" } export class CertificatePage extends React . Component < { extension : LensRendererExtension } > { // ... render () { return ( < TabLayout > < KubeObjectListLayout className = \"Certificates\" store = { certificatesStore } sortingCallbacks = {{ [ sortBy . name ] : ( certificate : Certificate ) => certificate . getName (), [ sortBy . namespace ] : ( certificate : Certificate ) => certificate . metadata . namespace , [ sortBy . issuer ] : ( certificate : Certificate ) => certificate . spec . issuerRef . name }} searchFilters = {[ ( certificate : Certificate ) => certificate . getSearchFields () ]} renderHeaderTitle = \"Certificates\" renderTableHeader = {[ { title : \"Name\" , className : \"name\" , sortBy : sortBy.name }, { title : \"Namespace\" , className : \"namespace\" , sortBy : sortBy.namespace }, { title : \"Issuer\" , className : \"issuer\" , sortBy : sortBy.namespace }, ]} renderTableContents = {( certificate : Certificate ) => [ certificate . getName (), certificate . metadata . namespace , certificate . spec . issuerRef . name ]} /> < /TabLayout> ) } } Customize Details panel # We have learned now, how to list CRD objects in a list view. Next, we will learn how to customize details panel that will be opened when the object is clicked in the list. First, we need to register our custom component to render details for the specific Kubernetes custom resource, in our case Certificate . We will do this again in CrdSampleExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { //... kubeObjectDetailItems = [{ kind : Certificate.kind , apiVersions : [ \"cert-manager.io/v1alpha2\" ], components : { Details : ( props : CertificateDetailsProps ) => < CertificateDetails {... props } /> } }] } Here we defined that CertificateDetails component will render the resource details. So, next we need to implement that component. Lens will inject Certificate object into our component so we just need to render some information out of it. We can use Renderer.Component.DrawerItem component from Lens Extensions API to give the same look and feel as Lens is using elsewhere: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { Certificate } from \"../certificate\" ; const { Component : { KubeObjectDetailsProps , DrawerItem , Badge , } } = Renderer ; export interface CertificateDetailsProps extends KubeObjectDetailsProps < Certificate > { } export class CertificateDetails extends React . Component < CertificateDetailsProps > { render () { const { object : certificate } = this . props ; if ( ! certificate ) return null ; return ( < div className = \"Certificate\" > < DrawerItem name = \"Created\" > { certificate . getAge ( true , false )} ago ({ certificate . metadata . creationTimestamp }) < /DrawerItem> < DrawerItem name = \"DNS Names\" > { certificate . spec . dnsNames . join ( \",\" )} < /DrawerItem> < DrawerItem name = \"Secret\" > { certificate . spec . secretName } < /DrawerItem> < DrawerItem name = \"Status\" className = \"status\" labelsOnly > { certificate . status . conditions . map (( condition , index ) => { const { type , reason , message , status } = condition ; const kind = type || reason ; if ( ! kind ) return null ; return ( < Badge key = { kind + index } label = { kind } className = { \"success \" + kind . toLowerCase ()} tooltip = { message } /> ); })} < /DrawerItem> < /div> ) } } Summary # Like we can see above, it's very easy to add custom pages and fetch Kubernetes resources by using Extensions API. Please see the complete source code to test it out.","title":"KubeObjectListLayout Sample"},{"location":"extensions/guides/kube-object-list-layout/#kubeobjectlistlayout-sample","text":"In this guide we will learn how to list Kubernetes CRD objects on the cluster dashboard. You can see the complete source code for this guide here . Next, we will go the implementation through in steps. To achieve our goal, we need to: Register ClusterPage and ClusterPageMenu objects List Certificate Objects on the Cluster Page Customize Details Panel","title":"KubeObjectListLayout Sample"},{"location":"extensions/guides/kube-object-list-layout/#register-clusterpage-and-clusterpagemenu-objects","text":"First thing we need to do with our extension is to register new menu item in the cluster menu and create a cluster page that is opened when clicking the menu item. We will do this in our extension class CrdSampleExtension that is derived LensRendererExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { } To register menu item in the cluster menu we need to register PageMenuRegistration object. This object will register a menu item with \"Certificates\" text. It will also use CertificateIcon component to render an icon and navigate to cluster page that is having certificates page id. import { Renderer } from \"@k8slens/extensions\" ; type IconProps = Renderer . Component . IconProps ; const { Component : { Icon , }, } = Renderer ; export function CertificateIcon ( props : IconProps ) { return < Icon {... props } material = \"security\" tooltip = \"Certificates\" /> } export default class CrdSampleExtension extends Renderer . LensExtension { clusterPageMenus = [ { target : { pageId : \"certificates\" }, title : \"Certificates\" , components : { Icon : CertificateIcon , } }, ] } Then we need to register PageRegistration object with certificates id and define CertificatePage component to render certificates. export default class CrdSampleExtension extends Renderer . LensExtension { ... clusterPages = [{ id : \"certificates\" , components : { Page : () => < CertificatePage extension = { this } /> , MenuIcon : CertificateIcon , } }] }","title":"Register clusterPage and clusterPageMenu Objects"},{"location":"extensions/guides/kube-object-list-layout/#list-certificate-objects-on-the-cluster-page","text":"In the previous step we defined CertificatePage component to render certificates. In this step we will actually implement that. CertificatePage is a React component that will render Renderer.Component.KubeObjectListLayout component to list Certificate CRD objects.","title":"List Certificate Objects on the Cluster Page"},{"location":"extensions/guides/kube-object-list-layout/#get-crd-objects","text":"In order to list CRD objects, we need first fetch those from Kubernetes API. Lens Extensions API provides easy mechanism to do this. We just need to define Certificate class derived from Renderer.K8sApi.KubeObject , CertificatesApi derived from Renderer.K8sApi.KubeApi and CertificatesStore derived from Renderer.K8sApi.KubeObjectStore . Certificate class defines properties found in the CRD object: import { Renderer } from \"@k8slens/extensions\" ; const { K8sApi : { KubeObject , KubeObjectStore , KubeApi , apiManager , }, } = Renderer ; export class Certificate extends KubeObject { static kind = \"Certificate\" static namespaced = true static apiBase = \"/apis/cert-manager.io/v1alpha2/certificates\" kind : string apiVersion : string metadata : { name : string ; namespace : string ; selfLink : string ; uid : string ; resourceVersion : string ; creationTimestamp : string ; labels : { [ key : string ] : string ; }; annotations : { [ key : string ] : string ; }; } spec : { dnsNames : string []; issuerRef : { group : string ; kind : string ; name : string ; } secretName : string } status : { conditions : { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type ? : string ; }[]; } } With CertificatesApi class we are able to manage Certificate objects in Kubernetes API: export class CertificatesApi extends KubeApi < Certificate > {} export const certificatesApi = new CertificatesApi ({ objectConstructor : Certificate }); CertificateStore defines storage for Certificate objects export class CertificatesStore extends KubeObjectStore < Certificate > { api = certificatesApi } export const certificatesStore = new CertificatesStore (); And, finally, we register this store to Lens's API manager. apiManager . registerStore ( certificatesStore );","title":"Get CRD objects"},{"location":"extensions/guides/kube-object-list-layout/#create-certificatepage-component","text":"Now we have created mechanism to manage Certificate objects in Kubernetes API. Then we need to fetch those and render them in the UI. First we define CertificatePage class that extends React.Component . import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { certificatesStore } from \"../certificate-store\" ; import { Certificate } from \"../certificate\" export class CertificatePage extends React . Component < { extension : Renderer.LensExtension } > { } Next we will implement render method that will display certificates in a list. To do that, we just need to add Renderer.Component.KubeObjectListLayout component inside Renderer.Component.TabLayout component in render method. To define which objects the list is showing, we need to pass certificateStore object to Renderer.Component.KubeObjectListLayout in store property. Renderer.Component.KubeObjectListLayout will fetch automatically items from the given store when component is mounted. Also, we can define needed sorting callbacks and search filters for the list: import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TabLayout , KubeObjectListLayout , }, } = Renderer ; enum sortBy { name = \"name\" , namespace = \"namespace\" , issuer = \"issuer\" } export class CertificatePage extends React . Component < { extension : LensRendererExtension } > { // ... render () { return ( < TabLayout > < KubeObjectListLayout className = \"Certificates\" store = { certificatesStore } sortingCallbacks = {{ [ sortBy . name ] : ( certificate : Certificate ) => certificate . getName (), [ sortBy . namespace ] : ( certificate : Certificate ) => certificate . metadata . namespace , [ sortBy . issuer ] : ( certificate : Certificate ) => certificate . spec . issuerRef . name }} searchFilters = {[ ( certificate : Certificate ) => certificate . getSearchFields () ]} renderHeaderTitle = \"Certificates\" renderTableHeader = {[ { title : \"Name\" , className : \"name\" , sortBy : sortBy.name }, { title : \"Namespace\" , className : \"namespace\" , sortBy : sortBy.namespace }, { title : \"Issuer\" , className : \"issuer\" , sortBy : sortBy.namespace }, ]} renderTableContents = {( certificate : Certificate ) => [ certificate . getName (), certificate . metadata . namespace , certificate . spec . issuerRef . name ]} /> < /TabLayout> ) } }","title":"Create CertificatePage component"},{"location":"extensions/guides/kube-object-list-layout/#customize-details-panel","text":"We have learned now, how to list CRD objects in a list view. Next, we will learn how to customize details panel that will be opened when the object is clicked in the list. First, we need to register our custom component to render details for the specific Kubernetes custom resource, in our case Certificate . We will do this again in CrdSampleExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { //... kubeObjectDetailItems = [{ kind : Certificate.kind , apiVersions : [ \"cert-manager.io/v1alpha2\" ], components : { Details : ( props : CertificateDetailsProps ) => < CertificateDetails {... props } /> } }] } Here we defined that CertificateDetails component will render the resource details. So, next we need to implement that component. Lens will inject Certificate object into our component so we just need to render some information out of it. We can use Renderer.Component.DrawerItem component from Lens Extensions API to give the same look and feel as Lens is using elsewhere: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { Certificate } from \"../certificate\" ; const { Component : { KubeObjectDetailsProps , DrawerItem , Badge , } } = Renderer ; export interface CertificateDetailsProps extends KubeObjectDetailsProps < Certificate > { } export class CertificateDetails extends React . Component < CertificateDetailsProps > { render () { const { object : certificate } = this . props ; if ( ! certificate ) return null ; return ( < div className = \"Certificate\" > < DrawerItem name = \"Created\" > { certificate . getAge ( true , false )} ago ({ certificate . metadata . creationTimestamp }) < /DrawerItem> < DrawerItem name = \"DNS Names\" > { certificate . spec . dnsNames . join ( \",\" )} < /DrawerItem> < DrawerItem name = \"Secret\" > { certificate . spec . secretName } < /DrawerItem> < DrawerItem name = \"Status\" className = \"status\" labelsOnly > { certificate . status . conditions . map (( condition , index ) => { const { type , reason , message , status } = condition ; const kind = type || reason ; if ( ! kind ) return null ; return ( < Badge key = { kind + index } label = { kind } className = { \"success \" + kind . toLowerCase ()} tooltip = { message } /> ); })} < /DrawerItem> < /div> ) } }","title":"Customize Details panel"},{"location":"extensions/guides/kube-object-list-layout/#summary","text":"Like we can see above, it's very easy to add custom pages and fetch Kubernetes resources by using Extensions API. Please see the complete source code to test it out.","title":"Summary"},{"location":"extensions/guides/main-extension/","text":"Main Extension # The Main Extension API is the interface to Lens's main process. Lens runs in both main and renderer processes. The Main Extension API allows you to access, configure, and customize Lens data, add custom application menu items and protocol handlers , and run custom code in Lens's main process. It also provides convenient methods for navigating to built-in Lens pages and extension pages, as well as adding and removing sources of catalog entities. Main.LensExtension Class # onActivate() and onDeactivate() Methods # To create a main extension simply extend the Main.LensExtension class: import { Main } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Main . LensExtension { onActivate () { console . log ( 'custom main process extension code started' ); } onDeactivate () { console . log ( 'custom main process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) Click Disable on the extension you want to disable. The example above logs messages when the extension is enabled and disabled. To see standard output from the main process there must be a console connected to it. Achieve this by starting Lens from the command prompt. For more details on accessing Lens state data, please see the Stores guide. appMenus # The Main Extension API allows you to customize the UI application menu. The following example demonstrates adding an item to the Help menu. import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click () { console . log ( \"Sample clicked\" ); } } ] } appMenus is an array of objects that satisfy the MenuRegistration interface. MenuRegistration extends Electron's MenuItemConstructorOptions interface. The properties of the appMenus array objects are defined as follows: parentId is the name of the menu where your new menu item will be listed. Valid values include: \"file\" , \"edit\" , \"view\" , and \"help\" . \"lens\" is valid on Mac only. label is the name of your menu item. click() is called when the menu item is selected. In this example, we simply log a message. However, you would typically have this navigate to a specific page or perform another operation. Note that pages are associated with the Renderer.LensExtension class and can be defined in the process of extending it. The following example demonstrates how an application menu can be used to navigate to such a page: import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click : () => this . navigate ( \"myGlobalPage\" ) } ] } When the menu item is clicked the navigate() method looks for and displays a global page with id \"myGlobalPage\" . This page would be defined in your extension's Renderer.LensExtension implementation (See Renderer.LensExtension ). trayMenus # trayMenus is an array of TrayMenuRegistration objects. Most importantly you can define a label and a click handler. Other properties are submenu , enabled , toolTip , id and type . interface TrayMenuRegistration { label? : string ; click ?: ( menuItem : TrayMenuRegistration ) => void ; id? : string ; type ?: \"normal\" | \"separator\" | \"submenu\" toolTip? : string ; enabled? : boolean ; submenu? : TrayMenuRegistration [] } The following example demonstrates how tray menus can be added from extension: import { Main } from \"@k8slens/extensions\" ; export default class SampleTrayMenuMainExtension extends Main . LensExtension { trayMenus = [{ label : \"menu from the extension\" , click : () => { console . log ( \"tray menu clicked!\" ) } }] } addCatalogSource() and removeCatalogSource() Methods # The Main.LensExtension class also provides the addCatalogSource() and removeCatalogSource() methods, for managing custom catalog items (or entities). See the Catalog documentation for full details about the catalog.","title":"Main Extension"},{"location":"extensions/guides/main-extension/#main-extension","text":"The Main Extension API is the interface to Lens's main process. Lens runs in both main and renderer processes. The Main Extension API allows you to access, configure, and customize Lens data, add custom application menu items and protocol handlers , and run custom code in Lens's main process. It also provides convenient methods for navigating to built-in Lens pages and extension pages, as well as adding and removing sources of catalog entities.","title":"Main Extension"},{"location":"extensions/guides/main-extension/#mainlensextension-class","text":"","title":"Main.LensExtension Class"},{"location":"extensions/guides/main-extension/#onactivate-and-ondeactivate-methods","text":"To create a main extension simply extend the Main.LensExtension class: import { Main } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Main . LensExtension { onActivate () { console . log ( 'custom main process extension code started' ); } onDeactivate () { console . log ( 'custom main process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) Click Disable on the extension you want to disable. The example above logs messages when the extension is enabled and disabled. To see standard output from the main process there must be a console connected to it. Achieve this by starting Lens from the command prompt. For more details on accessing Lens state data, please see the Stores guide.","title":"onActivate() and onDeactivate() Methods"},{"location":"extensions/guides/main-extension/#appmenus","text":"The Main Extension API allows you to customize the UI application menu. The following example demonstrates adding an item to the Help menu. import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click () { console . log ( \"Sample clicked\" ); } } ] } appMenus is an array of objects that satisfy the MenuRegistration interface. MenuRegistration extends Electron's MenuItemConstructorOptions interface. The properties of the appMenus array objects are defined as follows: parentId is the name of the menu where your new menu item will be listed. Valid values include: \"file\" , \"edit\" , \"view\" , and \"help\" . \"lens\" is valid on Mac only. label is the name of your menu item. click() is called when the menu item is selected. In this example, we simply log a message. However, you would typically have this navigate to a specific page or perform another operation. Note that pages are associated with the Renderer.LensExtension class and can be defined in the process of extending it. The following example demonstrates how an application menu can be used to navigate to such a page: import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click : () => this . navigate ( \"myGlobalPage\" ) } ] } When the menu item is clicked the navigate() method looks for and displays a global page with id \"myGlobalPage\" . This page would be defined in your extension's Renderer.LensExtension implementation (See Renderer.LensExtension ).","title":"appMenus"},{"location":"extensions/guides/main-extension/#traymenus","text":"trayMenus is an array of TrayMenuRegistration objects. Most importantly you can define a label and a click handler. Other properties are submenu , enabled , toolTip , id and type . interface TrayMenuRegistration { label? : string ; click ?: ( menuItem : TrayMenuRegistration ) => void ; id? : string ; type ?: \"normal\" | \"separator\" | \"submenu\" toolTip? : string ; enabled? : boolean ; submenu? : TrayMenuRegistration [] } The following example demonstrates how tray menus can be added from extension: import { Main } from \"@k8slens/extensions\" ; export default class SampleTrayMenuMainExtension extends Main . LensExtension { trayMenus = [{ label : \"menu from the extension\" , click : () => { console . log ( \"tray menu clicked!\" ) } }] }","title":"trayMenus"},{"location":"extensions/guides/main-extension/#addcatalogsource-and-removecatalogsource-methods","text":"The Main.LensExtension class also provides the addCatalogSource() and removeCatalogSource() methods, for managing custom catalog items (or entities). See the Catalog documentation for full details about the catalog.","title":"addCatalogSource() and removeCatalogSource() Methods"},{"location":"extensions/guides/protocol-handlers/","text":"Lens Protocol Handlers # Lens has a file association with the lens:// protocol. This means that Lens can be opened by external programs by providing a link that has lens as its protocol. Lens provides a routing mechanism that extensions can use to register custom handlers. Registering A Protocol Handler # The field protocolHandlers exists both on LensMainExtension and on LensRendererExtension . This field will be iterated through every time a lens:// request gets sent to the application. The pathSchema argument must comply with the path-to-regexp package's compileToRegex function. Once you have registered a handler it will be called when a user opens a link on their computer. Handlers will be run in both main and renderer in parallel with no synchronization between the two processes. Furthermore, both main and renderer are routed separately. In other words, which handler is selected in either process is independent from the list of possible handlers in the other. Example of registering a handler: import { Main , Common } from \"@k8slens/extensions\" ; function rootHandler ( params : Common.Types.ProtocolRouteParams ) { console . log ( \"routed to ExampleExtension\" , params ); } export default class ExampleExtensionMain extends Main . LensExtension { protocolHandlers = [ pathSchema : \"/\" , handler : rootHandler , ] } For testing the routing of URIs the open (on macOS) or xdg-open (on most linux) CLI utilities can be used. For the above handler, the following URI would be always routed to it: open lens://extension/example-extension/ Deregistering A Protocol Handler # All that is needed to deregister a handler is to remove it from the array of handlers. Routing Algorithm # The routing mechanism for extensions is quite straight forward. For example consider an extension example-extension which is published by the @mirantis org. If it were to register a handler with \"/display/:type\" as its corresponding link then we would match the following URI like this: Once matched, the handler would be called with the following argument (note both \"search\" and \"pathname\" will always be defined): { \"search\" : { \"text\" : \"Hello\" }, \"pathname\" : { \"type\" : \"notification\" } } As the diagram above shows, the search (or query) params are not considered as part of the handler resolution. If the URI had instead been lens://extension/@mirantis/example-extension/display/notification/green then a third (and optional) field will have the rest of the path. The tail field would be filled with \"/green\" . If multiple pathSchema 's match a given URI then the most specific handler will be called. For example consider the following pathSchema 's: \"/\" \"/display\" \"/display/:type\" \"/show/:id\" The URI sub-path \"/display\" would be routed to #2 since it is an exact match. On the other hand, the subpath \"/display/notification\" would be routed to #3. The URI is routed to the most specific matching pathSchema . This way the \"/\" (root) pathSchema acts as a sort of catch all or default route if no other route matches.","title":"Protocol Handlers"},{"location":"extensions/guides/protocol-handlers/#lens-protocol-handlers","text":"Lens has a file association with the lens:// protocol. This means that Lens can be opened by external programs by providing a link that has lens as its protocol. Lens provides a routing mechanism that extensions can use to register custom handlers.","title":"Lens Protocol Handlers"},{"location":"extensions/guides/protocol-handlers/#registering-a-protocol-handler","text":"The field protocolHandlers exists both on LensMainExtension and on LensRendererExtension . This field will be iterated through every time a lens:// request gets sent to the application. The pathSchema argument must comply with the path-to-regexp package's compileToRegex function. Once you have registered a handler it will be called when a user opens a link on their computer. Handlers will be run in both main and renderer in parallel with no synchronization between the two processes. Furthermore, both main and renderer are routed separately. In other words, which handler is selected in either process is independent from the list of possible handlers in the other. Example of registering a handler: import { Main , Common } from \"@k8slens/extensions\" ; function rootHandler ( params : Common.Types.ProtocolRouteParams ) { console . log ( \"routed to ExampleExtension\" , params ); } export default class ExampleExtensionMain extends Main . LensExtension { protocolHandlers = [ pathSchema : \"/\" , handler : rootHandler , ] } For testing the routing of URIs the open (on macOS) or xdg-open (on most linux) CLI utilities can be used. For the above handler, the following URI would be always routed to it: open lens://extension/example-extension/","title":"Registering A Protocol Handler"},{"location":"extensions/guides/protocol-handlers/#deregistering-a-protocol-handler","text":"All that is needed to deregister a handler is to remove it from the array of handlers.","title":"Deregistering A Protocol Handler"},{"location":"extensions/guides/protocol-handlers/#routing-algorithm","text":"The routing mechanism for extensions is quite straight forward. For example consider an extension example-extension which is published by the @mirantis org. If it were to register a handler with \"/display/:type\" as its corresponding link then we would match the following URI like this: Once matched, the handler would be called with the following argument (note both \"search\" and \"pathname\" will always be defined): { \"search\" : { \"text\" : \"Hello\" }, \"pathname\" : { \"type\" : \"notification\" } } As the diagram above shows, the search (or query) params are not considered as part of the handler resolution. If the URI had instead been lens://extension/@mirantis/example-extension/display/notification/green then a third (and optional) field will have the rest of the path. The tail field would be filled with \"/green\" . If multiple pathSchema 's match a given URI then the most specific handler will be called. For example consider the following pathSchema 's: \"/\" \"/display\" \"/display/:type\" \"/show/:id\" The URI sub-path \"/display\" would be routed to #2 since it is an exact match. On the other hand, the subpath \"/display/notification\" would be routed to #3. The URI is routed to the most specific matching pathSchema . This way the \"/\" (root) pathSchema acts as a sort of catch all or default route if no other route matches.","title":"Routing Algorithm"},{"location":"extensions/guides/renderer-extension/","text":"Renderer Extension (WIP) # The Renderer Extension API is the interface to Lens's renderer process. Lens runs in both the main and renderer processes. The Renderer Extension API allows you to access, configure, and customize Lens data, add custom Lens UI elements, protocol handlers, and command palette commands, as well as run custom code in Lens's renderer process. The custom Lens UI elements that you can add include: Cluster pages Cluster page menus Global pages Welcome menus App preferences Top bar items Status bar items KubeObject menu items KubeObject detail items KubeObject status texts Kube workloads overview items as well as catalog-related UI elements: Entity settings Catalog entity detail items All UI elements are based on React components. Finally, you can also add commands and protocol handlers: Command palette commands protocol handlers Renderer.LensExtension Class # onActivate() and onDeactivate() Methods # To create a renderer extension, extend the Renderer.LensExtension class: import { Renderer } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Renderer . LensExtension { onActivate () { console . log ( 'custom renderer process extension code started' ); } onDeactivate () { console . log ( 'custom renderer process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Info Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) For the extension you want to disable, open the context menu (click on the three vertical dots) and choose Disable . The example above logs messages when the extension is enabled and disabled. clusterPages # Cluster pages appear in the cluster dashboard. Use cluster pages to display information about or add functionality to the active cluster. It is also possible to include custom details from other clusters. Use your extension to access Kubernetes resources in the active cluster with ClusterStore.getInstance() . Add a cluster page definition to a Renderer.LensExtension subclass with the following example: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; } clusterPages is an array of objects that satisfy the PageRegistration interface. The properties of the clusterPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. ExamplePage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class ExamplePage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Note that the ExamplePage class defines the extension property. This allows the ExampleExtension object to be passed in the cluster page definition in the React style. This way, ExamplePage can access all ExampleExtension subclass data. The above example shows how to create a cluster page, but not how to make that page available to the Lens user. Use clusterPageMenus , covered in the next section, to add cluster pages to the Lens UI. clusterPageMenus # clusterPageMenus allows you to add cluster page menu items to the secondary left nav, below Lens's standard cluster menus like Workloads , Custom Resources , etc. By expanding on the above example, you can add a cluster page menu item to the ExampleExtension definition: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, ]; } clusterPageMenus is an array of objects that satisfy the ClusterPageMenuRegistration interface. This element defines how the cluster page menu item will appear and what it will do when you click it. The properties of the clusterPageMenus array objects are defined as follows: target links to the relevant cluster page using pageId . pageId takes the value of the relevant cluster page's id property. title sets the name of the cluster page menu item that will appear in the left side menu. components is used to set an icon that appears to the left of the title text in the left side menu. The above example creates a menu item that reads Hello World . When users click Hello World , the cluster dashboard will show the contents of Example Page . This example requires the definition of another React-based component, ExampleIcon , which has been added to page.tsx , as follows: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" type IconProps = Renderer . Component . IconProps ; const { Component : { Icon }, } = Renderer ; export function ExampleIcon ( props : IconProps ) { return < Icon {... props } material = \"pages\" tooltip = { \"Hi!\" } /> } export class ExamplePage extends React . Component < { extension : Renderer.LensExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Lens includes various built-in components available for extension developers to use. One of these is the Renderer.Component.Icon , introduced in ExampleIcon , which you can use to access any of the icons available at Material Design . The properties that Renderer.Component.Icon uses are defined as follows: material takes the name of the icon you want to use. tooltip sets the text you want to appear when a user hovers over the icon. clusterPageMenus can also be used to define sub menu items, so that you can create groups of cluster pages. The following example groups two sub menu items under one parent menu item: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } }, { id : \"bonjour\" , components : { Page : () => < ExemplePage extension = { this } /> , } } ]; clusterPageMenus = [ { id : \"example\" , title : \"Greetings\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"bonjour\" }, title : \"Bonjour le monde\" , components : { Icon : ExempleIcon , } } ]; } The above defines two cluster pages and three cluster page menu objects. The cluster page definitions are straightforward. The three cluster page menu objects include one parent menu item and two sub menu items. The first cluster page menu object defines the parent of a foldout submenu. Setting the id field in a cluster page menu definition implies that it is defining a foldout submenu. Also note that the target field is not specified (it is ignored if the id field is specified). This cluster page menu object specifies the title and components fields, which are used in displaying the menu item in the cluster dashboard sidebar. Initially the submenu is hidden. Activating this menu item toggles on and off the appearance of the submenu below it. The remaining two cluster page menu objects define the contents of the submenu. A cluster page menu object is defined to be a submenu item by setting the parentId field to the id of the parent of a foldout submenu, \"example\" in this case. This is what the example could look like, including how the menu item will appear in the secondary left nav: globalPages # Global pages are independent of the cluster dashboard and can fill the entire Lens UI. Their primary use is to display information and provide functionality across clusters (or catalog entities), including customized data and functionality unique to your extension. Unlike cluster pages, users can trigger global pages even when there is no active cluster (or catalog entity). The following example defines a Renderer.LensExtension subclass with a single global page definition: import { Renderer } from '@k8slens/extensions' ; import { HelpPage } from './page' ; import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; } globalPages is an array of objects that satisfy the PageRegistration interface. The properties of the globalPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. HelpPage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class HelpPage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Help yourself < /p> < /div> ) } } Note that the HelpPage class defines the extension property. This allows the HelpExtension object to be passed in the global page definition in the React-style. This way, HelpPage can access all HelpExtension subclass data. This example code shows how to create a global page, but not how to make that page available to the Lens user. Global pages are typically made available in the following ways: To add global pages to the top menu bar, see appMenus in the Main Extension guide. To add global pages as an interactive element in the blue status bar along the bottom of the Lens UI, see statusBarItems . To add global pages to the Welcome Page, see welcomeMenus . welcomeMenus # appPreferences # The Lens Preferences page is a built-in global page. You can use Lens extensions to add custom preferences to the Preferences page, providing a single location for users to configure global options. The following example demonstrates adding a custom preference: import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { observable } from \"mobx\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { @observable preference = { enabled : false }; appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput preference = { this . preference } /> , Hint : () => < ExamplePreferenceHint /> } } ]; } appPreferences is an array of objects that satisfies the AppPreferenceRegistration interface. The properties of the appPreferences array objects are defined as follows: title sets the heading text displayed on the Preferences page. components specifies two React.Component objects that define the interface for the preference. Input specifies an interactive input element for the preference. Hint provides descriptive information for the preference, shown below the Input element. Note Note that the input and the hint can be comprised of more sophisticated elements, according to the needs of the extension. ExamplePreferenceInput expects its React props to be set to an ExamplePreferenceProps instance. This is how ExampleRendererExtension handles the state of the preference input. ExampleRendererExtension has a preference field, which you will add to ExamplePreferenceInput . In this example ExamplePreferenceInput , ExamplePreferenceHint , and ExamplePreferenceProps are defined in ./src/example-preference.tsx as follows: import { Renderer } from \"@k8slens/extensions\" ; import { makeObservable } from \"mobx\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; const { Component : { Checkbox , }, } = Renderer ; export class ExamplePreferenceProps { preference : { enabled : boolean ; } } @observer export class ExamplePreferenceInput extends React . Component < ExamplePreferenceProps > { public constructor () { super ({ preference : { enabled : false }}); makeObservable ( this ); } render () { const { preference } = this . props ; return ( < Checkbox label = \"I understand appPreferences\" value = { preference . enabled } onChange = { v => { preference . enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } ExamplePreferenceInput implements a simple checkbox using Lens's Renderer.Component.Checkbox using the following properties: label sets the text that displays next to the checkbox. value is initially set to preference.enabled . onChange is a function that responds when the state of the checkbox changes. ExamplePreferenceInput is defined with the ExamplePreferenceProps React props. This is an object with the single enabled property. It is used to indicate the state of the preference, and it is bound to the checkbox state in onChange . ExamplePreferenceHint is a simple text span. The above example introduces the decorators makeObservable and observer from the mobx and mobx-react packages. mobx simplifies state management. Without it, this example would not visually update the checkbox properly when the user activates it. Lens uses mobx extensively for state management of its own UI elements. We recommend that extensions rely on it, as well. Alternatively, you can use React's state management, though mobx is typically simpler to use. Note that you can manage an extension's state data using an ExtensionStore object, which conveniently handles persistence and synchronization. To simplify this guide, the example above defines a preference field in the ExampleRendererExtension class definition to hold the extension's state. However, we recommend that you manage your extension's state data using ExtensionStore . topBarItems # statusBarItems # The status bar is the blue strip along the bottom of the Lens UI. statusBarItems are React.ReactNode types. They can be used to display status information, or act as links to global pages as well as external pages. The following example adds a statusBarItems definition and a globalPages definition to a LensRendererExtension subclass. It configures the status bar item to navigate to the global page upon activation (normally a mouse click): import { Renderer } from '@k8slens/extensions' ; import { HelpIcon , HelpPage } from \"./page\" import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps\" onClick = {() => this . navigate ( \"help\" )} > < HelpIcon /> My Status Bar Item < /div> ) }, }, ]; } The properties of the statusBarItems array objects are defined as follows: Item specifies the React.Component that will be shown on the status bar. By default, items are added starting from the right side of the status bar. Due to limited space in the status bar, Item will typically specify only an icon or a short string of text. The example above reuses the HelpIcon from the globalPageMenus guide . onClick determines what the statusBarItem does when it is clicked. In the example, onClick is set to a function that calls the LensRendererExtension navigate() method. navigate takes the id of the associated global page as a parameter. Thus, clicking the status bar item activates the associated global pages. kubeObjectMenuItems # An extension can add custom menu items ( kubeObjectMenuItems ) for specific Kubernetes resource kinds and apiVersions. kubeObjectMenuItems appear under the vertical ellipsis for each listed resource in the cluster dashboard: They also appear on the title bar of the details page for specific resources: The following example shows how to add a kubeObjectMenuItems for namespace resources with an associated action: import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceMenuItem } from \"./src/namespace-menu-item\" type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : KubeObjectMenuProps < Namespace > ) => < NamespaceMenuItem {... props } /> } } ]; } kubeObjectMenuItems is an array of objects matching the KubeObjectMenuRegistration interface. The example above adds a menu item for namespaces in the cluster dashboard. The properties of the kubeObjectMenuItems array objects are defined as follows: kind specifies the Kubernetes resource type the menu item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the menu item's appearance and behavior. MenuItem provides a function that returns a React.Component given a set of menu item properties. In this example a NamespaceMenuItem object is returned. NamespaceMenuItem is defined in ./src/namespace-menu-item.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { terminalStore , MenuItem , Icon , }, Navigation , } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export function NamespaceMenuItem ( props : KubeObjectMenuProps < Namespace > ) { const { object : namespace , toolbar } = props ; if ( ! namespace ) return null ; const namespaceName = namespace . getName (); const sendToTerminal = ( command : string ) => { terminalStore . sendCommand ( command , { enter : true , newTab : true , }); Navigation . hideDetails (); }; const getPods = () => { sendToTerminal ( `kubectl get pods -n ${ namespaceName } ` ); }; return ( < MenuItem onClick = { getPods } > < Icon material = \"speaker_group\" interactive = { toolbar } title = \"Get pods in terminal\" /> < span className = \"title\" > Get Pods < /span> < /MenuItem> ); } NamespaceMenuItem returns a Renderer.Component.MenuItem which defines the menu item's appearance and its behavior when activated via the onClick property. In the example, getPods() opens a terminal tab and runs kubectl to get a list of pods running in the current namespace. The name of the namespace is retrieved from props passed into NamespaceMenuItem() . namespace is the props.object , which is of type Renderer.K8sApi.Namespace . Renderer.K8sApi.Namespace is the API for accessing namespaces. The current namespace in this example is simply given by namespace.getName() . Thus, kubeObjectMenuItems afford convenient access to the specific resource selected by the user. kubeObjectDetailItems # An extension can add custom details ( kubeObjectDetailItems ) for specified Kubernetes resource kinds and apiVersions. These custom details appear on the details page for a specific resource, such as a Namespace as shown here: The following example shows how to use kubeObjectDetailItems to add a tabulated list of pods to the Namespace resource details page: import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceDetailsItem } from \"./src/namespace-details-item\" ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type KubeObjectDetailsProps = Renderer . Component . KubeObjectDetailsProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectDetailItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], priority : 10 , components : { Details : ( props : KubeObjectDetailsProps < Namespace > ) => < NamespaceDetailsItem {... props } /> } } ]; } kubeObjectDetailItems is an array of objects matching the KubeObjectDetailRegistration interface. This example above adds a detail item for namespaces in the cluster dashboard. The properties of the kubeObjectDetailItems array objects are defined as follows: kind specifies the Kubernetes resource type the detail item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the detail item's appearance and behavior. Details provides a function that returns a React.Component given a set of detail item properties. In this example a NamespaceDetailsItem object is returned. NamespaceDetailsItem is defined in ./src/namespace-details-item.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { PodsDetailsList } from \"./pods-details-list\" ; import React from \"react\" ; import { observable } from \"mobx\" ; import { observer } from \"mobx-react\" ; const { K8sApi : { podsApi , }, Component : { DrawerTitle , }, } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; type Pod = Renderer . K8sApi . Pod ; @observer export class NamespaceDetailsItem extends React . Component < KubeObjectDetailsProps < Namespace >> { @observable private pods : Pod []; async componentDidMount () { const namespace = this . props . object . getName (); this . pods = await podsApi . list ({ namespace }); } render () { return ( < div > < DrawerTitle title = \"Pods\" /> < PodsDetailsList pods = { this . pods } /> < /div> ) } } Since NamespaceDetailsItem extends React.Component> , it can access the current namespace object (type Namespace ) through this.props.object . You can query this object for many details about the current namespace. In the example above, componentDidMount() gets the namespace's name using the Namespace getName() method. Use the namespace's name to limit the list of pods only to those in the relevant namespace. To get this list of pods, this example uses the Kubernetes pods API podsApi.list() method. The podsApi is automatically configured for the active cluster. Note that podsApi.list() is an asynchronous method. Getting the pods list should occur prior to rendering the NamespaceDetailsItem . It is a common technique in React development to await async calls in componentDidMount() . However, componentDidMount() is called right after the first call to render() . In order to effect a subsequent render() call, React must be made aware of a state change. Like in the appPreferences guide , mobx and mobx-react are used to ensure NamespaceDetailsItem renders when the pods list updates. This is done simply by marking the pods field as an observable and the NamespaceDetailsItem class itself as an observer . Finally, the NamespaceDetailsItem renders using the render() method. Details are placed in drawers, and using Renderer.Component.DrawerTitle provides a separator from details above this one. Multiple details in a drawer can be placed in elements for further separation, if desired. The rest of this example's details are defined in PodsDetailsList , found in ./pods-details-list.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TableHead , TableRow , TableCell , Table , }, } = Renderer ; type Pod = Renderer . K8sApi . Pod ; interface Props { pods? : Pod []; } export class PodsDetailsList extends React . Component < Props > { getTableRow = ( pod : Pod ) => { return ( < TableRow key = { index } nowrap > < TableCell className = \"podName\" > { pods [ index ]. getName ()} < /TableCell> < TableCell className = \"podAge\" > { pods [ index ]. getAge ()} < /TableCell> < TableCell className = \"podStatus\" > { pods [ index ]. getStatus ()} < /TableCell> < /TableRow> ) }; render () { const { pods } = this . props if ( ! pods ? . length ) { return null ; } return ( < div > < Table > < TableHead > < TableCell className = \"podName\" > Name < /TableCell> < TableCell className = \"podAge\" > Age < /TableCell> < TableCell className = \"podStatus\" > Status < /TableCell> < /TableHead> { pods . map ( this . getTableRow ) } < /Table> < /div> ); } } PodsDetailsList produces a simple table showing a list of the pods found in this namespace: Obtain the name, age, and status for each pod using the Renderer.K8sApi.Pod methods. Construct the table using the Renderer.Component.Table and related elements. For each pod the name, age, and status are obtained using the Renderer.K8sApi.Pod methods. The table is constructed using the Renderer.Component.Table and related elements. See Component documentation for further details. kubeObjectStatusTexts # kubeWorkloadsOverviewItems # entitySettings # catalogEntityDetailItems # commandPaletteCommands # protocolHandlers # See the Protocol Handlers Guide","title":"Renderer Extension"},{"location":"extensions/guides/renderer-extension/#renderer-extension-wip","text":"The Renderer Extension API is the interface to Lens's renderer process. Lens runs in both the main and renderer processes. The Renderer Extension API allows you to access, configure, and customize Lens data, add custom Lens UI elements, protocol handlers, and command palette commands, as well as run custom code in Lens's renderer process. The custom Lens UI elements that you can add include: Cluster pages Cluster page menus Global pages Welcome menus App preferences Top bar items Status bar items KubeObject menu items KubeObject detail items KubeObject status texts Kube workloads overview items as well as catalog-related UI elements: Entity settings Catalog entity detail items All UI elements are based on React components. Finally, you can also add commands and protocol handlers: Command palette commands protocol handlers","title":"Renderer Extension (WIP)"},{"location":"extensions/guides/renderer-extension/#rendererlensextension-class","text":"","title":"Renderer.LensExtension Class"},{"location":"extensions/guides/renderer-extension/#onactivate-and-ondeactivate-methods","text":"To create a renderer extension, extend the Renderer.LensExtension class: import { Renderer } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Renderer . LensExtension { onActivate () { console . log ( 'custom renderer process extension code started' ); } onDeactivate () { console . log ( 'custom renderer process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Info Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) For the extension you want to disable, open the context menu (click on the three vertical dots) and choose Disable . The example above logs messages when the extension is enabled and disabled.","title":"onActivate() and onDeactivate() Methods"},{"location":"extensions/guides/renderer-extension/#clusterpages","text":"Cluster pages appear in the cluster dashboard. Use cluster pages to display information about or add functionality to the active cluster. It is also possible to include custom details from other clusters. Use your extension to access Kubernetes resources in the active cluster with ClusterStore.getInstance() . Add a cluster page definition to a Renderer.LensExtension subclass with the following example: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; } clusterPages is an array of objects that satisfy the PageRegistration interface. The properties of the clusterPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. ExamplePage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class ExamplePage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Note that the ExamplePage class defines the extension property. This allows the ExampleExtension object to be passed in the cluster page definition in the React style. This way, ExamplePage can access all ExampleExtension subclass data. The above example shows how to create a cluster page, but not how to make that page available to the Lens user. Use clusterPageMenus , covered in the next section, to add cluster pages to the Lens UI.","title":"clusterPages"},{"location":"extensions/guides/renderer-extension/#clusterpagemenus","text":"clusterPageMenus allows you to add cluster page menu items to the secondary left nav, below Lens's standard cluster menus like Workloads , Custom Resources , etc. By expanding on the above example, you can add a cluster page menu item to the ExampleExtension definition: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, ]; } clusterPageMenus is an array of objects that satisfy the ClusterPageMenuRegistration interface. This element defines how the cluster page menu item will appear and what it will do when you click it. The properties of the clusterPageMenus array objects are defined as follows: target links to the relevant cluster page using pageId . pageId takes the value of the relevant cluster page's id property. title sets the name of the cluster page menu item that will appear in the left side menu. components is used to set an icon that appears to the left of the title text in the left side menu. The above example creates a menu item that reads Hello World . When users click Hello World , the cluster dashboard will show the contents of Example Page . This example requires the definition of another React-based component, ExampleIcon , which has been added to page.tsx , as follows: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" type IconProps = Renderer . Component . IconProps ; const { Component : { Icon }, } = Renderer ; export function ExampleIcon ( props : IconProps ) { return < Icon {... props } material = \"pages\" tooltip = { \"Hi!\" } /> } export class ExamplePage extends React . Component < { extension : Renderer.LensExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Lens includes various built-in components available for extension developers to use. One of these is the Renderer.Component.Icon , introduced in ExampleIcon , which you can use to access any of the icons available at Material Design . The properties that Renderer.Component.Icon uses are defined as follows: material takes the name of the icon you want to use. tooltip sets the text you want to appear when a user hovers over the icon. clusterPageMenus can also be used to define sub menu items, so that you can create groups of cluster pages. The following example groups two sub menu items under one parent menu item: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } }, { id : \"bonjour\" , components : { Page : () => < ExemplePage extension = { this } /> , } } ]; clusterPageMenus = [ { id : \"example\" , title : \"Greetings\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"bonjour\" }, title : \"Bonjour le monde\" , components : { Icon : ExempleIcon , } } ]; } The above defines two cluster pages and three cluster page menu objects. The cluster page definitions are straightforward. The three cluster page menu objects include one parent menu item and two sub menu items. The first cluster page menu object defines the parent of a foldout submenu. Setting the id field in a cluster page menu definition implies that it is defining a foldout submenu. Also note that the target field is not specified (it is ignored if the id field is specified). This cluster page menu object specifies the title and components fields, which are used in displaying the menu item in the cluster dashboard sidebar. Initially the submenu is hidden. Activating this menu item toggles on and off the appearance of the submenu below it. The remaining two cluster page menu objects define the contents of the submenu. A cluster page menu object is defined to be a submenu item by setting the parentId field to the id of the parent of a foldout submenu, \"example\" in this case. This is what the example could look like, including how the menu item will appear in the secondary left nav:","title":"clusterPageMenus"},{"location":"extensions/guides/renderer-extension/#globalpages","text":"Global pages are independent of the cluster dashboard and can fill the entire Lens UI. Their primary use is to display information and provide functionality across clusters (or catalog entities), including customized data and functionality unique to your extension. Unlike cluster pages, users can trigger global pages even when there is no active cluster (or catalog entity). The following example defines a Renderer.LensExtension subclass with a single global page definition: import { Renderer } from '@k8slens/extensions' ; import { HelpPage } from './page' ; import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; } globalPages is an array of objects that satisfy the PageRegistration interface. The properties of the globalPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. HelpPage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class HelpPage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Help yourself < /p> < /div> ) } } Note that the HelpPage class defines the extension property. This allows the HelpExtension object to be passed in the global page definition in the React-style. This way, HelpPage can access all HelpExtension subclass data. This example code shows how to create a global page, but not how to make that page available to the Lens user. Global pages are typically made available in the following ways: To add global pages to the top menu bar, see appMenus in the Main Extension guide. To add global pages as an interactive element in the blue status bar along the bottom of the Lens UI, see statusBarItems . To add global pages to the Welcome Page, see welcomeMenus .","title":"globalPages"},{"location":"extensions/guides/renderer-extension/#welcomemenus","text":"","title":"welcomeMenus"},{"location":"extensions/guides/renderer-extension/#apppreferences","text":"The Lens Preferences page is a built-in global page. You can use Lens extensions to add custom preferences to the Preferences page, providing a single location for users to configure global options. The following example demonstrates adding a custom preference: import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { observable } from \"mobx\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { @observable preference = { enabled : false }; appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput preference = { this . preference } /> , Hint : () => < ExamplePreferenceHint /> } } ]; } appPreferences is an array of objects that satisfies the AppPreferenceRegistration interface. The properties of the appPreferences array objects are defined as follows: title sets the heading text displayed on the Preferences page. components specifies two React.Component objects that define the interface for the preference. Input specifies an interactive input element for the preference. Hint provides descriptive information for the preference, shown below the Input element. Note Note that the input and the hint can be comprised of more sophisticated elements, according to the needs of the extension. ExamplePreferenceInput expects its React props to be set to an ExamplePreferenceProps instance. This is how ExampleRendererExtension handles the state of the preference input. ExampleRendererExtension has a preference field, which you will add to ExamplePreferenceInput . In this example ExamplePreferenceInput , ExamplePreferenceHint , and ExamplePreferenceProps are defined in ./src/example-preference.tsx as follows: import { Renderer } from \"@k8slens/extensions\" ; import { makeObservable } from \"mobx\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; const { Component : { Checkbox , }, } = Renderer ; export class ExamplePreferenceProps { preference : { enabled : boolean ; } } @observer export class ExamplePreferenceInput extends React . Component < ExamplePreferenceProps > { public constructor () { super ({ preference : { enabled : false }}); makeObservable ( this ); } render () { const { preference } = this . props ; return ( < Checkbox label = \"I understand appPreferences\" value = { preference . enabled } onChange = { v => { preference . enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } ExamplePreferenceInput implements a simple checkbox using Lens's Renderer.Component.Checkbox using the following properties: label sets the text that displays next to the checkbox. value is initially set to preference.enabled . onChange is a function that responds when the state of the checkbox changes. ExamplePreferenceInput is defined with the ExamplePreferenceProps React props. This is an object with the single enabled property. It is used to indicate the state of the preference, and it is bound to the checkbox state in onChange . ExamplePreferenceHint is a simple text span. The above example introduces the decorators makeObservable and observer from the mobx and mobx-react packages. mobx simplifies state management. Without it, this example would not visually update the checkbox properly when the user activates it. Lens uses mobx extensively for state management of its own UI elements. We recommend that extensions rely on it, as well. Alternatively, you can use React's state management, though mobx is typically simpler to use. Note that you can manage an extension's state data using an ExtensionStore object, which conveniently handles persistence and synchronization. To simplify this guide, the example above defines a preference field in the ExampleRendererExtension class definition to hold the extension's state. However, we recommend that you manage your extension's state data using ExtensionStore .","title":"appPreferences"},{"location":"extensions/guides/renderer-extension/#topbaritems","text":"","title":"topBarItems"},{"location":"extensions/guides/renderer-extension/#statusbaritems","text":"The status bar is the blue strip along the bottom of the Lens UI. statusBarItems are React.ReactNode types. They can be used to display status information, or act as links to global pages as well as external pages. The following example adds a statusBarItems definition and a globalPages definition to a LensRendererExtension subclass. It configures the status bar item to navigate to the global page upon activation (normally a mouse click): import { Renderer } from '@k8slens/extensions' ; import { HelpIcon , HelpPage } from \"./page\" import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps\" onClick = {() => this . navigate ( \"help\" )} > < HelpIcon /> My Status Bar Item < /div> ) }, }, ]; } The properties of the statusBarItems array objects are defined as follows: Item specifies the React.Component that will be shown on the status bar. By default, items are added starting from the right side of the status bar. Due to limited space in the status bar, Item will typically specify only an icon or a short string of text. The example above reuses the HelpIcon from the globalPageMenus guide . onClick determines what the statusBarItem does when it is clicked. In the example, onClick is set to a function that calls the LensRendererExtension navigate() method. navigate takes the id of the associated global page as a parameter. Thus, clicking the status bar item activates the associated global pages.","title":"statusBarItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectmenuitems","text":"An extension can add custom menu items ( kubeObjectMenuItems ) for specific Kubernetes resource kinds and apiVersions. kubeObjectMenuItems appear under the vertical ellipsis for each listed resource in the cluster dashboard: They also appear on the title bar of the details page for specific resources: The following example shows how to add a kubeObjectMenuItems for namespace resources with an associated action: import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceMenuItem } from \"./src/namespace-menu-item\" type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : KubeObjectMenuProps < Namespace > ) => < NamespaceMenuItem {... props } /> } } ]; } kubeObjectMenuItems is an array of objects matching the KubeObjectMenuRegistration interface. The example above adds a menu item for namespaces in the cluster dashboard. The properties of the kubeObjectMenuItems array objects are defined as follows: kind specifies the Kubernetes resource type the menu item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the menu item's appearance and behavior. MenuItem provides a function that returns a React.Component given a set of menu item properties. In this example a NamespaceMenuItem object is returned. NamespaceMenuItem is defined in ./src/namespace-menu-item.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { terminalStore , MenuItem , Icon , }, Navigation , } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export function NamespaceMenuItem ( props : KubeObjectMenuProps < Namespace > ) { const { object : namespace , toolbar } = props ; if ( ! namespace ) return null ; const namespaceName = namespace . getName (); const sendToTerminal = ( command : string ) => { terminalStore . sendCommand ( command , { enter : true , newTab : true , }); Navigation . hideDetails (); }; const getPods = () => { sendToTerminal ( `kubectl get pods -n ${ namespaceName } ` ); }; return ( < MenuItem onClick = { getPods } > < Icon material = \"speaker_group\" interactive = { toolbar } title = \"Get pods in terminal\" /> < span className = \"title\" > Get Pods < /span> < /MenuItem> ); } NamespaceMenuItem returns a Renderer.Component.MenuItem which defines the menu item's appearance and its behavior when activated via the onClick property. In the example, getPods() opens a terminal tab and runs kubectl to get a list of pods running in the current namespace. The name of the namespace is retrieved from props passed into NamespaceMenuItem() . namespace is the props.object , which is of type Renderer.K8sApi.Namespace . Renderer.K8sApi.Namespace is the API for accessing namespaces. The current namespace in this example is simply given by namespace.getName() . Thus, kubeObjectMenuItems afford convenient access to the specific resource selected by the user.","title":"kubeObjectMenuItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectdetailitems","text":"An extension can add custom details ( kubeObjectDetailItems ) for specified Kubernetes resource kinds and apiVersions. These custom details appear on the details page for a specific resource, such as a Namespace as shown here: The following example shows how to use kubeObjectDetailItems to add a tabulated list of pods to the Namespace resource details page: import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceDetailsItem } from \"./src/namespace-details-item\" ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type KubeObjectDetailsProps = Renderer . Component . KubeObjectDetailsProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectDetailItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], priority : 10 , components : { Details : ( props : KubeObjectDetailsProps < Namespace > ) => < NamespaceDetailsItem {... props } /> } } ]; } kubeObjectDetailItems is an array of objects matching the KubeObjectDetailRegistration interface. This example above adds a detail item for namespaces in the cluster dashboard. The properties of the kubeObjectDetailItems array objects are defined as follows: kind specifies the Kubernetes resource type the detail item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the detail item's appearance and behavior. Details provides a function that returns a React.Component given a set of detail item properties. In this example a NamespaceDetailsItem object is returned. NamespaceDetailsItem is defined in ./src/namespace-details-item.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { PodsDetailsList } from \"./pods-details-list\" ; import React from \"react\" ; import { observable } from \"mobx\" ; import { observer } from \"mobx-react\" ; const { K8sApi : { podsApi , }, Component : { DrawerTitle , }, } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; type Pod = Renderer . K8sApi . Pod ; @observer export class NamespaceDetailsItem extends React . Component < KubeObjectDetailsProps < Namespace >> { @observable private pods : Pod []; async componentDidMount () { const namespace = this . props . object . getName (); this . pods = await podsApi . list ({ namespace }); } render () { return ( < div > < DrawerTitle title = \"Pods\" /> < PodsDetailsList pods = { this . pods } /> < /div> ) } } Since NamespaceDetailsItem extends React.Component> , it can access the current namespace object (type Namespace ) through this.props.object . You can query this object for many details about the current namespace. In the example above, componentDidMount() gets the namespace's name using the Namespace getName() method. Use the namespace's name to limit the list of pods only to those in the relevant namespace. To get this list of pods, this example uses the Kubernetes pods API podsApi.list() method. The podsApi is automatically configured for the active cluster. Note that podsApi.list() is an asynchronous method. Getting the pods list should occur prior to rendering the NamespaceDetailsItem . It is a common technique in React development to await async calls in componentDidMount() . However, componentDidMount() is called right after the first call to render() . In order to effect a subsequent render() call, React must be made aware of a state change. Like in the appPreferences guide , mobx and mobx-react are used to ensure NamespaceDetailsItem renders when the pods list updates. This is done simply by marking the pods field as an observable and the NamespaceDetailsItem class itself as an observer . Finally, the NamespaceDetailsItem renders using the render() method. Details are placed in drawers, and using Renderer.Component.DrawerTitle provides a separator from details above this one. Multiple details in a drawer can be placed in elements for further separation, if desired. The rest of this example's details are defined in PodsDetailsList , found in ./pods-details-list.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TableHead , TableRow , TableCell , Table , }, } = Renderer ; type Pod = Renderer . K8sApi . Pod ; interface Props { pods? : Pod []; } export class PodsDetailsList extends React . Component < Props > { getTableRow = ( pod : Pod ) => { return ( < TableRow key = { index } nowrap > < TableCell className = \"podName\" > { pods [ index ]. getName ()} < /TableCell> < TableCell className = \"podAge\" > { pods [ index ]. getAge ()} < /TableCell> < TableCell className = \"podStatus\" > { pods [ index ]. getStatus ()} < /TableCell> < /TableRow> ) }; render () { const { pods } = this . props if ( ! pods ? . length ) { return null ; } return ( < div > < Table > < TableHead > < TableCell className = \"podName\" > Name < /TableCell> < TableCell className = \"podAge\" > Age < /TableCell> < TableCell className = \"podStatus\" > Status < /TableCell> < /TableHead> { pods . map ( this . getTableRow ) } < /Table> < /div> ); } } PodsDetailsList produces a simple table showing a list of the pods found in this namespace: Obtain the name, age, and status for each pod using the Renderer.K8sApi.Pod methods. Construct the table using the Renderer.Component.Table and related elements. For each pod the name, age, and status are obtained using the Renderer.K8sApi.Pod methods. The table is constructed using the Renderer.Component.Table and related elements. See Component documentation for further details.","title":"kubeObjectDetailItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectstatustexts","text":"","title":"kubeObjectStatusTexts"},{"location":"extensions/guides/renderer-extension/#kubeworkloadsoverviewitems","text":"","title":"kubeWorkloadsOverviewItems"},{"location":"extensions/guides/renderer-extension/#entitysettings","text":"","title":"entitySettings"},{"location":"extensions/guides/renderer-extension/#catalogentitydetailitems","text":"","title":"catalogEntityDetailItems"},{"location":"extensions/guides/renderer-extension/#commandpalettecommands","text":"","title":"commandPaletteCommands"},{"location":"extensions/guides/renderer-extension/#protocolhandlers","text":"See the Protocol Handlers Guide","title":"protocolHandlers"},{"location":"extensions/guides/resource-stack/","text":"Resource Stack (Cluster Feature) # A cluster feature is a set of Kubernetes resources that can be applied to and managed within the active cluster. The Renderer.K8sApi.ResourceStack class provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the life cycle of the resource stack. It could be applied automatically to a cluster by the extension, or the end-user could be required to install it. The code examples in this section show how to create a resource stack, and define a cluster feature that is configurable from the cluster Settings page. Info To access the cluster Settings page, right-click the relevant cluster in the left side menu and click Settings . The resource stack in this example consists of a single kubernetes resource: apiVersion : v1 kind : Pod metadata : name : example-pod spec : containers : - name : example-pod image : nginx It is simply a pod named example-pod , running nginx. Assume this content is in the file ../resources/example-pod.yml . The following code sample shows how to use the Renderer.K8sApi.ResourceStack to manage installing and uninstalling this resource stack: import { Renderer , Common } from \"@k8slens/extensions\" ; import * as path from \"path\" ; const { K8sApi : { ResourceStack , forCluster , Pod , } } = Renderer ; type ResourceStack = Renderer . K8sApi . ResourceStack ; type Pod = Renderer . K8sApi . Pod ; type KubernetesCluster = Common . Catalog . KubernetesCluster ; export class ExampleClusterFeature { protected stack : ResourceStack ; constructor ( protected cluster : KubernetesCluster ) { this . stack = new ResourceStack ( cluster , \"example-resource-stack\" ); } get resourceFolder () { return path . join ( __dirname , \"../resources/\" ); } install () : Promise < string > { console . log ( \"installing example-pod\" ); return this . stack . kubectlApplyFolder ( this . resourceFolder ); } async isInstalled () : Promise < boolean > { try { const podApi = forCluster ( this . cluster , Pod ); const examplePod = await podApi . get ({ name : \"example-pod\" , namespace : \"default\" }); if ( examplePod ? . kind ) { console . log ( \"found example-pod\" ); return true ; } } catch ( e ) { console . log ( \"Error getting example-pod:\" , e ); } console . log ( \"didn't find example-pod\" ); return false ; } async uninstall () : Promise < string > { console . log ( \"uninstalling example-pod\" ); return this . stack . kubectlDeleteFolder ( this . resourceFolder ); } } The ExampleClusterFeature class constructor takes a Common.Catalog.KubernetesCluster argument. This is the cluster that the resource stack will be applied to, and the constructor instantiates a Renderer.K8sApi.ResourceStack as such. ExampleClusterFeature implements an install() method which simply invokes the kubectlApplyFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlApplyFolder() applies to the cluster all kubernetes resources found in the folder passed to it, in this case ../resources . Similarly, ExampleClusterFeature implements an uninstall() method which simply invokes the kubectlDeleteFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlDeleteFolder() tries to delete from the cluster all kubernetes resources found in the folder passed to it, again in this case ../resources . ExampleClusterFeature also implements an isInstalled() method, which demonstrates how you can utilize the kubernetes api to inspect the resource stack status. isInstalled() simply tries to find a pod named example-pod , as a way to determine if the pod is already installed. This method can be useful in creating a context-sensitive UI for installing/uninstalling the feature, as demonstrated in the next sample code. To allow the end-user to control the life cycle of this cluster feature the following code sample shows how to implement a user interface based on React and custom Lens UI components: import React from \"react\" ; import { Common , Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import { computed , observable , makeObservable } from \"mobx\" ; import { ExampleClusterFeature } from \"./example-cluster-feature\" ; const { Component : { SubTitle , Button , } } = Renderer ; interface Props { cluster : Common.Catalog.KubernetesCluster ; } @observer export class ExampleClusterFeatureSettings extends React . Component < Props > { constructor ( props : Props ) { super ( props ); makeObservable ( this ); } @observable installed = false ; @observable inProgress = false ; feature : ExampleClusterFeature ; async componentDidMount () { this . feature = new ExampleClusterFeature ( this . props . cluster ); await this . updateFeatureState (); } async updateFeatureState () { this . installed = await this . feature . isInstalled (); } async save () { this . inProgress = true ; try { if ( this . installed ) { await this . feature . uninstall (); } else { await this . feature . install (); } } finally { this . inProgress = false ; await this . updateFeatureState (); } } @computed get buttonLabel () { if ( this . inProgress && this . installed ) return \"Uninstalling ...\" ; if ( this . inProgress ) return \"Applying ...\" ; if ( this . installed ) { return \"Uninstall\" ; } return \"Apply\" ; } render () { return ( <> < section > < SubTitle title = \"Example Cluster Feature using a Resource Stack\" /> < Button label = { this . buttonLabel } waiting = { this . inProgress } onClick = {() => this . save ()} primary /> < /section> < /> ); } } The ExampleClusterFeatureSettings class extends React.Component and simply renders a subtitle and a button. ExampleClusterFeatureSettings takes the cluster as a prop and when the React component has mounted the ExampleClusterFeature is instantiated using this cluster (in componentDidMount() ). The rest of the logic concerns the button appearance and action, based on the ExampleClusterFeatureSettings fields installed and inProgress . The installed value is of course determined using the aforementioned ExampleClusterFeature method isInstalled() . The inProgress value is true while waiting for the feature to be installed (or uninstalled). Note that the button is a Renderer.Component.Button element and this example takes advantage of its waiting prop to show a \"waiting\" animation while the install (or uninstall) is in progress. Using elements from Renderer.Component is encouraged, to take advantage of their built-in properties, and to ensure a common look and feel. Also note that MobX 6 is used for state management, ensuring that the UI is rerendered when state has changed. The ExampleClusterFeatureSettings class is marked as an @observer , and its constructor must call makeObservable() . As well, the installed and inProgress fields are marked as @observable , ensuring that the button gets rerendered any time these fields change. Finally, ExampleClusterFeatureSettings needs to be connected to the extension, and would typically appear on the cluster Settings page via a Renderer.LensExtension.entitySettings entry. The ExampleExtension would look like this: import { Common , Renderer } from \"@k8slens/extensions\" ; import { ExampleClusterFeatureSettings } from \"./src/example-cluster-feature-settings\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { entitySettings = [ { apiVersions : [ \"entity.k8slens.dev/v1alpha1\" ], kind : \"KubernetesCluster\" , title : \"Example Cluster Feature\" , priority : 5 , components : { View : ({ entity = null } : { entity : Common.Catalog.KubernetesCluster }) => ( < ExampleClusterFeatureSettings cluster = { entity } /> ) } } ]; } An entity setting is added to the entitySettings array field of the Renderer.LensExtension class. Because Lens's catalog can contain different kinds of entities, the kind must be identified. For more details about the catalog see the Catalog Guide . Clusters are a built-in kind, so the apiVersions and kind fields should be set as above. The title is shown as a navigation item on the cluster Settings page and the components.View is displayed when the navigation item is clicked on. The components.View definition above shows how the ExampleClusterFeatureSettings element is included, and how its cluster prop is set. priority determines the order of the entity settings, the higher the number the higher in the navigation panel the setting is placed. The default value is 50. The final result looks like this: ExampleClusterFeature and ExampleClusterFeatureSettings demonstrate a cluster feature for a simple resource stack. In practice a resource stack can include many resources, and require more sophisticated life cycle management (upgrades, partial installations, etc.) Using Renderer.K8sApi.ResourceStack and entitySettings it is possible to implement solutions for more complex cluster features. The Lens Metrics setting (on the cluster Settings page) is a good example of an advanced solution.","title":"Resource Stack"},{"location":"extensions/guides/resource-stack/#resource-stack-cluster-feature","text":"A cluster feature is a set of Kubernetes resources that can be applied to and managed within the active cluster. The Renderer.K8sApi.ResourceStack class provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the life cycle of the resource stack. It could be applied automatically to a cluster by the extension, or the end-user could be required to install it. The code examples in this section show how to create a resource stack, and define a cluster feature that is configurable from the cluster Settings page. Info To access the cluster Settings page, right-click the relevant cluster in the left side menu and click Settings . The resource stack in this example consists of a single kubernetes resource: apiVersion : v1 kind : Pod metadata : name : example-pod spec : containers : - name : example-pod image : nginx It is simply a pod named example-pod , running nginx. Assume this content is in the file ../resources/example-pod.yml . The following code sample shows how to use the Renderer.K8sApi.ResourceStack to manage installing and uninstalling this resource stack: import { Renderer , Common } from \"@k8slens/extensions\" ; import * as path from \"path\" ; const { K8sApi : { ResourceStack , forCluster , Pod , } } = Renderer ; type ResourceStack = Renderer . K8sApi . ResourceStack ; type Pod = Renderer . K8sApi . Pod ; type KubernetesCluster = Common . Catalog . KubernetesCluster ; export class ExampleClusterFeature { protected stack : ResourceStack ; constructor ( protected cluster : KubernetesCluster ) { this . stack = new ResourceStack ( cluster , \"example-resource-stack\" ); } get resourceFolder () { return path . join ( __dirname , \"../resources/\" ); } install () : Promise < string > { console . log ( \"installing example-pod\" ); return this . stack . kubectlApplyFolder ( this . resourceFolder ); } async isInstalled () : Promise < boolean > { try { const podApi = forCluster ( this . cluster , Pod ); const examplePod = await podApi . get ({ name : \"example-pod\" , namespace : \"default\" }); if ( examplePod ? . kind ) { console . log ( \"found example-pod\" ); return true ; } } catch ( e ) { console . log ( \"Error getting example-pod:\" , e ); } console . log ( \"didn't find example-pod\" ); return false ; } async uninstall () : Promise < string > { console . log ( \"uninstalling example-pod\" ); return this . stack . kubectlDeleteFolder ( this . resourceFolder ); } } The ExampleClusterFeature class constructor takes a Common.Catalog.KubernetesCluster argument. This is the cluster that the resource stack will be applied to, and the constructor instantiates a Renderer.K8sApi.ResourceStack as such. ExampleClusterFeature implements an install() method which simply invokes the kubectlApplyFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlApplyFolder() applies to the cluster all kubernetes resources found in the folder passed to it, in this case ../resources . Similarly, ExampleClusterFeature implements an uninstall() method which simply invokes the kubectlDeleteFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlDeleteFolder() tries to delete from the cluster all kubernetes resources found in the folder passed to it, again in this case ../resources . ExampleClusterFeature also implements an isInstalled() method, which demonstrates how you can utilize the kubernetes api to inspect the resource stack status. isInstalled() simply tries to find a pod named example-pod , as a way to determine if the pod is already installed. This method can be useful in creating a context-sensitive UI for installing/uninstalling the feature, as demonstrated in the next sample code. To allow the end-user to control the life cycle of this cluster feature the following code sample shows how to implement a user interface based on React and custom Lens UI components: import React from \"react\" ; import { Common , Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import { computed , observable , makeObservable } from \"mobx\" ; import { ExampleClusterFeature } from \"./example-cluster-feature\" ; const { Component : { SubTitle , Button , } } = Renderer ; interface Props { cluster : Common.Catalog.KubernetesCluster ; } @observer export class ExampleClusterFeatureSettings extends React . Component < Props > { constructor ( props : Props ) { super ( props ); makeObservable ( this ); } @observable installed = false ; @observable inProgress = false ; feature : ExampleClusterFeature ; async componentDidMount () { this . feature = new ExampleClusterFeature ( this . props . cluster ); await this . updateFeatureState (); } async updateFeatureState () { this . installed = await this . feature . isInstalled (); } async save () { this . inProgress = true ; try { if ( this . installed ) { await this . feature . uninstall (); } else { await this . feature . install (); } } finally { this . inProgress = false ; await this . updateFeatureState (); } } @computed get buttonLabel () { if ( this . inProgress && this . installed ) return \"Uninstalling ...\" ; if ( this . inProgress ) return \"Applying ...\" ; if ( this . installed ) { return \"Uninstall\" ; } return \"Apply\" ; } render () { return ( <> < section > < SubTitle title = \"Example Cluster Feature using a Resource Stack\" /> < Button label = { this . buttonLabel } waiting = { this . inProgress } onClick = {() => this . save ()} primary /> < /section> < /> ); } } The ExampleClusterFeatureSettings class extends React.Component and simply renders a subtitle and a button. ExampleClusterFeatureSettings takes the cluster as a prop and when the React component has mounted the ExampleClusterFeature is instantiated using this cluster (in componentDidMount() ). The rest of the logic concerns the button appearance and action, based on the ExampleClusterFeatureSettings fields installed and inProgress . The installed value is of course determined using the aforementioned ExampleClusterFeature method isInstalled() . The inProgress value is true while waiting for the feature to be installed (or uninstalled). Note that the button is a Renderer.Component.Button element and this example takes advantage of its waiting prop to show a \"waiting\" animation while the install (or uninstall) is in progress. Using elements from Renderer.Component is encouraged, to take advantage of their built-in properties, and to ensure a common look and feel. Also note that MobX 6 is used for state management, ensuring that the UI is rerendered when state has changed. The ExampleClusterFeatureSettings class is marked as an @observer , and its constructor must call makeObservable() . As well, the installed and inProgress fields are marked as @observable , ensuring that the button gets rerendered any time these fields change. Finally, ExampleClusterFeatureSettings needs to be connected to the extension, and would typically appear on the cluster Settings page via a Renderer.LensExtension.entitySettings entry. The ExampleExtension would look like this: import { Common , Renderer } from \"@k8slens/extensions\" ; import { ExampleClusterFeatureSettings } from \"./src/example-cluster-feature-settings\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { entitySettings = [ { apiVersions : [ \"entity.k8slens.dev/v1alpha1\" ], kind : \"KubernetesCluster\" , title : \"Example Cluster Feature\" , priority : 5 , components : { View : ({ entity = null } : { entity : Common.Catalog.KubernetesCluster }) => ( < ExampleClusterFeatureSettings cluster = { entity } /> ) } } ]; } An entity setting is added to the entitySettings array field of the Renderer.LensExtension class. Because Lens's catalog can contain different kinds of entities, the kind must be identified. For more details about the catalog see the Catalog Guide . Clusters are a built-in kind, so the apiVersions and kind fields should be set as above. The title is shown as a navigation item on the cluster Settings page and the components.View is displayed when the navigation item is clicked on. The components.View definition above shows how the ExampleClusterFeatureSettings element is included, and how its cluster prop is set. priority determines the order of the entity settings, the higher the number the higher in the navigation panel the setting is placed. The default value is 50. The final result looks like this: ExampleClusterFeature and ExampleClusterFeatureSettings demonstrate a cluster feature for a simple resource stack. In practice a resource stack can include many resources, and require more sophisticated life cycle management (upgrades, partial installations, etc.) Using Renderer.K8sApi.ResourceStack and entitySettings it is possible to implement solutions for more complex cluster features. The Lens Metrics setting (on the cluster Settings page) is a good example of an advanced solution.","title":"Resource Stack (Cluster Feature)"},{"location":"extensions/guides/stores/","text":"Stores # Stores are components that persist and synchronize state data. Lens uses a number of stores to maintain various kinds of state information, including: The ClusterStore manages cluster state data (such as cluster details), and it tracks which cluster is active. The WorkspaceStore manages workspace state data (such as the workspace name), and and it tracks which clusters belong to a given workspace. The ExtensionStore manages custom extension state data. This guide focuses on the ExtensionStore . ExtensionStore # Extension developers can create their own store for managing state data by extending the ExtensionStore class. This guide shows how to create a store for the appPreferences guide example, which demonstrates how to add a custom preference to the Preferences page. The preference is a simple boolean that indicates whether or not something is enabled. However, in the example, the enabled state is not stored anywhere, and it reverts to the default when Lens is restarted. Store.ExtensionStore 's child class will need to be created before being used. It is recommended to call the inherited static method getInstanceOrCreate() only in one place, generally within you extension's onActivate() method. It is also recommenced to delete the instance, using the inherited static method resetInstance() , in your extension's onDeactivate() method. Everywhere else in your code you should use the getInstance() static method. This is so that your data is kept up to date and not persisted longer than expected. The following example code creates a store for the appPreferences guide example: import { Common } from \"@k8slens/extensions\" ; import { observable , makeObservable } from \"mobx\" ; export type ExamplePreferencesModel = { enabled : boolean ; }; export class ExamplePreferencesStore extends Common . Store . ExtensionStore < ExamplePreferencesModel > { @observable enabled = false ; private constructor () { super ({ configName : \"example-preferences-store\" , defaults : { enabled : false } }); makeObservable ( this ); } protected fromStore ({ enabled } : ExamplePreferencesModel ) : void { this . enabled = enabled ; } toJSON () : ExamplePreferencesModel { return { enabled : this.enabled }; } } First, our example defines the extension's data model using the simple ExamplePreferencesModel type. This has a single field, enabled , which represents the preference's state. ExamplePreferencesStore extends Store.ExtensionStore , which is based on the ExamplePreferencesModel . The enabled field is added to the ExamplePreferencesStore class to hold the \"live\" or current state of the preference. Note the use of the observable decorator on the enabled field. The appPreferences guide example uses MobX for the UI state management, ensuring the checkbox updates when it's activated by the user. Next, our example implements the constructor and two abstract methods. The constructor specifies the name of the store ( \"example-preferences-store\" ) and the default (initial) value for the preference state ( enabled: false ). Lens internals call the fromStore() method when the store loads. It gives the extension the opportunity to retrieve the stored state data values based on the defined data model. The enabled field of the ExamplePreferencesStore is set to the value from the store whenever fromStore() is invoked. The toJSON() method is complementary to fromStore() . It is called when the store is being saved. toJSON() must provide a JSON serializable object, facilitating its storage in JSON format. Finally, ExamplePreferencesStore is created by calling ExamplePreferencesStore.getInstanceOrCreate() , and exported for use by other parts of the extension. Note that ExamplePreferencesStore is a singleton. Calling this function will create an instance if one has not been made before. Through normal use you should call ExamplePreferencesStore.getInstance() as that will throw an error if an instance does not exist. This provides some logical safety in that it limits where a new instance can be created. Thus it prevents an instance from being created when the constructor args are not present at the call site. If you are doing some cleanup it is recommended to call ExamplePreferencesStore.getInstance(false) which returns undefined instead of throwing when there is no instance. The following example code, modified from the appPreferences guide demonstrates how to use the extension store. ExamplePreferencesStore must be loaded in the main process, where loaded stores are automatically saved when exiting Lens. This can be done in ./main.ts : import { Main } from \"@k8slens/extensions\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } } Here, ExamplePreferencesStore loads with ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) , which is conveniently called from the onActivate() method of ExampleMainExtension . Similarly, ExamplePreferencesStore must load in the renderer process where the appPreferences are handled. This can be done in ./renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput /> , Hint : () => < ExamplePreferenceHint /> } } ]; } Again, ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) is called to load ExamplePreferencesStore , this time from the onActivate() method of ExampleRendererExtension . ExamplePreferenceInput is defined in ./src/example-preference.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; import { ExamplePreferencesStore } from \"./example-preference-store\" ; const { Component : { Checkbox , }, } = Renderer ; @observer export class ExamplePreferenceInput extends React . Component { render () { return ( < Checkbox label = \"I understand appPreferences\" value = { ExamplePreferencesStore . getInstance (). enabled } onChange = { v => { ExamplePreferencesStore . getInstance (). enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } The only change here is that ExamplePreferenceProps defines its preference field as an ExamplePreferencesStore type. Everything else works as before, except that now the enabled state persists across Lens restarts because it is managed by the ExamplePreferencesStore .","title":"Stores"},{"location":"extensions/guides/stores/#stores","text":"Stores are components that persist and synchronize state data. Lens uses a number of stores to maintain various kinds of state information, including: The ClusterStore manages cluster state data (such as cluster details), and it tracks which cluster is active. The WorkspaceStore manages workspace state data (such as the workspace name), and and it tracks which clusters belong to a given workspace. The ExtensionStore manages custom extension state data. This guide focuses on the ExtensionStore .","title":"Stores"},{"location":"extensions/guides/stores/#extensionstore","text":"Extension developers can create their own store for managing state data by extending the ExtensionStore class. This guide shows how to create a store for the appPreferences guide example, which demonstrates how to add a custom preference to the Preferences page. The preference is a simple boolean that indicates whether or not something is enabled. However, in the example, the enabled state is not stored anywhere, and it reverts to the default when Lens is restarted. Store.ExtensionStore 's child class will need to be created before being used. It is recommended to call the inherited static method getInstanceOrCreate() only in one place, generally within you extension's onActivate() method. It is also recommenced to delete the instance, using the inherited static method resetInstance() , in your extension's onDeactivate() method. Everywhere else in your code you should use the getInstance() static method. This is so that your data is kept up to date and not persisted longer than expected. The following example code creates a store for the appPreferences guide example: import { Common } from \"@k8slens/extensions\" ; import { observable , makeObservable } from \"mobx\" ; export type ExamplePreferencesModel = { enabled : boolean ; }; export class ExamplePreferencesStore extends Common . Store . ExtensionStore < ExamplePreferencesModel > { @observable enabled = false ; private constructor () { super ({ configName : \"example-preferences-store\" , defaults : { enabled : false } }); makeObservable ( this ); } protected fromStore ({ enabled } : ExamplePreferencesModel ) : void { this . enabled = enabled ; } toJSON () : ExamplePreferencesModel { return { enabled : this.enabled }; } } First, our example defines the extension's data model using the simple ExamplePreferencesModel type. This has a single field, enabled , which represents the preference's state. ExamplePreferencesStore extends Store.ExtensionStore , which is based on the ExamplePreferencesModel . The enabled field is added to the ExamplePreferencesStore class to hold the \"live\" or current state of the preference. Note the use of the observable decorator on the enabled field. The appPreferences guide example uses MobX for the UI state management, ensuring the checkbox updates when it's activated by the user. Next, our example implements the constructor and two abstract methods. The constructor specifies the name of the store ( \"example-preferences-store\" ) and the default (initial) value for the preference state ( enabled: false ). Lens internals call the fromStore() method when the store loads. It gives the extension the opportunity to retrieve the stored state data values based on the defined data model. The enabled field of the ExamplePreferencesStore is set to the value from the store whenever fromStore() is invoked. The toJSON() method is complementary to fromStore() . It is called when the store is being saved. toJSON() must provide a JSON serializable object, facilitating its storage in JSON format. Finally, ExamplePreferencesStore is created by calling ExamplePreferencesStore.getInstanceOrCreate() , and exported for use by other parts of the extension. Note that ExamplePreferencesStore is a singleton. Calling this function will create an instance if one has not been made before. Through normal use you should call ExamplePreferencesStore.getInstance() as that will throw an error if an instance does not exist. This provides some logical safety in that it limits where a new instance can be created. Thus it prevents an instance from being created when the constructor args are not present at the call site. If you are doing some cleanup it is recommended to call ExamplePreferencesStore.getInstance(false) which returns undefined instead of throwing when there is no instance. The following example code, modified from the appPreferences guide demonstrates how to use the extension store. ExamplePreferencesStore must be loaded in the main process, where loaded stores are automatically saved when exiting Lens. This can be done in ./main.ts : import { Main } from \"@k8slens/extensions\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } } Here, ExamplePreferencesStore loads with ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) , which is conveniently called from the onActivate() method of ExampleMainExtension . Similarly, ExamplePreferencesStore must load in the renderer process where the appPreferences are handled. This can be done in ./renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput /> , Hint : () => < ExamplePreferenceHint /> } } ]; } Again, ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) is called to load ExamplePreferencesStore , this time from the onActivate() method of ExampleRendererExtension . ExamplePreferenceInput is defined in ./src/example-preference.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; import { ExamplePreferencesStore } from \"./example-preference-store\" ; const { Component : { Checkbox , }, } = Renderer ; @observer export class ExamplePreferenceInput extends React . Component { render () { return ( < Checkbox label = \"I understand appPreferences\" value = { ExamplePreferencesStore . getInstance (). enabled } onChange = { v => { ExamplePreferencesStore . getInstance (). enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } The only change here is that ExamplePreferenceProps defines its preference field as an ExamplePreferencesStore type. Everything else works as before, except that now the enabled state persists across Lens restarts because it is managed by the ExamplePreferencesStore .","title":"ExtensionStore"},{"location":"extensions/guides/working-with-mobx/","text":"Working with MobX # Introduction # Lens uses MobX on top of React's state management system. The result is a more declarative state management style, rather than React's native setState mechanism. You can review how React handles state management here . The following is a quick overview: React.Component is generic with respect to both props and state (which default to the empty object type). props should be considered read-only from the point of view of the component, and it is the mechanism for passing in arguments to a component. state is a component's internal state, and can be read by accessing the super-class field state . state must be updated using the setState parent method which merges the new data with the old state. React does some optimizations around re-rendering components after quick successions of setState calls. How MobX Works: # MobX is a package that provides an abstraction over React's state management system. The three main concepts are: observable is a marker for data stored in the component's state . action is a function that modifies any observable data. computed is a marker for data that is derived from observable data, but that is not actually stored. Think of this as computing isEmpty rather than an observable field called count . Further reading is available on the MobX website .","title":"Working with MobX"},{"location":"extensions/guides/working-with-mobx/#working-with-mobx","text":"","title":"Working with MobX"},{"location":"extensions/guides/working-with-mobx/#introduction","text":"Lens uses MobX on top of React's state management system. The result is a more declarative state management style, rather than React's native setState mechanism. You can review how React handles state management here . The following is a quick overview: React.Component is generic with respect to both props and state (which default to the empty object type). props should be considered read-only from the point of view of the component, and it is the mechanism for passing in arguments to a component. state is a component's internal state, and can be read by accessing the super-class field state . state must be updated using the setState parent method which merges the new data with the old state. React does some optimizations around re-rendering components after quick successions of setState calls.","title":"Introduction"},{"location":"extensions/guides/working-with-mobx/#how-mobx-works","text":"MobX is a package that provides an abstraction over React's state management system. The three main concepts are: observable is a marker for data stored in the component's state . action is a function that modifies any observable data. computed is a marker for data that is derived from observable data, but that is not actually stored. Think of this as computing isEmpty rather than an observable field called count . Further reading is available on the MobX website .","title":"How MobX Works:"},{"location":"extensions/testing-and-publishing/bundling/","text":"","title":"Bundling"},{"location":"extensions/testing-and-publishing/publishing/","text":"Publishing Extensions # To be able to easily share extensions with users they need to be published somewhere. Lens currently only supports installing extensions from NPM tarballs. All hosted extensions must, therefore, be retrievable in a NPM tarball. Places To Host Your Extension # We recommend to host your extension somewhere on the web so that it is easy for people to search for and download it. We recommend either hosting it as an NPM package on https://www.npmjs.com or through GitHub releases. We recommend against using GitHub packages (https://github.com/features/packages) as it requires a GitHub token to access the package. Publishing via NPM # This is the easiest method of publishing as NPM comes built in with mechanism to get a link to download the package as a tarball. Once you have set up an account with NPM (https://www.npmjs.com/signup) and logged in with their CLI ( npm login ) you will be ready to publish. Run npm version to bump the version of your extension by the appropriate amount. Run npm publish to publish your extension to NPM Run git push && git push --tags to push the commit that NPM creates to your git remote. It is probably a good idea to put into your README.md the following instructions for your users to get the tarball download link. npm view dist.tarball This will output the link that they will need to give to Lens to install your extension. Publish via GitHub Releases # Another method of publishing your extensions is to do so with the releases mechanism built into GitHub. We recommend reading GitHub's Releases Documentation for how to actually do the steps of a release. The following will be a quick walk through on how to make the tarball which will be the released file. Making a NPM Tarball of Your Extension # While this is necessary for hosting on GitHub releases, this is also the means for creating a tarball if you plan on hosting on a different file hosting platform. Say you have your project folder at ~/my-extension/ and you want to create an NPM package we need to do the following within your git repo: npm pack This will create a NPM tarball that can be hosted on GitHub Releases or any other publicly available file hosting service.","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/publishing/#publishing-extensions","text":"To be able to easily share extensions with users they need to be published somewhere. Lens currently only supports installing extensions from NPM tarballs. All hosted extensions must, therefore, be retrievable in a NPM tarball.","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/publishing/#places-to-host-your-extension","text":"We recommend to host your extension somewhere on the web so that it is easy for people to search for and download it. We recommend either hosting it as an NPM package on https://www.npmjs.com or through GitHub releases. We recommend against using GitHub packages (https://github.com/features/packages) as it requires a GitHub token to access the package.","title":"Places To Host Your Extension"},{"location":"extensions/testing-and-publishing/publishing/#publishing-via-npm","text":"This is the easiest method of publishing as NPM comes built in with mechanism to get a link to download the package as a tarball. Once you have set up an account with NPM (https://www.npmjs.com/signup) and logged in with their CLI ( npm login ) you will be ready to publish. Run npm version to bump the version of your extension by the appropriate amount. Run npm publish to publish your extension to NPM Run git push && git push --tags to push the commit that NPM creates to your git remote. It is probably a good idea to put into your README.md the following instructions for your users to get the tarball download link. npm view dist.tarball This will output the link that they will need to give to Lens to install your extension.","title":"Publishing via NPM"},{"location":"extensions/testing-and-publishing/publishing/#publish-via-github-releases","text":"Another method of publishing your extensions is to do so with the releases mechanism built into GitHub. We recommend reading GitHub's Releases Documentation for how to actually do the steps of a release. The following will be a quick walk through on how to make the tarball which will be the released file.","title":"Publish via GitHub Releases"},{"location":"extensions/testing-and-publishing/publishing/#making-a-npm-tarball-of-your-extension","text":"While this is necessary for hosting on GitHub releases, this is also the means for creating a tarball if you plan on hosting on a different file hosting platform. Say you have your project folder at ~/my-extension/ and you want to create an NPM package we need to do the following within your git repo: npm pack This will create a NPM tarball that can be hosted on GitHub Releases or any other publicly available file hosting service.","title":"Making a NPM Tarball of Your Extension"},{"location":"extensions/testing-and-publishing/testing/","text":"Testing Extensions # Renderer Process Unit Testing # UI components in the extension's renderer process are based on React/ReactDOM. These components can be tested by popular React testing tools like React Testing Library . If you are using the Yeoman Lens Extension Generator to scaffold extension project then the testing environment for render process is already set up for you. Just use npm start or yarn test to run the tests. For example, I have a component GlobalPageMenuIcon and want to test if props.navigate is called when user clicks the icon. My component GlobalPageMenuIcon import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , }, } = Renderer ; const GlobalPageMenuIcon = ({ navigate } : { navigate ?: () => void }) : JSX . Element => ( < Icon material = \"trip_origin\" onClick = {() => navigate ()} data - testid = \"global-page-menu-icon\" /> ) The test import React from \"react\" import { render , screen , fireEvent } from \"@testing-library/react\" ; import GlobalPageMenuIcon from \"./GlobalPageMenuIcon\" ; test ( \"click called navigate()\" , () => { const navigate = jest . fn (); render ( < GlobalPageMenuIcon navigate = { navigate } /> ); fireEvent . click ( screen . getByTestId ( \"global-page-menu-icon\" )); expect ( navigate ). toHaveBeenCalled (); }); In the example we used React Testing Library but any React testing framework can be used to test renderer process UI components. There are more example tests in the generator's template . Extend your tests based on the examples. Main Process Unit Testing # Code in the extension's main process consists of normal JavaScript files that have access to extension api, you can write unit tests using any testing framework. If you are using the Yeoman Lens Extension Generator to scaffold your extension project then the Jest testing environment is set up for you. Just use npm start or yarn test to run the tests. Tips # Console.log # Extension developers might find console.log() useful for printing out information and errors from extensions. To use console.log() , note that Lens is based on Electron, and that Electron has two types of processes: Main and Renderer . Renderer Process Logs # In the Renderer process, console.log() is printed in the Console in Developer Tools ( View > Toggle Developer Tools ). Main Process Logs # Viewing the logs from the Main process is a little trickier, since they cannot be printed using Developer Tools. macOS # On macOS, view the Main process logs by running Lens from the terminal: /Applications/Lens.app/Contents/MacOS/Lens You can also use Console.app to view the Main process logs. Linux # On Linux, you can access the Main process logs using the Lens PID. First get the PID: ps aux | grep Lens | grep -v grep Then get the Main process logs using 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/#renderer-process-unit-testing","text":"UI components in the extension's renderer process are based on React/ReactDOM. These components can be tested by popular React testing tools like React Testing Library . If you are using the Yeoman Lens Extension Generator to scaffold extension project then the testing environment for render process is already set up for you. Just use npm start or yarn test to run the tests. For example, I have a component GlobalPageMenuIcon and want to test if props.navigate is called when user clicks the icon. My component GlobalPageMenuIcon import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , }, } = Renderer ; const GlobalPageMenuIcon = ({ navigate } : { navigate ?: () => void }) : JSX . Element => ( < Icon material = \"trip_origin\" onClick = {() => navigate ()} data - testid = \"global-page-menu-icon\" /> ) The test import React from \"react\" import { render , screen , fireEvent } from \"@testing-library/react\" ; import GlobalPageMenuIcon from \"./GlobalPageMenuIcon\" ; test ( \"click called navigate()\" , () => { const navigate = jest . fn (); render ( < GlobalPageMenuIcon navigate = { navigate } /> ); fireEvent . click ( screen . getByTestId ( \"global-page-menu-icon\" )); expect ( navigate ). toHaveBeenCalled (); }); In the example we used React Testing Library but any React testing framework can be used to test renderer process UI components. There are more example tests in the generator's template . Extend your tests based on the examples.","title":"Renderer Process Unit Testing"},{"location":"extensions/testing-and-publishing/testing/#main-process-unit-testing","text":"Code in the extension's main process consists of normal JavaScript files that have access to extension api, you can write unit tests using any testing framework. If you are using the Yeoman Lens Extension Generator to scaffold your extension project then the Jest testing environment is set up for you. Just use npm start or yarn test to run the tests.","title":"Main Process Unit Testing"},{"location":"extensions/testing-and-publishing/testing/#tips","text":"","title":"Tips"},{"location":"extensions/testing-and-publishing/testing/#consolelog","text":"Extension developers might find console.log() useful for printing out information and errors from extensions. To use console.log() , note that Lens is based on Electron, and that Electron has two types of processes: Main and Renderer .","title":"Console.log"},{"location":"extensions/testing-and-publishing/testing/#renderer-process-logs","text":"In the Renderer process, console.log() 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":"Viewing the logs from the Main process is a little trickier, since they cannot be printed using Developer Tools.","title":"Main Process Logs"},{"location":"extensions/usage/","text":"Using Extensions # The features that Lens includes out-of-the-box are just the start. Lens extensions let you add new features to your installation to support your workflow. Rich extensibility model lets extension authors plug directly into the Lens UI and contribute functionality through the same APIs used by Lens itself. The start using Lens Extensions go to File (or Lens on macOS) > Extensions in the application menu. This is the Extensions management page where all the management of the extensions you want to use is done. Installing an Extension # There are three ways to install extensions. If you have the extension as a .tgz file then dragging and dropping it in the extension management page will install it for you. If it is hosted on the web, you can paste the URL and click Install and Lens will download and install it. The third way is to move the extension into your ~/.k8slens/extensions (or C:\\Users\\\\.k8slens\\extensions ) folder and Lens will automatically detect it and install the extension. Enabling or Disabling an Extension # Go to the extension management page and click either the Enable or Disable buttons. Extensions will be enabled by default when you first install them. A disabled extension is not loaded by Lens and is not run. Uninstalling an Extension # If, for whatever reason, you wish to remove the installation of an extension simple click the Uninstall button. This will remove all the files that Lens would need to run the extension.","title":"Using Extensions"},{"location":"extensions/usage/#using-extensions","text":"The features that Lens includes out-of-the-box are just the start. Lens extensions let you add new features to your installation to support your workflow. Rich extensibility model lets extension authors plug directly into the Lens UI and contribute functionality through the same APIs used by Lens itself. The start using Lens Extensions go to File (or Lens on macOS) > Extensions in the application menu. This is the Extensions management page where all the management of the extensions you want to use is done.","title":"Using Extensions"},{"location":"extensions/usage/#installing-an-extension","text":"There are three ways to install extensions. If you have the extension as a .tgz file then dragging and dropping it in the extension management page will install it for you. If it is hosted on the web, you can paste the URL and click Install and Lens will download and install it. The third way is to move the extension into your ~/.k8slens/extensions (or C:\\Users\\\\.k8slens\\extensions ) folder and Lens will automatically detect it and install the extension.","title":"Installing an Extension"},{"location":"extensions/usage/#enabling-or-disabling-an-extension","text":"Go to the extension management page and click either the Enable or Disable buttons. Extensions will be enabled by default when you first install them. A disabled extension is not loaded by Lens and is not run.","title":"Enabling or Disabling an Extension"},{"location":"extensions/usage/#uninstalling-an-extension","text":"If, for whatever reason, you wish to remove the installation of an extension simple click the Uninstall button. This will remove all the files that Lens would need to run the extension.","title":"Uninstalling an Extension"}]} \ No newline at end of file +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"Lens Extension API # Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started. What Extensions Can 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 For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API. How to Build Extensions # Here is what each section of the Lens Extension API docs can help you with: Getting 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. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics. What's New # Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes . Important changes since Lens v4 # Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5. Looking for Help # If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension . Downloading Lens # Download Lens for macOS, Windows, or Linux.","title":"Overview"},{"location":"#lens-extension-api","text":"Customize and enhance the Lens experience with the Lens Extension API. Use the extension API to create menus or page content. The same extension API was used to create many of Lens's core features. To install your first extension you should goto the extension page in lens. This documentation describes: How to build, run, test, and publish an extension. How to take full advantage of the Lens Extension API. Where to find guides and code samples to help get you started.","title":"Lens Extension API"},{"location":"#what-extensions-can-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 For an overview of the Lens Extension API, refer to the Common Capabilities page. Extension Guides Overview also includes a list of code samples and guides that illustrate various ways of using the Lens Extension API.","title":"What Extensions Can Do"},{"location":"#how-to-build-extensions","text":"Here is what each section of the Lens Extension API docs can help you with: Getting 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. API Reference contains exhaustive references for the Lens Extension API, Contribution Points, and many other topics.","title":"How to Build Extensions"},{"location":"#whats-new","text":"Just like Lens itself, the extension API updates on a monthly cadence, rolling out new features with every release. Keep up with Lens and the Lens Extension API by reviewing the release notes .","title":"What's New"},{"location":"#important-changes-since-lens-v4","text":"Lens has undergone major design improvements in v5, which have resulted in several large changes to the extension API. Workspaces are gone, and the catalog is introduced for containing clusters, as well as other items, including custom entities. Lens has migrated from using mobx 5 to mobx 6 for internal state management, and this may have ramifications for extension implementations. Although the API retains many components from v4, given these changes, extensions written for Lens v4 are not compatible with the Lens v5 extension API. See the Lens v4 to v5 extension migration notes on getting old extensions working in Lens v5.","title":"Important changes since Lens v4"},{"location":"#looking-for-help","text":"If you have questions for extension development, try asking on the Lens Dev Slack . It's a public chatroom for Lens developers, where Lens team members chime in from time to time. To provide feedback on the documentation or issues with the Lens Extension API, create new issues at lensapp/lens . Please use the labels area/documentation and/or area/extension .","title":"Looking for Help"},{"location":"#downloading-lens","text":"Download Lens for macOS, Windows, or Linux.","title":"Downloading Lens"},{"location":"extensions/extension-migration/","text":"Lens v4 to v5 Extension Migration Notes # Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/extension-migration/#lens-v4-to-v5-extension-migration-notes","text":"Lens v5 inspects the version of the extension to ensure it is compatible. The package.json for your extension must have an \"engines\" field specifying the lens version that your extension is targeted for, e.g: \"engines\": { \"lens\": \"^5.0.0-beta.7\" }, Note that Lens v5 supports all the range semantics that semver provides. Types and components have been reorganized, many have been grouped by process ( Main and Renderer ) plus those not specific to a process ( Common ). For example the LensMainExtension class is now referred to by Main.LensExtension . See the API Reference for the new organization. The globalPageMenus field of the Renderer extension class (now Renderer.LensExtension ) is removed. Global pages can still be made accessible via the application menus and the status bar, as well as from the newly added Welcome menu. The clusterFeatures field of the Renderer extension class (now Renderer.LensExtension ) is removed. Cluster features can still be implemented but Lens no longer dictates how a feature's lifecycle (install/upgrade/uninstall) is managed. Renderer.K8sApi.ResourceStack provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the lifecycle. It could be applied automatically to a cluster by the extension or the end-user could be expected to install it, etc. from the cluster Settings page. Lens v5 now relies on mobx 6 for state management. Extensions that use mobx will need to be modified to work with mobx 6. See Migrating from Mobx 4/5 for specific details. For an example of an existing extension that is compatible with Lens v5 see the Lens Resource Map Extension","title":"Lens v4 to v5 Extension Migration Notes"},{"location":"extensions/api/","text":"Extension API Reference # APIs # Common Main Renderer","title":"API Reference"},{"location":"extensions/api/#extension-api-reference","text":"","title":"Extension API Reference"},{"location":"extensions/api/#apis","text":"Common Main Renderer","title":"APIs"},{"location":"extensions/api/modules/","text":"@k8slens/extensions # Table of contents # Namespaces # Common Main Renderer","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#k8slensextensions","text":"","title":"@k8slens/extensions"},{"location":"extensions/api/modules/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/#namespaces","text":"Common Main Renderer","title":"Namespaces"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/","text":"Class: CatalogCategory # Common . Catalog .CatalogCategory Hierarchy # TypedEventEmitter < CatalogCategoryEvents , this > \u21b3 CatalogCategory Table of contents # Constructors # constructor Properties # apiVersion filters kind metadata spec Methods # addListener addMenuFilter emit eventNames filteredItems getId getMaxListeners listenerCount listeners off on once prependListener prependOnceListener rawListeners removeAllListeners removeListener setMaxListeners parseId Constructors # constructor # \u2022 new CatalogCategory () Inherited from # (EventEmitter as new () => TypedEmitter).constructor Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string filters # \u2022 Protected filters : ObservableSet < AddMenuFilter > kind # \u2022 Readonly Abstract kind : string metadata # \u2022 Abstract metadata : Object Type declaration # Name Type icon string name string spec # \u2022 Abstract spec : CatalogCategorySpec Methods # addListener # \u25b8 addListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).addListener addMenuFilter # \u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu Parameters # Name Type Description fn AddMenuFilter The function that should return a truthy value if that menu item should be displayed Returns # Disposer A function to remove that filter emit # \u25b8 emit < E >( event , ... args ): boolean Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E ...args Arguments < CatalogCategoryEvents [ E ]> Returns # boolean Inherited from # (EventEmitter as new () => TypedEmitter).emit eventNames # \u25b8 eventNames (): ( string | symbol )[] Returns # ( string | symbol )[] Inherited from # (EventEmitter as new () => TypedEmitter).eventNames filteredItems # \u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters Parameters # Name Type Description menuItems CatalogEntityAddMenu [] menu items to filter Returns # CatalogEntityAddMenu [] filtered menu items getId # \u25b8 getId (): string Returns # string getMaxListeners # \u25b8 getMaxListeners (): number Returns # number Inherited from # (EventEmitter as new () => TypedEmitter).getMaxListeners listenerCount # \u25b8 listenerCount < E >( event ): number Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # number Inherited from # (EventEmitter as new () => TypedEmitter).listenerCount listeners # \u25b8 listeners < E >( event ): Function [] Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # Function [] Inherited from # (EventEmitter as new () => TypedEmitter).listeners off # \u25b8 off < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).off on # \u25b8 on < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).on once # \u25b8 once < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).once prependListener # \u25b8 prependListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).prependListener prependOnceListener # \u25b8 prependOnceListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).prependOnceListener rawListeners # \u25b8 rawListeners < E >( event ): Function [] Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E Returns # Function [] Inherited from # (EventEmitter as new () => TypedEmitter).rawListeners removeAllListeners # \u25b8 removeAllListeners < E >( event? ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event? E Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).removeAllListeners removeListener # \u25b8 removeListener < E >( event , listener ): CatalogCategory Type parameters # Name Type E extends keyof CatalogCategoryEvents Parameters # Name Type event E listener CatalogCategoryEvents [ E ] Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).removeListener setMaxListeners # \u25b8 setMaxListeners ( maxListeners ): CatalogCategory Parameters # Name Type maxListeners number Returns # CatalogCategory Inherited from # (EventEmitter as new () => TypedEmitter).setMaxListeners parseId # \u25b8 Static parseId ( id? ): Object Parameters # Name Type Default value id string \"\" Returns # Object Name Type group? string kind? string","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#class-catalogcategory","text":"Common . Catalog .CatalogCategory","title":"Class: CatalogCategory"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#hierarchy","text":"TypedEventEmitter < CatalogCategoryEvents , this > \u21b3 CatalogCategory","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties","text":"apiVersion filters kind metadata spec","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods","text":"addListener addMenuFilter emit eventNames filteredItems getId getMaxListeners listenerCount listeners off on once prependListener prependOnceListener rawListeners removeAllListeners removeListener setMaxListeners parseId","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#constructor","text":"\u2022 new CatalogCategory ()","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filters","text":"\u2022 Protected filters : ObservableSet < AddMenuFilter >","title":"filters"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#kind","text":"\u2022 Readonly Abstract kind : string","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#metadata","text":"\u2022 Abstract metadata : Object","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#spec","text":"\u2022 Abstract spec : CatalogCategorySpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#addlistener","text":"\u25b8 addListener < E >( event , listener ): CatalogCategory","title":"addListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#addmenufilter","text":"\u25b8 addMenuFilter ( fn ): Disposer Add a filter for menu items of catalogAddMenu","title":"addMenuFilter"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#emit","text":"\u25b8 emit < E >( event , ... args ): boolean","title":"emit"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#eventnames","text":"\u25b8 eventNames (): ( string | symbol )[]","title":"eventNames"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#filtereditems","text":"\u25b8 filteredItems ( menuItems ): CatalogEntityAddMenu [] Filter menuItems according to the Category's set filters","title":"filteredItems"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#getmaxlisteners","text":"\u25b8 getMaxListeners (): number","title":"getMaxListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#listenercount","text":"\u25b8 listenerCount < E >( event ): number","title":"listenerCount"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#listeners","text":"\u25b8 listeners < E >( event ): Function []","title":"listeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#off","text":"\u25b8 off < E >( event , listener ): CatalogCategory","title":"off"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#on","text":"\u25b8 on < E >( event , listener ): CatalogCategory","title":"on"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#once","text":"\u25b8 once < E >( event , listener ): CatalogCategory","title":"once"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#prependlistener","text":"\u25b8 prependListener < E >( event , listener ): CatalogCategory","title":"prependListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#prependoncelistener","text":"\u25b8 prependOnceListener < E >( event , listener ): CatalogCategory","title":"prependOnceListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#rawlisteners","text":"\u25b8 rawListeners < E >( event ): Function []","title":"rawListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#removealllisteners","text":"\u25b8 removeAllListeners < E >( event? ): CatalogCategory","title":"removeAllListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#removelistener","text":"\u25b8 removeListener < E >( event , listener ): CatalogCategory","title":"removeListener"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#setmaxlisteners","text":"\u25b8 setMaxListeners ( maxListeners ): CatalogCategory","title":"setMaxListeners"},{"location":"extensions/api/classes/Common.Catalog.CatalogCategory/#parseid","text":"\u25b8 Static parseId ( id? ): Object","title":"parseId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/","text":"Class: CatalogEntity # Common . Catalog .CatalogEntity Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Hierarchy # CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink Implements # CatalogEntityKindData Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new CatalogEntity < Metadata , Status , Spec >( data ) Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Parameters # Name Type data CatalogEntityData < Metadata , Status , Spec > Properties # apiVersion # \u2022 Readonly Abstract apiVersion : string The group and version of this class. Implementation of # CatalogEntityKindData . apiVersion kind # \u2022 Readonly Abstract kind : string A DNS label name of the entity. Implementation of # CatalogEntityKindData . kind metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 status : Status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string getName # \u25b8 getName (): string Get the name of this entity Returns # string getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean onContextMenuOpen # \u25b8 Abstract onContextMenuOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # void | Promise < void > onRun # \u25b8 Optional Abstract onRun ( context ): void | Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # void | Promise < void > onSettingsOpen # \u25b8 Abstract onSettingsOpen ( context ): void | Promise < void > Parameters # Name Type context CatalogEntitySettingsContext Returns # void | Promise < void >","title":"Class: CatalogEntity"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#class-catalogentitymetadata-status-spec","text":"Common . Catalog .CatalogEntity","title":"Class: CatalogEntity<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#type-parameters","text":"Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec","title":"Type parameters"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#hierarchy","text":"CatalogEntity \u21b3 KubernetesCluster \u21b3 GeneralEntity \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#implements","text":"CatalogEntityKindData","title":"Implements"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#constructor","text":"\u2022 new CatalogEntity < Metadata , Status , Spec >( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#apiversion","text":"\u2022 Readonly Abstract apiVersion : string The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#kind","text":"\u2022 Readonly Abstract kind : string A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#oncontextmenuopen","text":"\u25b8 Abstract onContextMenuOpen ( context ): void | Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onrun","text":"\u25b8 Optional Abstract onRun ( context ): void | Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.CatalogEntity/#onsettingsopen","text":"\u25b8 Abstract onSettingsOpen ( context ): void | Promise < void >","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/","text":"Class: GeneralEntity # Common . Catalog .GeneralEntity Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status Methods # getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen Constructors # constructor # \u2022 new GeneralEntity ( data ) Parameters # Name Type data CatalogEntityData < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"General\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : GeneralEntitySpec Inherited from # CatalogEntity . spec status # \u2022 status : CatalogEntityStatus Inherited from # CatalogEntity . status Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen (): void Returns # void Overrides # CatalogEntity . onContextMenuOpen onDetailsOpen # \u25b8 onDetailsOpen (): void Returns # void onRun # \u25b8 onRun (): Promise < void > Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#class-generalentity","text":"Common . Catalog .GeneralEntity Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: GeneralEntity"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , GeneralEntitySpec > \u21b3 GeneralEntity","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties","text":"apiVersion kind metadata spec status","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#constructor","text":"\u2022 new GeneralEntity ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#kind","text":"\u2022 Readonly kind : \"General\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#spec","text":"\u2022 spec : GeneralEntitySpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#status","text":"\u2022 status : CatalogEntityStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen (): void","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#ondetailsopen","text":"\u25b8 onDetailsOpen (): void","title":"onDetailsOpen"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onrun","text":"\u25b8 onRun (): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.GeneralEntity/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/","text":"Class: KubernetesCluster # Common . Catalog .KubernetesCluster Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > \u21b3 KubernetesCluster Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen Constructors # constructor # \u2022 new KubernetesCluster ( data ) Parameters # Name Type data CatalogEntityData < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"KubernetesCluster\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : KubernetesClusterMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : KubernetesClusterSpec Inherited from # CatalogEntity . spec status # \u2022 status : KubernetesClusterStatus Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" kind # \u25aa Static Readonly kind : \"KubernetesCluster\" Methods # connect # \u25b8 connect (): Promise < void > Returns # Promise < void > disconnect # \u25b8 disconnect (): Promise < void > Returns # Promise < void > getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # Promise < void > Overrides # CatalogEntity . onContextMenuOpen onDetailsOpen # \u25b8 onDetailsOpen (): void Returns # void onRun # \u25b8 onRun ( context ): Promise < void > Parameters # Name Type context CatalogEntityActionContext Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: KubernetesCluster"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#class-kubernetescluster","text":"Common . Catalog .KubernetesCluster Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: KubernetesCluster"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#hierarchy","text":"CatalogEntity < KubernetesClusterMetadata , KubernetesClusterStatus , KubernetesClusterSpec > \u21b3 KubernetesCluster","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods","text":"connect disconnect getId getName getSource isEnabled onContextMenuOpen onDetailsOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#constructor","text":"\u2022 new KubernetesCluster ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind","text":"\u2022 Readonly kind : \"KubernetesCluster\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#metadata","text":"\u2022 metadata : KubernetesClusterMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#spec","text":"\u2022 spec : KubernetesClusterSpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#status","text":"\u2022 status : KubernetesClusterStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#apiversion_1","text":"\u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#kind_1","text":"\u25aa Static Readonly kind : \"KubernetesCluster\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#connect","text":"\u25b8 connect (): Promise < void >","title":"connect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#disconnect","text":"\u25b8 disconnect (): Promise < void >","title":"disconnect"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#ondetailsopen","text":"\u25b8 onDetailsOpen (): void","title":"onDetailsOpen"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onrun","text":"\u25b8 onRun ( context ): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.KubernetesCluster/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Catalog.WebLink/","text":"Class: WebLink # Common . Catalog .WebLink Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink Table of contents # Constructors # constructor Properties # apiVersion kind metadata spec status apiVersion kind Methods # getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen Constructors # constructor # \u2022 new WebLink ( data ) Parameters # Name Type data CatalogEntityData < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > Inherited from # CatalogEntity . constructor Properties # apiVersion # \u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class. Overrides # CatalogEntity . apiVersion kind # \u2022 Readonly kind : \"WebLink\" A DNS label name of the entity. Overrides # CatalogEntity . kind metadata # \u2022 metadata : CatalogEntityMetadata Inherited from # CatalogEntity . metadata spec # \u2022 spec : WebLinkSpec Inherited from # CatalogEntity . spec status # \u2022 status : WebLinkStatus Inherited from # CatalogEntity . status apiVersion # \u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" kind # \u25aa Static Readonly kind : \"WebLink\" Methods # getId # \u25b8 getId (): string Get the UID of this entity Returns # string Inherited from # CatalogEntity . getId getName # \u25b8 getName (): string Get the name of this entity Returns # string Inherited from # CatalogEntity . getName getSource # \u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided Returns # string Inherited from # CatalogEntity . getSource isEnabled # \u25b8 isEnabled (): boolean Get if this entity is enabled. Returns # boolean Inherited from # CatalogEntity . isEnabled onContextMenuOpen # \u25b8 onContextMenuOpen ( context ): Promise < void > Parameters # Name Type context CatalogEntityContextMenuContext Returns # Promise < void > Overrides # CatalogEntity . onContextMenuOpen onRun # \u25b8 onRun (): Promise < void > Returns # Promise < void > Overrides # CatalogEntity . onRun onSettingsOpen # \u25b8 onSettingsOpen (): void Returns # void Overrides # CatalogEntity . onSettingsOpen","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#class-weblink","text":"Common . Catalog .WebLink Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: WebLink"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#hierarchy","text":"CatalogEntity < CatalogEntityMetadata , WebLinkStatus , WebLinkSpec > \u21b3 WebLink","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties","text":"apiVersion kind metadata spec status apiVersion kind","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods","text":"getId getName getSource isEnabled onContextMenuOpen onRun onSettingsOpen","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#constructor","text":"\u2022 new WebLink ( data )","title":"constructor"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion","text":"\u2022 Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\" The group and version of this class.","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind","text":"\u2022 Readonly kind : \"WebLink\" A DNS label name of the entity.","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#metadata","text":"\u2022 metadata : CatalogEntityMetadata","title":"metadata"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#spec","text":"\u2022 spec : WebLinkSpec","title":"spec"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#status","text":"\u2022 status : WebLinkStatus","title":"status"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#apiversion_1","text":"\u25aa Static Readonly apiVersion : \"entity.k8slens.dev/v1alpha1\"","title":"apiVersion"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#kind_1","text":"\u25aa Static Readonly kind : \"WebLink\"","title":"kind"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getid","text":"\u25b8 getId (): string Get the UID of this entity","title":"getId"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getname","text":"\u25b8 getName (): string Get the name of this entity","title":"getName"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#getsource","text":"\u25b8 getSource (): string Get the specified source of this entity, defaulting to \"unknown\" if not provided","title":"getSource"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#isenabled","text":"\u25b8 isEnabled (): boolean Get if this entity is enabled.","title":"isEnabled"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#oncontextmenuopen","text":"\u25b8 onContextMenuOpen ( context ): Promise < void >","title":"onContextMenuOpen"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onrun","text":"\u25b8 onRun (): Promise < void >","title":"onRun"},{"location":"extensions/api/classes/Common.Catalog.WebLink/#onsettingsopen","text":"\u25b8 onSettingsOpen (): void","title":"onSettingsOpen"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/","text":"Class: ExtensionStore # Common . Store .ExtensionStore Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type parameters # Name T Hierarchy # BaseStore < T > \u21b3 ExtensionStore Table of contents # Constructors # constructor Properties # displayName extension params storeConfig syncDisposers Accessors # name path syncMainChannel syncRendererChannel Methods # applyWithoutSync cwd disableSync enableSync fromStore load loadExtension onModelChange onSync onSyncFromMain saveToFile toJSON unregisterIpcListener createInstance getInstance resetInstance Constructors # constructor # \u2022 Protected new ExtensionStore < T >( params ) Type parameters # Name T Parameters # Name Type params BaseStoreParams < T > Inherited from # BaseStore.constructor Properties # displayName # \u2022 Readonly displayName : \"ExtensionStore\" Overrides # BaseStore.displayName extension # \u2022 Protected extension : LensExtension params # \u2022 Protected params : BaseStoreParams < T > Inherited from # BaseStore.params storeConfig # \u2022 Protected Optional storeConfig : Conf < T > Inherited from # BaseStore.storeConfig syncDisposers # \u2022 Protected syncDisposers : Disposer [] = [] Inherited from # BaseStore.syncDisposers Accessors # name # \u2022 get name (): string Returns # string Inherited from # BaseStore.name path # \u2022 get path (): string Returns # string Inherited from # BaseStore.path syncMainChannel # \u2022 Protected get syncMainChannel (): string Returns # string Inherited from # BaseStore.syncMainChannel syncRendererChannel # \u2022 Protected get syncRendererChannel (): string Returns # string Inherited from # BaseStore.syncRendererChannel Methods # applyWithoutSync # \u25b8 Protected applyWithoutSync ( callback ): void Parameters # Name Type callback () => void Returns # void Inherited from # BaseStore.applyWithoutSync cwd # \u25b8 Protected cwd (): string Returns # string Overrides # BaseStore.cwd disableSync # \u25b8 disableSync (): void Returns # void Inherited from # BaseStore.disableSync enableSync # \u25b8 enableSync (): void Returns # void Inherited from # BaseStore.enableSync fromStore # \u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous. Parameters # Name Type Description data T the parsed information read from the stored JSON file Returns # void Inherited from # BaseStore.fromStore load # \u25b8 load (): void Returns # void Overrides # BaseStore.load loadExtension # \u25b8 loadExtension ( extension ): void Parameters # Name Type extension LensExtension Returns # void onModelChange # \u25b8 Protected onModelChange ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onModelChange onSync # \u25b8 Protected onSync ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onSync onSyncFromMain # \u25b8 Protected onSyncFromMain ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.onSyncFromMain saveToFile # \u25b8 Protected saveToFile ( model ): void Parameters # Name Type model T Returns # void Inherited from # BaseStore.saveToFile toJSON # \u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state. Returns # T Inherited from # BaseStore.toJSON unregisterIpcListener # \u25b8 unregisterIpcListener (): void Returns # void Inherited from # BaseStore.unregisterIpcListener createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # BaseStore.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # BaseStore.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # BaseStore.resetInstance","title":"Class: ExtensionStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#class-extensionstoret","text":"Common . Store .ExtensionStore Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: ExtensionStore<T>"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#type-parameters","text":"Name T","title":"Type parameters"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#hierarchy","text":"BaseStore < T > \u21b3 ExtensionStore","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties","text":"displayName extension params storeConfig syncDisposers","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#accessors","text":"name path syncMainChannel syncRendererChannel","title":"Accessors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods","text":"applyWithoutSync cwd disableSync enableSync fromStore load loadExtension onModelChange onSync onSyncFromMain saveToFile toJSON unregisterIpcListener createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#constructor","text":"\u2022 Protected new ExtensionStore < T >( params )","title":"constructor"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#displayname","text":"\u2022 Readonly displayName : \"ExtensionStore\"","title":"displayName"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#params","text":"\u2022 Protected params : BaseStoreParams < T >","title":"params"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#storeconfig","text":"\u2022 Protected Optional storeConfig : Conf < T >","title":"storeConfig"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncdisposers","text":"\u2022 Protected syncDisposers : Disposer [] = []","title":"syncDisposers"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#path","text":"\u2022 get path (): string","title":"path"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncmainchannel","text":"\u2022 Protected get syncMainChannel (): string","title":"syncMainChannel"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#syncrendererchannel","text":"\u2022 Protected get syncRendererChannel (): string","title":"syncRendererChannel"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#applywithoutsync","text":"\u25b8 Protected applyWithoutSync ( callback ): void","title":"applyWithoutSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#cwd","text":"\u25b8 Protected cwd (): string","title":"cwd"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#disablesync","text":"\u25b8 disableSync (): void","title":"disableSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#enablesync","text":"\u25b8 enableSync (): void","title":"enableSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#fromstore","text":"\u25b8 Protected Abstract fromStore ( data ): void fromStore is called internally when a child class syncs with the file system. Note: This function must be synchronous.","title":"fromStore"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#load","text":"\u25b8 load (): void","title":"load"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#loadextension","text":"\u25b8 loadExtension ( extension ): void","title":"loadExtension"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onmodelchange","text":"\u25b8 Protected onModelChange ( model ): void","title":"onModelChange"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onsync","text":"\u25b8 Protected onSync ( model ): void","title":"onSync"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#onsyncfrommain","text":"\u25b8 Protected onSyncFromMain ( model ): void","title":"onSyncFromMain"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#savetofile","text":"\u25b8 Protected saveToFile ( model ): void","title":"saveToFile"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#tojson","text":"\u25b8 Abstract toJSON (): T toJSON is called when syncing the store to the filesystem. It should produce a JSON serializable object representation of the current state. It is recommended that a round trip is valid. Namely, calling this.fromStore(this.toJSON()) shouldn't change the state.","title":"toJSON"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#unregisteripclistener","text":"\u25b8 unregisterIpcListener (): void","title":"unregisterIpcListener"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Common.Store.ExtensionStore/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/","text":"Class: Singleton # Common . Util .Singleton Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Hierarchy # Singleton \u21b3 TerminalStore Table of contents # Constructors # constructor Methods # createInstance getInstance resetInstance Constructors # constructor # \u2022 new Singleton () Methods # createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void","title":"Class: Singleton"},{"location":"extensions/api/classes/Common.Util.Singleton/#class-singleton","text":"Common . Util .Singleton Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Class: Singleton"},{"location":"extensions/api/classes/Common.Util.Singleton/#hierarchy","text":"Singleton \u21b3 TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/Common.Util.Singleton/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Common.Util.Singleton/#methods","text":"createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Common.Util.Singleton/#constructor","text":"\u2022 new Singleton ()","title":"constructor"},{"location":"extensions/api/classes/Common.Util.Singleton/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Common.Util.Singleton/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Common.Util.Singleton/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/","text":"Class: CatalogEntityRegistry # Main . Catalog .CatalogEntityRegistry Table of contents # Constructors # constructor Methods # getItemsForApiKind Constructors # constructor # \u2022 new CatalogEntityRegistry () Methods # getItemsForApiKind # \u25b8 getItemsForApiKind < T >( apiVersion , kind ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type apiVersion string kind string Returns # T []","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#class-catalogentityregistry","text":"Main . Catalog .CatalogEntityRegistry","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#methods","text":"getItemsForApiKind","title":"Methods"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#constructor","text":"\u2022 new CatalogEntityRegistry ()","title":"constructor"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.Catalog.CatalogEntityRegistry/#getitemsforapikind","text":"\u25b8 getItemsForApiKind < T >( apiVersion , kind ): T []","title":"getItemsForApiKind"},{"location":"extensions/api/classes/Main.Ipc/","text":"Class: Ipc # Main .Ipc Hierarchy # IpcRegistrar \u21b3 Ipc Table of contents # Constructors # constructor Properties # [IpcPrefix] extension Methods # broadcast handle listen createInstance getInstance resetInstance Constructors # constructor # \u2022 new Ipc ( extension ) Parameters # Name Type extension LensExtension Overrides # IpcRegistrar.constructor Properties # [IpcPrefix] # \u2022 Readonly [IpcPrefix] : string Inherited from # IpcRegistrar.__@IpcPrefix@45455 extension # \u2022 Protected extension : LensExtension Inherited from # IpcRegistrar.extension Methods # broadcast # \u25b8 broadcast ( channel , ... args ): void Parameters # Name Type Description channel string The channel to broadcast to your whole extension, both main and renderer ...args any [] The arguments passed to all listeners Returns # void Inherited from # IpcRegistrar.broadcast handle # \u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled Parameters # Name Type Description channel string The name of the RPC handler ( event : IpcMainInvokeEvent , ... args : any []) => any The remote procedure that is called Returns # void listen # \u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension Parameters # Name Type Description channel string The channel to listen for broadcasts on listener ( event : IpcRendererEvent , ... args : any []) => any The function that will be called with the arguments of the broadcast Returns # Disposer An optional disposer, Lens will cleanup when the extension is disabled or uninstalled even if this is not called createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # IpcRegistrar.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # IpcRegistrar.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # IpcRegistrar.resetInstance","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.Ipc/#class-ipc","text":"Main .Ipc","title":"Class: Ipc"},{"location":"extensions/api/classes/Main.Ipc/#hierarchy","text":"IpcRegistrar \u21b3 Ipc","title":"Hierarchy"},{"location":"extensions/api/classes/Main.Ipc/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.Ipc/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.Ipc/#properties","text":"[IpcPrefix] extension","title":"Properties"},{"location":"extensions/api/classes/Main.Ipc/#methods","text":"broadcast handle listen createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Main.Ipc/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.Ipc/#constructor","text":"\u2022 new Ipc ( extension )","title":"constructor"},{"location":"extensions/api/classes/Main.Ipc/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.Ipc/#ipcprefix","text":"\u2022 Readonly [IpcPrefix] : string","title":"[IpcPrefix]"},{"location":"extensions/api/classes/Main.Ipc/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Main.Ipc/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.Ipc/#broadcast","text":"\u25b8 broadcast ( channel , ... args ): void","title":"broadcast"},{"location":"extensions/api/classes/Main.Ipc/#handle","text":"\u25b8 handle ( channel , handler ): void Declare a RPC over channel . Lens will cleanup when the extension is disabled or uninstalled","title":"handle"},{"location":"extensions/api/classes/Main.Ipc/#listen","text":"\u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension","title":"listen"},{"location":"extensions/api/classes/Main.Ipc/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Main.Ipc/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Main.Ipc/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Main.LensExtension/","text":"Class: LensExtension # Main .LensExtension Hierarchy # LensExtension \u21b3 LensExtension Table of contents # Constructors # constructor Properties # [Disposers] appMenus id isBundled manifest manifestPath protocolHandlers trayMenus Accessors # description isEnabled name version Methods # addCatalogSource disable enable getExtensionFileFolder navigate onActivate onDeactivate removeCatalogSource Constructors # constructor # \u2022 new LensExtension ( __namedParameters ) Parameters # Name Type __namedParameters InstalledExtension Inherited from # LensExtension.constructor Properties # [Disposers] # \u2022 [Disposers] : ExtendableDisposer Inherited from # LensExtension.__@Disposers@22034 appMenus # \u2022 appMenus : MenuRegistration [] = [] id # \u2022 Readonly id : string Inherited from # LensExtension.id isBundled # \u2022 Readonly isBundled : boolean Inherited from # LensExtension.isBundled manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from # LensExtension.manifest manifestPath # \u2022 Readonly manifestPath : string Inherited from # LensExtension.manifestPath protocolHandlers # \u2022 protocolHandlers : ProtocolHandlerRegistration [] = [] Inherited from # LensExtension.protocolHandlers trayMenus # \u2022 trayMenus : TrayMenuRegistration [] = [] Accessors # description # \u2022 get description (): string Returns # string Inherited from # LensExtension.description isEnabled # \u2022 get isEnabled (): boolean Returns # boolean Inherited from # LensExtension.isEnabled name # \u2022 get name (): string Returns # string Inherited from # LensExtension.name version # \u2022 get version (): string Returns # string Inherited from # LensExtension.version Methods # addCatalogSource # \u25b8 addCatalogSource ( id , source ): void Parameters # Name Type id string source IObservableArray < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Returns # void disable # \u25b8 disable (): Promise < void > Returns # Promise < void > Inherited from # LensExtension.disable enable # \u25b8 enable ( register ): Promise < void > Parameters # Name Type register ( ext : LensExtension ) => Promise < Disposer []> Returns # Promise < void > Inherited from # LensExtension.enable getExtensionFileFolder # \u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name. Returns # Promise < string > Inherited from # LensExtension.getExtensionFileFolder navigate # \u25b8 navigate ( pageId? , params? , frameId? ): Promise < void > Parameters # Name Type pageId? string params? Record < string , any > frameId? number Returns # Promise < void > onActivate # \u25b8 Protected onActivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onActivate onDeactivate # \u25b8 Protected onDeactivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onDeactivate removeCatalogSource # \u25b8 removeCatalogSource ( id ): void Parameters # Name Type id string Returns # void","title":"Class: LensExtension"},{"location":"extensions/api/classes/Main.LensExtension/#class-lensextension","text":"Main .LensExtension","title":"Class: LensExtension"},{"location":"extensions/api/classes/Main.LensExtension/#hierarchy","text":"LensExtension \u21b3 LensExtension","title":"Hierarchy"},{"location":"extensions/api/classes/Main.LensExtension/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Main.LensExtension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtension/#properties","text":"[Disposers] appMenus id isBundled manifest manifestPath protocolHandlers trayMenus","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtension/#accessors","text":"description isEnabled name version","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtension/#methods","text":"addCatalogSource disable enable getExtensionFileFolder navigate onActivate onDeactivate removeCatalogSource","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Main.LensExtension/#constructor","text":"\u2022 new LensExtension ( __namedParameters )","title":"constructor"},{"location":"extensions/api/classes/Main.LensExtension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Main.LensExtension/#disposers","text":"\u2022 [Disposers] : ExtendableDisposer","title":"[Disposers]"},{"location":"extensions/api/classes/Main.LensExtension/#appmenus","text":"\u2022 appMenus : MenuRegistration [] = []","title":"appMenus"},{"location":"extensions/api/classes/Main.LensExtension/#id","text":"\u2022 Readonly id : string","title":"id"},{"location":"extensions/api/classes/Main.LensExtension/#isbundled","text":"\u2022 Readonly isBundled : boolean","title":"isBundled"},{"location":"extensions/api/classes/Main.LensExtension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest","title":"manifest"},{"location":"extensions/api/classes/Main.LensExtension/#manifestpath","text":"\u2022 Readonly manifestPath : string","title":"manifestPath"},{"location":"extensions/api/classes/Main.LensExtension/#protocolhandlers","text":"\u2022 protocolHandlers : ProtocolHandlerRegistration [] = []","title":"protocolHandlers"},{"location":"extensions/api/classes/Main.LensExtension/#traymenus","text":"\u2022 trayMenus : TrayMenuRegistration [] = []","title":"trayMenus"},{"location":"extensions/api/classes/Main.LensExtension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Main.LensExtension/#description","text":"\u2022 get description (): string","title":"description"},{"location":"extensions/api/classes/Main.LensExtension/#isenabled","text":"\u2022 get isEnabled (): boolean","title":"isEnabled"},{"location":"extensions/api/classes/Main.LensExtension/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Main.LensExtension/#version","text":"\u2022 get version (): string","title":"version"},{"location":"extensions/api/classes/Main.LensExtension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Main.LensExtension/#addcatalogsource","text":"\u25b8 addCatalogSource ( id , source ): void","title":"addCatalogSource"},{"location":"extensions/api/classes/Main.LensExtension/#disable","text":"\u25b8 disable (): Promise < void >","title":"disable"},{"location":"extensions/api/classes/Main.LensExtension/#enable","text":"\u25b8 enable ( register ): Promise < void >","title":"enable"},{"location":"extensions/api/classes/Main.LensExtension/#getextensionfilefolder","text":"\u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name.","title":"getExtensionFileFolder"},{"location":"extensions/api/classes/Main.LensExtension/#navigate","text":"\u25b8 navigate ( pageId? , params? , frameId? ): Promise < void >","title":"navigate"},{"location":"extensions/api/classes/Main.LensExtension/#onactivate","text":"\u25b8 Protected onActivate (): void | Promise < void >","title":"onActivate"},{"location":"extensions/api/classes/Main.LensExtension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void | Promise < void >","title":"onDeactivate"},{"location":"extensions/api/classes/Main.LensExtension/#removecatalogsource","text":"\u25b8 removeCatalogSource ( id ): void","title":"removeCatalogSource"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/","text":"Class: CatalogEntityRegistry # Renderer . Catalog .CatalogEntityRegistry Table of contents # Constructors # constructor Accessors # activeEntity entities Methods # addOnBeforeRun getById getItemsForApiKind getItemsForCategory Constructors # constructor # \u2022 new CatalogEntityRegistry () Accessors # activeEntity # \u2022 get activeEntity (): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Currently active/visible entity Returns # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > entities # \u2022 get entities (): Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Returns # Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >> Methods # addOnBeforeRun # \u25b8 addOnBeforeRun ( onBeforeRun ): Disposer Add a onBeforeRun hook to a catalog entities. If onBeforeRun was previously added then it will not be added again. Parameters # Name Type Description onBeforeRun CatalogEntityOnBeforeRun The function to be called with a CatalogRunEvent event target will be the catalog entity. onBeforeRun hook can call event.preventDefault() to stop run sequence Returns # Disposer A function to remove that hook getById # \u25b8 getById ( id ): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Parameters # Name Type id string Returns # CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > getItemsForApiKind # \u25b8 getItemsForApiKind < T >( apiVersion , kind ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type apiVersion string kind string Returns # T [] getItemsForCategory # \u25b8 getItemsForCategory < T >( category ): T [] Type parameters # Name Type T extends CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec , T > Parameters # Name Type category CatalogCategory Returns # T []","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#class-catalogentityregistry","text":"Renderer . Catalog .CatalogEntityRegistry","title":"Class: CatalogEntityRegistry"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#accessors","text":"activeEntity entities","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#methods","text":"addOnBeforeRun getById getItemsForApiKind getItemsForCategory","title":"Methods"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#constructor","text":"\u2022 new CatalogEntityRegistry ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#activeentity","text":"\u2022 get activeEntity (): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Currently active/visible entity","title":"activeEntity"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#entities","text":"\u2022 get entities (): Map < string , CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>","title":"entities"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#addonbeforerun","text":"\u25b8 addOnBeforeRun ( onBeforeRun ): Disposer Add a onBeforeRun hook to a catalog entities. If onBeforeRun was previously added then it will not be added again.","title":"addOnBeforeRun"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getbyid","text":"\u25b8 getById ( id ): CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >","title":"getById"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getitemsforapikind","text":"\u25b8 getItemsForApiKind < T >( apiVersion , kind ): T []","title":"getItemsForApiKind"},{"location":"extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/#getitemsforcategory","text":"\u25b8 getItemsForCategory < T >( category ): T []","title":"getItemsForCategory"},{"location":"extensions/api/classes/Renderer.Component.Badge/","text":"Class: Badge # Renderer . Component .Badge Hierarchy # Component < BadgeProps > \u21b3 Badge Table of contents # Constructors # constructor Properties # context elem isExpanded props refs state badgeMeta contextType defaultProps Accessors # isExpandable Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onMouseUp render setState shouldComponentUpdate Constructors # constructor # \u2022 new Badge ( props ) Parameters # Name Type props BadgeProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement isExpanded # \u2022 isExpanded : boolean = false props # \u2022 Readonly props : Readonly < BadgeProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state badgeMeta # \u25aa Static badgeMeta : Object Type declaration # Name Type hasTextSelected boolean contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : Partial < BadgeProps > Accessors # isExpandable # \u2022 get isExpandable (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onMouseUp # \u25b8 onMouseUp (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < BadgeProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Badge"},{"location":"extensions/api/classes/Renderer.Component.Badge/#class-badge","text":"Renderer . Component .Badge","title":"Class: Badge"},{"location":"extensions/api/classes/Renderer.Component.Badge/#hierarchy","text":"Component < BadgeProps > \u21b3 Badge","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Badge/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#properties","text":"context elem isExpanded props refs state badgeMeta contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Badge/#accessors","text":"isExpandable","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onMouseUp render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#constructor","text":"\u2022 new Badge ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Badge/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Badge/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Badge/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Badge/#isexpanded","text":"\u2022 isExpanded : boolean = false","title":"isExpanded"},{"location":"extensions/api/classes/Renderer.Component.Badge/#props","text":"\u2022 Readonly props : Readonly < BadgeProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Badge/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Badge/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Badge/#badgemeta","text":"\u25aa Static badgeMeta : Object","title":"badgeMeta"},{"location":"extensions/api/classes/Renderer.Component.Badge/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Badge/#defaultprops","text":"\u25aa Static defaultProps : Partial < BadgeProps >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Badge/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Badge/#isexpandable","text":"\u2022 get isExpandable (): boolean","title":"isExpandable"},{"location":"extensions/api/classes/Renderer.Component.Badge/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Badge/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Badge/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Badge/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Badge/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Badge/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Badge/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Badge/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Badge/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Badge/#onmouseup","text":"\u25b8 onMouseUp (): void","title":"onMouseUp"},{"location":"extensions/api/classes/Renderer.Component.Badge/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Badge/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Badge/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.BarChart/","text":"Class: BarChart # Renderer . Component .BarChart Hierarchy # Component < Props > \u21b3 BarChart Table of contents # 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 # \u2022 new BarChart ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new BarChart ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: BarChart"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#class-barchart","text":"Renderer . Component .BarChart","title":"Class: BarChart"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#hierarchy","text":"Component < Props > \u21b3 BarChart","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#constructor","text":"\u2022 new BarChart ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.BarChart/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.BarChart/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.BarChart/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.BarChart/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.BarChart/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.BarChart/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.BarChart/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.BarChart/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Button/","text":"Class: Button # Renderer . Component .Button Hierarchy # PureComponent < ButtonProps , Object > \u21b3 Button Table of contents # 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 # \u2022 new Button ( props ) Parameters # Name Type props ButtonProps | Readonly < ButtonProps > Inherited from # React.PureComponent.constructor \u2022 new Button ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props ButtonProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < ButtonProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < ButtonProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Button"},{"location":"extensions/api/classes/Renderer.Component.Button/#class-button","text":"Renderer . Component .Button","title":"Class: Button"},{"location":"extensions/api/classes/Renderer.Component.Button/#hierarchy","text":"PureComponent < ButtonProps , Object > \u21b3 Button","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Button/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Button/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Button/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Button/#constructor","text":"\u2022 new Button ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Button/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Button/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Button/#props","text":"\u2022 Readonly props : Readonly < ButtonProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Button/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Button/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Button/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Button/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Button/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Button/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Button/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Button/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Button/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Button/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Button/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Button/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Button/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Button/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Button/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Checkbox/","text":"Class: Checkbox # Renderer . Component .Checkbox Hierarchy # PureComponent < CheckboxProps > \u21b3 Checkbox Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getValue onChange render setState shouldComponentUpdate Constructors # constructor # \u2022 new Checkbox ( props ) Parameters # Name Type props CheckboxProps < boolean > | Readonly < CheckboxProps < boolean >> Inherited from # React.PureComponent.constructor \u2022 new Checkbox ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props CheckboxProps < boolean > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < CheckboxProps < boolean >> & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < boolean >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < boolean >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < boolean >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < boolean >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < boolean >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < boolean >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate getValue # \u25b8 getValue (): boolean Returns # boolean onChange # \u25b8 onChange ( evt ): void Parameters # Name Type evt ChangeEvent < HTMLInputElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < CheckboxProps < boolean >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < boolean >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Checkbox"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#class-checkbox","text":"Renderer . Component .Checkbox","title":"Class: Checkbox"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#hierarchy","text":"PureComponent < CheckboxProps > \u21b3 Checkbox","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getValue onChange render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#constructor","text":"\u2022 new Checkbox ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#props","text":"\u2022 Readonly props : Readonly < CheckboxProps < boolean >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Checkbox/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Checkbox/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Checkbox/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Checkbox/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Checkbox/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Checkbox/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Checkbox/#getvalue","text":"\u25b8 getValue (): boolean","title":"getValue"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#onchange","text":"\u25b8 onChange ( evt ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Checkbox/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.CommandOverlay/","text":"Class: CommandOverlay # Renderer . Component .CommandOverlay Table of contents # Constructors # constructor Accessors # component isOpen Methods # close open Constructors # constructor # \u2022 new CommandOverlay () Accessors # component # \u2022 get component (): ReactElement < any , string | JSXElementConstructor < any >> Returns # ReactElement < any , string | JSXElementConstructor < any >> isOpen # \u2022 get isOpen (): boolean Returns # boolean Methods # close # \u25b8 close (): void Returns # void open # \u25b8 open ( component ): void Parameters # Name Type component ReactElement < any , string | JSXElementConstructor < any >> Returns # void","title":"Class: CommandOverlay"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#class-commandoverlay","text":"Renderer . Component .CommandOverlay","title":"Class: CommandOverlay"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#accessors","text":"component isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#constructor","text":"\u2022 new CommandOverlay ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#component","text":"\u2022 get component (): ReactElement < any , string | JSXElementConstructor < any >>","title":"component"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#isopen","text":"\u2022 get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.CommandOverlay/#open","text":"\u25b8 open ( component ): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/","text":"Class: ConfirmDialog # Renderer . Component .ConfirmDialog Hierarchy # Component < ConfirmDialogProps > \u21b3 ConfirmDialog Table of contents # Constructors # constructor Properties # context isSaving props refs state contextType defaultParams Accessors # params Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate confirm open Constructors # constructor # \u2022 new ConfirmDialog ( props ) Parameters # Name Type props ConfirmDialogProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context isSaving # \u2022 isSaving : boolean = false props # \u2022 Readonly props : Readonly < ConfirmDialogProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultParams # \u25aa Static defaultParams : Partial < ConfirmDialogParams > Accessors # params # \u2022 get params (): ConfirmDialogParams Returns # ConfirmDialogParams Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate close # \u25b8 close (): Promise < void > Returns # Promise < void > componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate ok # \u25b8 ok (): Promise < void > Returns # Promise < void > onClose # \u25b8 onClose (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < ConfirmDialogProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate confirm # \u25b8 Static confirm ( params ): Promise < boolean > Parameters # Name Type params ConfirmDialogBooleanParams Returns # Promise < boolean > open # \u25b8 Static open ( params ): void Parameters # Name Type params ConfirmDialogParams Returns # void","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#class-confirmdialog","text":"Renderer . Component .ConfirmDialog","title":"Class: ConfirmDialog"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#hierarchy","text":"Component < ConfirmDialogProps > \u21b3 ConfirmDialog","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#properties","text":"context isSaving props refs state contextType defaultParams","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#accessors","text":"params","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate ok onClose render setState shouldComponentUpdate confirm open","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#constructor","text":"\u2022 new ConfirmDialog ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#issaving","text":"\u2022 isSaving : boolean = false","title":"isSaving"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#props","text":"\u2022 Readonly props : Readonly < ConfirmDialogProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.ConfirmDialog/#defaultparams","text":"\u25aa Static defaultParams : Partial < ConfirmDialogParams >","title":"defaultParams"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#params","text":"\u2022 get params (): ConfirmDialogParams","title":"params"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.ConfirmDialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.ConfirmDialog/#close","text":"\u25b8 close (): Promise < void >","title":"close"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.ConfirmDialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.ConfirmDialog/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.ConfirmDialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.ConfirmDialog/#ok","text":"\u25b8 ok (): Promise < void >","title":"ok"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#onclose","text":"\u25b8 onClose (): void","title":"onClose"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.ConfirmDialog/#confirm","text":"\u25b8 Static confirm ( params ): Promise < boolean >","title":"confirm"},{"location":"extensions/api/classes/Renderer.Component.ConfirmDialog/#open","text":"\u25b8 Static open ( params ): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Dialog/","text":"Class: Dialog # Renderer . Component .Dialog Hierarchy # PureComponent < DialogProps , DialogState > \u21b3 Dialog Table of contents # Constructors # constructor Properties # closeOnNavigate context props ref refs state contextType defaultProps Accessors # elem isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new Dialog ( props ) Parameters # Name Type props DialogProps | Readonly < DialogProps > Inherited from # React.PureComponent.constructor \u2022 new Dialog ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DialogProps context any Inherited from # React.PureComponent.constructor Properties # closeOnNavigate # \u2022 closeOnNavigate : IReactionDisposer context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < DialogProps > & Readonly < Object > Inherited from # React.PureComponent.props ref # \u2022 ref : RefObject < HTMLDivElement > refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : DialogState Overrides # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : DialogProps Accessors # elem # \u2022 get elem (): HTMLElement Returns # HTMLElement isOpen # \u2022 get isOpen (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.PureComponent.UNSAFE_componentWillUpdate close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps DialogProps Returns # void Overrides # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onClose # \u25b8 onClose (): void Returns # void onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onOpen # \u25b8 onOpen (): void Returns # void open # \u25b8 open (): void Returns # void render # \u25b8 render (): ReactPortal Returns # ReactPortal Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"isOpen\" Parameters # Name Type state DialogState | ( prevState : Readonly < DialogState >, props : Readonly < DialogProps >) => DialogState | Pick < DialogState , K > | Pick < DialogState , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.PureComponent.shouldComponentUpdate toggle # \u25b8 toggle ( isOpen ): void Parameters # Name Type isOpen boolean Returns # void","title":"Class: Dialog"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#class-dialog","text":"Renderer . Component .Dialog","title":"Class: Dialog"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#hierarchy","text":"PureComponent < DialogProps , DialogState > \u21b3 Dialog","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#properties","text":"closeOnNavigate context props ref refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#accessors","text":"elem isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClickOutside onClose onEscapeKey onOpen open render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#constructor","text":"\u2022 new Dialog ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#closeonnavigate","text":"\u2022 closeOnNavigate : IReactionDisposer","title":"closeOnNavigate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#props","text":"\u2022 Readonly props : Readonly < DialogProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#ref","text":"\u2022 ref : RefObject < HTMLDivElement >","title":"ref"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#state","text":"\u2022 state : DialogState","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Dialog/#defaultprops","text":"\u25aa Static defaultProps : DialogProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#elem","text":"\u2022 get elem (): HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#isopen","text":"\u2022 get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Dialog/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Dialog/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Dialog/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Dialog/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Dialog/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onclose","text":"\u25b8 onClose (): void","title":"onClose"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#onopen","text":"\u25b8 onOpen (): void","title":"onOpen"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#render","text":"\u25b8 render (): ReactPortal","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Dialog/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Dialog/#toggle","text":"\u25b8 toggle ( isOpen ): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.Drawer/","text":"Class: Drawer # Renderer . Component .Drawer Hierarchy # Component < DrawerProps , State > \u21b3 Drawer Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate copyTitle fixUpTripleClick forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render resizeWidth restoreScrollPos saveScrollPos setState shouldComponentUpdate Constructors # constructor # \u2022 new Drawer ( props ) Parameters # Name Type props DrawerProps | Readonly < DrawerProps > Inherited from # React.Component.constructor \u2022 new Drawer ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Object Type declaration # Name Type isCopied boolean width number Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < State > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < State > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < State > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate copyTitle # \u25b8 copyTitle ( title ): void Parameters # Name Type title string Returns # void fixUpTripleClick # \u25b8 fixUpTripleClick ( ev ): void Parameters # Name Type ev MouseEvent Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < State > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onMouseDown # \u25b8 onMouseDown ( evt ): void Parameters # Name Type evt MouseEvent Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render resizeWidth # \u25b8 resizeWidth ( width ): void Parameters # Name Type width number Returns # void restoreScrollPos # \u25b8 restoreScrollPos (): void Returns # void saveScrollPos # \u25b8 saveScrollPos (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < DrawerProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < State > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Drawer"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#class-drawer","text":"Renderer . Component .Drawer","title":"Class: Drawer"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#hierarchy","text":"Component < DrawerProps , State > \u21b3 Drawer","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate copyTitle fixUpTripleClick forceUpdate getSnapshotBeforeUpdate onClickOutside onEscapeKey onMouseDown render resizeWidth restoreScrollPos saveScrollPos setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#constructor","text":"\u2022 new Drawer ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#props","text":"\u2022 Readonly props : Readonly < DrawerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#state","text":"\u2022 state : Object","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Drawer/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Drawer/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Drawer/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Drawer/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Drawer/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Drawer/#copytitle","text":"\u25b8 copyTitle ( title ): void","title":"copyTitle"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#fixuptripleclick","text":"\u25b8 fixUpTripleClick ( ev ): void","title":"fixUpTripleClick"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Drawer/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#onmousedown","text":"\u25b8 onMouseDown ( evt ): void","title":"onMouseDown"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#resizewidth","text":"\u25b8 resizeWidth ( width ): void","title":"resizeWidth"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#restorescrollpos","text":"\u25b8 restoreScrollPos (): void","title":"restoreScrollPos"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#savescrollpos","text":"\u25b8 saveScrollPos (): void","title":"saveScrollPos"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Drawer/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerItem/","text":"Class: DrawerItem # Renderer . Component .DrawerItem Hierarchy # Component < DrawerItemProps > \u21b3 DrawerItem Table of contents # 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 # \u2022 new DrawerItem ( props ) Parameters # Name Type props DrawerItemProps | Readonly < DrawerItemProps > Inherited from # React.Component.constructor \u2022 new DrawerItem ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerItemProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerItemProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < DrawerItemProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: DrawerItem"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#class-draweritem","text":"Renderer . Component .DrawerItem","title":"Class: DrawerItem"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#hierarchy","text":"Component < DrawerItemProps > \u21b3 DrawerItem","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#constructor","text":"\u2022 new DrawerItem ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#props","text":"\u2022 Readonly props : Readonly < DrawerItemProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerItem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerItem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerItem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerItem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerItem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerItem/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerItem/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerItem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerParamToggler/","text":"Class: DrawerParamToggler # Renderer . Component .DrawerParamToggler Hierarchy # Component < DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler Table of contents # 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 # \u2022 new DrawerParamToggler ( props ) Parameters # Name Type props DrawerParamTogglerProps | Readonly < DrawerParamTogglerProps > Inherited from # React.Component.constructor \u2022 new DrawerParamToggler ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerParamTogglerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerParamTogglerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"open\" Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < DrawerParamTogglerProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#class-drawerparamtoggler","text":"Renderer . Component .DrawerParamToggler","title":"Class: DrawerParamToggler"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#hierarchy","text":"Component < DrawerParamTogglerProps , State > \u21b3 DrawerParamToggler","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#constructor","text":"\u2022 new DrawerParamToggler ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#props","text":"\u2022 Readonly props : Readonly < DrawerParamTogglerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#state","text":"\u2022 state : State = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerParamToggler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerParamToggler/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerParamToggler/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerParamToggler/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerParamToggler/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerParamToggler/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerParamToggler/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerParamToggler/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.DrawerParamToggler/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/","text":"Class: DrawerTitle # Renderer . Component .DrawerTitle Hierarchy # Component < DrawerTitleProps > \u21b3 DrawerTitle Table of contents # 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 # \u2022 new DrawerTitle ( props ) Parameters # Name Type props DrawerTitleProps | Readonly < DrawerTitleProps > Inherited from # React.Component.constructor \u2022 new DrawerTitle ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props DrawerTitleProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < DrawerTitleProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < DrawerTitleProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#class-drawertitle","text":"Renderer . Component .DrawerTitle","title":"Class: DrawerTitle"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#hierarchy","text":"Component < DrawerTitleProps > \u21b3 DrawerTitle","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#constructor","text":"\u2022 new DrawerTitle ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#props","text":"\u2022 Readonly props : Readonly < DrawerTitleProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.DrawerTitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerTitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerTitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.DrawerTitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.DrawerTitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.DrawerTitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.DrawerTitle/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.DrawerTitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Icon/","text":"Class: Icon # Renderer . Component .Icon Hierarchy # PureComponent < IconProps > \u21b3 Icon Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # isInteractive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new Icon ( props ) Parameters # Name Type props IconProps | Readonly < IconProps > Inherited from # React.PureComponent.constructor \u2022 new Icon ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props IconProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < IconProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : IconProps Accessors # isInteractive # \u2022 get isInteractive (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < IconProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Icon"},{"location":"extensions/api/classes/Renderer.Component.Icon/#class-icon","text":"Renderer . Component .Icon","title":"Class: Icon"},{"location":"extensions/api/classes/Renderer.Component.Icon/#hierarchy","text":"PureComponent < IconProps > \u21b3 Icon","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Icon/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Icon/#accessors","text":"isInteractive","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#constructor","text":"\u2022 new Icon ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Icon/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Icon/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Icon/#props","text":"\u2022 Readonly props : Readonly < IconProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Icon/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Icon/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Icon/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Icon/#defaultprops","text":"\u25aa Static defaultProps : IconProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Icon/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Icon/#isinteractive","text":"\u2022 get isInteractive (): boolean","title":"isInteractive"},{"location":"extensions/api/classes/Renderer.Component.Icon/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Icon/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Icon/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Icon/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Icon/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Icon/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Icon/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Icon/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Icon/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Icon/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.Icon/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Icon/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Icon/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Icon/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Input/","text":"Class: Input # Renderer . Component .Input Hierarchy # Component < InputProps , State > \u21b3 Input Table of contents # Constructors # constructor Properties # context input props refs setDirtyOnChange state validators contextType defaultProps Accessors # isUncontrolled showMaxLenIndicator themeSelection 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 Constructors # constructor # \u2022 new Input ( props ) Parameters # Name Type props InputProps | Readonly < InputProps > Inherited from # React.Component.constructor \u2022 new Input ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props InputProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context input # \u2022 input : InputElement = null props # \u2022 Readonly props : Readonly < InputProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs setDirtyOnChange # \u2022 setDirtyOnChange : DebouncedFunc < fn > state # \u2022 state : State Overrides # React.Component.state validators # \u2022 validators : InputValidator [] = [] contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # isUncontrolled # \u2022 get isUncontrolled (): boolean Returns # boolean showMaxLenIndicator # \u2022 get showMaxLenIndicator (): boolean Returns # boolean themeSelection # \u2022 get themeSelection (): Record < string , boolean > Returns # Record < string , boolean > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem InputElement Returns # void blur # \u25b8 blur (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps InputProps Returns # void Overrides # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate focus # \u25b8 focus (): void Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate getValue # \u25b8 getValue (): string Returns # string onBlur # \u25b8 onBlur ( evt ): void Parameters # Name Type evt FocusEvent < InputElement , Element > Returns # void onChange # \u25b8 onChange ( evt ): void Parameters # Name Type evt ChangeEvent < any > Returns # void onFocus # \u25b8 onFocus ( evt ): void Parameters # Name Type evt FocusEvent < InputElement , Element > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < InputElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render select # \u25b8 select (): void Returns # void setDirty # \u25b8 setDirty ( dirty? ): void Parameters # Name Type Default value dirty boolean true Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < InputProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState setValidation # \u25b8 setValidation ( errors ): void Parameters # Name Type errors ReactNode [] Returns # void setValue # \u25b8 setValue ( value? ): void Parameters # Name Type Default value value string \"\" Returns # void shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate validate # \u25b8 validate (): Promise < void > Returns # Promise < void >","title":"Class: Input"},{"location":"extensions/api/classes/Renderer.Component.Input/#class-input","text":"Renderer . Component .Input","title":"Class: Input"},{"location":"extensions/api/classes/Renderer.Component.Input/#hierarchy","text":"Component < InputProps , State > \u21b3 Input","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Input/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Input/#properties","text":"context input props refs setDirtyOnChange state validators contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Input/#accessors","text":"isUncontrolled showMaxLenIndicator themeSelection","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Input/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef blur componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate getValue onBlur onChange onFocus onKeyDown render select setDirty setState setValidation setValue shouldComponentUpdate validate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Input/#constructor","text":"\u2022 new Input ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Input/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Input/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Input/#input","text":"\u2022 input : InputElement = null","title":"input"},{"location":"extensions/api/classes/Renderer.Component.Input/#props","text":"\u2022 Readonly props : Readonly < InputProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Input/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Input/#setdirtyonchange","text":"\u2022 setDirtyOnChange : DebouncedFunc < fn >","title":"setDirtyOnChange"},{"location":"extensions/api/classes/Renderer.Component.Input/#state","text":"\u2022 state : State","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Input/#validators","text":"\u2022 validators : InputValidator [] = []","title":"validators"},{"location":"extensions/api/classes/Renderer.Component.Input/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Input/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Input/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Input/#isuncontrolled","text":"\u2022 get isUncontrolled (): boolean","title":"isUncontrolled"},{"location":"extensions/api/classes/Renderer.Component.Input/#showmaxlenindicator","text":"\u2022 get showMaxLenIndicator (): boolean","title":"showMaxLenIndicator"},{"location":"extensions/api/classes/Renderer.Component.Input/#themeselection","text":"\u2022 get themeSelection (): Record < string , boolean >","title":"themeSelection"},{"location":"extensions/api/classes/Renderer.Component.Input/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Input/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Input/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Input/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Input/#blur","text":"\u25b8 blur (): void","title":"blur"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Input/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Input/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Input/#focus","text":"\u25b8 focus (): void","title":"focus"},{"location":"extensions/api/classes/Renderer.Component.Input/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Input/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Input/#getvalue","text":"\u25b8 getValue (): string","title":"getValue"},{"location":"extensions/api/classes/Renderer.Component.Input/#onblur","text":"\u25b8 onBlur ( evt ): void","title":"onBlur"},{"location":"extensions/api/classes/Renderer.Component.Input/#onchange","text":"\u25b8 onChange ( evt ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Input/#onfocus","text":"\u25b8 onFocus ( evt ): void","title":"onFocus"},{"location":"extensions/api/classes/Renderer.Component.Input/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Input/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Input/#select","text":"\u25b8 select (): void","title":"select"},{"location":"extensions/api/classes/Renderer.Component.Input/#setdirty","text":"\u25b8 setDirty ( dirty? ): void","title":"setDirty"},{"location":"extensions/api/classes/Renderer.Component.Input/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Input/#setvalidation","text":"\u25b8 setValidation ( errors ): void","title":"setValidation"},{"location":"extensions/api/classes/Renderer.Component.Input/#setvalue","text":"\u25b8 setValue ( value? ): void","title":"setValue"},{"location":"extensions/api/classes/Renderer.Component.Input/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Input/#validate","text":"\u25b8 validate (): Promise < void >","title":"validate"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/","text":"Class: KubeEventDetails # Renderer . Component .KubeEventDetails Hierarchy # Component < KubeEventDetailsProps > \u21b3 KubeEventDetails Table of contents # 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 # \u2022 new KubeEventDetails ( props ) Parameters # Name Type props KubeEventDetailsProps | Readonly < KubeEventDetailsProps > Inherited from # React.Component.constructor \u2022 new KubeEventDetails ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props KubeEventDetailsProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < KubeEventDetailsProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeEventDetailsProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#class-kubeeventdetails","text":"Renderer . Component .KubeEventDetails","title":"Class: KubeEventDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#hierarchy","text":"Component < KubeEventDetailsProps > \u21b3 KubeEventDetails","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#constructor","text":"\u2022 new KubeEventDetails ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#props","text":"\u2022 Readonly props : Readonly < KubeEventDetailsProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeEventDetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeEventDetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeEventDetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeEventDetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeEventDetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeEventDetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeEventDetails/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeEventDetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectDetails/","text":"Class: KubeObjectDetails # Renderer . Component .KubeObjectDetails Hierarchy # Component \u21b3 KubeObjectDetails Table of contents # Constructors # constructor Properties # context isLoading loader loadingError props refs state contextType Accessors # object path Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # \u2022 new KubeObjectDetails ( props ) Parameters # Name Type props Object Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context isLoading # \u2022 isLoading : boolean = false loader # \u2022 loader : IReactionDisposer loadingError # \u2022 loadingError : ReactNode props # \u2022 Readonly props : Readonly < Object > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # object # \u2022 get object (): KubeObject < KubeObjectMetadata , any , any > Returns # KubeObject < KubeObjectMetadata , any , any > path # \u2022 get path (): string Returns # string Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < Object > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Object >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#class-kubeobjectdetails","text":"Renderer . Component .KubeObjectDetails","title":"Class: KubeObjectDetails"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#hierarchy","text":"Component \u21b3 KubeObjectDetails","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#properties","text":"context isLoading loader loadingError props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#accessors","text":"object path","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#constructor","text":"\u2022 new KubeObjectDetails ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#loader","text":"\u2022 loader : IReactionDisposer","title":"loader"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#loadingerror","text":"\u2022 loadingError : ReactNode","title":"loadingError"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#props","text":"\u2022 Readonly props : Readonly < Object > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectDetails/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#object","text":"\u2022 get object (): KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#path","text":"\u2022 get path (): string","title":"path"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectDetails/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectDetails/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectDetails/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectDetails/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectDetails/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectDetails/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectDetails/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectListLayout/","text":"Class: KubeObjectListLayout # Renderer . Component .KubeObjectListLayout Type parameters # Name Type K extends KubeObject Hierarchy # Component < KubeObjectListLayoutProps < K >> \u21b3 KubeObjectListLayout Table of contents # Constructors # constructor Properties # context loadErrors props refs state clusterContext contextType defaultProps Accessors # selectedItem Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render renderLoadErrors setState shouldComponentUpdate Constructors # constructor # \u2022 new KubeObjectListLayout < K >( props ) Type parameters # Name Type K extends KubeObject < KubeObjectMetadata , any , any , K > Parameters # Name Type props KubeObjectListLayoutProps < K > Overrides # React.Component\\>.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context loadErrors # \u2022 loadErrors : string [] = [] props # \u2022 Readonly props : Readonly < KubeObjectListLayoutProps < K >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state clusterContext # \u25aa Static clusterContext : ClusterContext contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # selectedItem # \u2022 get selectedItem (): K Returns # K Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < K >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < K >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < K >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < K >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < K >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < K >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderLoadErrors # \u25b8 renderLoadErrors (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeObjectListLayoutProps < K >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < K >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectListLayout"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#class-kubeobjectlistlayoutk","text":"Renderer . Component .KubeObjectListLayout","title":"Class: KubeObjectListLayout<K>"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#hierarchy","text":"Component < KubeObjectListLayoutProps < K >> \u21b3 KubeObjectListLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#properties","text":"context loadErrors props refs state clusterContext contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#accessors","text":"selectedItem","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render renderLoadErrors setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#constructor","text":"\u2022 new KubeObjectListLayout < K >( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#loaderrors","text":"\u2022 loadErrors : string [] = []","title":"loadErrors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#props","text":"\u2022 Readonly props : Readonly < KubeObjectListLayoutProps < K >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#clustercontext","text":"\u25aa Static clusterContext : ClusterContext","title":"clusterContext"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectListLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#selecteditem","text":"\u2022 get selectedItem (): K","title":"selectedItem"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectListLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectListLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectListLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectListLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectListLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectListLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#renderloaderrors","text":"\u25b8 renderLoadErrors (): Element","title":"renderLoadErrors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectListLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.KubeObjectMeta/","text":"Class: KubeObjectMeta # Renderer . Component .KubeObjectMeta Hierarchy # Component < KubeObjectMetaProps > \u21b3 KubeObjectMeta Table of contents # 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 # \u2022 new KubeObjectMeta ( props ) Parameters # Name Type props KubeObjectMetaProps | Readonly < KubeObjectMetaProps > Inherited from # React.Component.constructor \u2022 new KubeObjectMeta ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props KubeObjectMetaProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < KubeObjectMetaProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultHiddenFields # \u25aa Static defaultHiddenFields : keyof KubeObjectMetadata [] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate isHidden # \u25b8 isHidden ( field ): boolean Parameters # Name Type field keyof KubeObjectMetadata Returns # boolean render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < KubeObjectMetaProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#class-kubeobjectmeta","text":"Renderer . Component .KubeObjectMeta","title":"Class: KubeObjectMeta"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#hierarchy","text":"Component < KubeObjectMetaProps > \u21b3 KubeObjectMeta","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#properties","text":"context props refs state contextType defaultHiddenFields","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isHidden render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#constructor","text":"\u2022 new KubeObjectMeta ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#props","text":"\u2022 Readonly props : Readonly < KubeObjectMetaProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.KubeObjectMeta/#defaulthiddenfields","text":"\u25aa Static defaultHiddenFields : keyof KubeObjectMetadata []","title":"defaultHiddenFields"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectMeta/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectMeta/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.KubeObjectMeta/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.KubeObjectMeta/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.KubeObjectMeta/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.KubeObjectMeta/#ishidden","text":"\u25b8 isHidden ( field ): boolean","title":"isHidden"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.KubeObjectMeta/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.LineProgress/","text":"Class: LineProgress # Renderer . Component .LineProgress Hierarchy # PureComponent < LineProgressProps > \u21b3 LineProgress Table of contents # 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 # \u2022 new LineProgress ( props ) Parameters # Name Type props LineProgressProps | Readonly < LineProgressProps > Inherited from # React.PureComponent.constructor \u2022 new LineProgress ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props LineProgressProps context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context props # \u2022 Readonly props : Readonly < LineProgressProps > & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType defaultProps # \u25aa Static defaultProps : LineProgressProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < LineProgressProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: LineProgress"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#class-lineprogress","text":"Renderer . Component .LineProgress","title":"Class: LineProgress"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#hierarchy","text":"PureComponent < LineProgressProps > \u21b3 LineProgress","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#constructor","text":"\u2022 new LineProgress ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#props","text":"\u2022 Readonly props : Readonly < LineProgressProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.LineProgress/#defaultprops","text":"\u25aa Static defaultProps : LineProgressProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.LineProgress/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.LineProgress/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.LineProgress/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.LineProgress/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.LineProgress/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.LineProgress/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.LineProgress/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.MainLayout/","text":"Class: MainLayout # Renderer . Component .MainLayout Main layout is commonly used as a wrapper for \"global pages\" link https://api-docs.k8slens.dev/master/extensions/capabilities/common-capabilities/#global-pages Hierarchy # Component < Props > \u21b3 MainLayout Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onSidebarResize render setState shouldComponentUpdate Constructors # constructor # \u2022 new MainLayout ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new MainLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onSidebarResize # \u25b8 onSidebarResize ( width ): void Parameters # Name Type width number Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: MainLayout"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#class-mainlayout","text":"Renderer . Component .MainLayout Main layout is commonly used as a wrapper for \"global pages\" link https://api-docs.k8slens.dev/master/extensions/capabilities/common-capabilities/#global-pages","title":"Class: MainLayout"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#hierarchy","text":"Component < Props > \u21b3 MainLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onSidebarResize render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#constructor","text":"\u2022 new MainLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.MainLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MainLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MainLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MainLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MainLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MainLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MainLayout/#onsidebarresize","text":"\u25b8 onSidebarResize ( width ): void","title":"onSidebarResize"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MainLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Menu/","text":"Class: Menu # Renderer . Component .Menu Hierarchy # Component < MenuProps , State > \u21b3 Menu Table of contents # Constructors # constructor Properties # context elem items opener props refs state contextType defaultProps Accessors # focusableItems focusedItem isClosed isOpen Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onBlur onClickOutside onContextMenu onKeyDown onScrollOutside onWindowResize open refreshPosition render setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new Menu ( props ) Parameters # Name Type props MenuProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLUListElement items # \u2022 Protected items : Object = {} Index signature # \u25aa [index: number ]: MenuItem opener # \u2022 opener : HTMLElement props # \u2022 Readonly props : Readonly < MenuProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # focusableItems # \u2022 Protected get focusableItems (): MenuItem [] Returns # MenuItem [] focusedItem # \u2022 Protected get focusedItem (): MenuItem Returns # MenuItem isClosed # \u2022 get isClosed (): boolean Returns # boolean isOpen # \u2022 get isOpen (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.UNSAFE_componentWillUpdate bindItemRef # \u25b8 Protected bindItemRef ( item , index ): void Parameters # Name Type item MenuItem index number Returns # void bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLUListElement Returns # void close # \u25b8 close (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 componentDidUpdate ( prevProps ): void Parameters # Name Type prevProps MenuProps Returns # void Overrides # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 Inherited from # React.Component.componentWillUpdate focusNextItem # \u25b8 Protected focusNextItem ( reverse? ): void Parameters # Name Type Default value reverse boolean false Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 Inherited from # React.Component.getSnapshotBeforeUpdate onBlur # \u25b8 onBlur (): void Returns # void onClickOutside # \u25b8 onClickOutside ( evt ): void Parameters # Name Type evt MouseEvent Returns # void onContextMenu # \u25b8 onContextMenu (): void Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onScrollOutside # \u25b8 onScrollOutside ( evt ): void Parameters # Name Type evt UIEvent Returns # void onWindowResize # \u25b8 onWindowResize (): void Returns # void open # \u25b8 open (): void Returns # void refreshPosition # \u25b8 refreshPosition (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends keyof State Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < MenuProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: Menu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#class-menu","text":"Renderer . Component .Menu","title":"Class: Menu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#hierarchy","text":"Component < MenuProps , State > \u21b3 Menu","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Menu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#properties","text":"context elem items opener props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Menu/#accessors","text":"focusableItems focusedItem isClosed isOpen","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindItemRef bindRef close componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focusNextItem forceUpdate getSnapshotBeforeUpdate onBlur onClickOutside onContextMenu onKeyDown onScrollOutside onWindowResize open refreshPosition render setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#constructor","text":"\u2022 new Menu ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Menu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Menu/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Menu/#elem","text":"\u2022 elem : HTMLUListElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#items","text":"\u2022 Protected items : Object = {}","title":"items"},{"location":"extensions/api/classes/Renderer.Component.Menu/#opener","text":"\u2022 opener : HTMLElement","title":"opener"},{"location":"extensions/api/classes/Renderer.Component.Menu/#props","text":"\u2022 Readonly props : Readonly < MenuProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Menu/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Menu/#state","text":"\u2022 state : State = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Menu/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Menu/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Menu/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Menu/#focusableitems","text":"\u2022 Protected get focusableItems (): MenuItem []","title":"focusableItems"},{"location":"extensions/api/classes/Renderer.Component.Menu/#focuseditem","text":"\u2022 Protected get focusedItem (): MenuItem","title":"focusedItem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#isclosed","text":"\u2022 get isClosed (): boolean","title":"isClosed"},{"location":"extensions/api/classes/Renderer.Component.Menu/#isopen","text":"\u2022 get isOpen (): boolean","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.Menu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Menu/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Menu/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Menu/#binditemref","text":"\u25b8 Protected bindItemRef ( item , index ): void","title":"bindItemRef"},{"location":"extensions/api/classes/Renderer.Component.Menu/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Menu/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentdidupdate","text":"\u25b8 componentDidUpdate ( prevProps ): void","title":"componentDidUpdate"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Menu/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Menu/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Menu/#focusnextitem","text":"\u25b8 Protected focusNextItem ( reverse? ): void","title":"focusNextItem"},{"location":"extensions/api/classes/Renderer.Component.Menu/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Menu/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Menu/#onblur","text":"\u25b8 onBlur (): void","title":"onBlur"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onclickoutside","text":"\u25b8 onClickOutside ( evt ): void","title":"onClickOutside"},{"location":"extensions/api/classes/Renderer.Component.Menu/#oncontextmenu","text":"\u25b8 onContextMenu (): void","title":"onContextMenu"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onscrolloutside","text":"\u25b8 onScrollOutside ( evt ): void","title":"onScrollOutside"},{"location":"extensions/api/classes/Renderer.Component.Menu/#onwindowresize","text":"\u25b8 onWindowResize (): void","title":"onWindowResize"},{"location":"extensions/api/classes/Renderer.Component.Menu/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/classes/Renderer.Component.Menu/#refreshposition","text":"\u25b8 refreshPosition (): void","title":"refreshPosition"},{"location":"extensions/api/classes/Renderer.Component.Menu/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Menu/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Menu/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Menu/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/","text":"Class: MenuActions # Renderer . Component .MenuActions Hierarchy # Component < MenuActionsProps > \u21b3 MenuActions Table of contents # Constructors # constructor Properties # context id isOpen props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle Constructors # constructor # \u2022 new MenuActions ( props ) Parameters # Name Type props MenuActionsProps Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context id # \u2022 id : string isOpen # \u2022 isOpen : boolean = !!this.props.toolbar props # \u2022 Readonly props : Readonly < MenuActionsProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : MenuActionsProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate remove # \u25b8 remove (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderTriggerIcon # \u25b8 renderTriggerIcon (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < MenuActionsProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate toggle # \u25b8 toggle (): void Returns # void","title":"Class: MenuActions"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#class-menuactions","text":"Renderer . Component .MenuActions","title":"Class: MenuActions"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#hierarchy","text":"Component < MenuActionsProps > \u21b3 MenuActions","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#properties","text":"context id isOpen props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate remove render renderTriggerIcon setState shouldComponentUpdate toggle","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#constructor","text":"\u2022 new MenuActions ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#id","text":"\u2022 id : string","title":"id"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#isopen","text":"\u2022 isOpen : boolean = !!this.props.toolbar","title":"isOpen"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#props","text":"\u2022 Readonly props : Readonly < MenuActionsProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.MenuActions/#defaultprops","text":"\u25aa Static defaultProps : MenuActionsProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuActions/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuActions/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MenuActions/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuActions/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuActions/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MenuActions/#remove","text":"\u25b8 remove (): void","title":"remove"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#rendertriggericon","text":"\u25b8 renderTriggerIcon (): Element","title":"renderTriggerIcon"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MenuActions/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.MenuActions/#toggle","text":"\u25b8 toggle (): void","title":"toggle"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/","text":"Class: MenuItem # Renderer . Component .MenuItem Hierarchy # Component < MenuItemProps > \u21b3 MenuItem Table of contents # 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 # \u2022 new MenuItem ( props ) Parameters # Name Type props MenuItemProps Overrides # React.Component.constructor Properties # context # \u2022 context : Menu Overrides # React.Component.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < MenuItemProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static contextType : Context < Menu > = MenuContext Overrides # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # isFocusable # \u2022 get isFocusable (): boolean Returns # boolean isLink # \u2022 get isLink (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < MenuItemProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: MenuItem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#class-menuitem","text":"Renderer . Component .MenuItem","title":"Class: MenuItem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#hierarchy","text":"Component < MenuItemProps > \u21b3 MenuItem","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#properties","text":"context elem props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#accessors","text":"isFocusable isLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#constructor","text":"\u2022 new MenuItem ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#context","text":"\u2022 context : Menu","title":"context"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#props","text":"\u2022 Readonly props : Readonly < MenuItemProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#contexttype","text":"\u25aa Static contextType : Context < Menu > = MenuContext","title":"contextType"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#isfocusable","text":"\u2022 get isFocusable (): boolean","title":"isFocusable"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#islink","text":"\u2022 get isLink (): boolean","title":"isLink"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuItem/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuItem/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.MenuItem/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.MenuItem/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.MenuItem/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.MenuItem/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.MenuItem/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.NamespaceSelect/","text":"Class: NamespaceSelect # Renderer . Component .NamespaceSelect Hierarchy # Component < Props > \u21b3 NamespaceSelect Table of contents # 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 # \u2022 new NamespaceSelect ( props ) Parameters # Name Type props Props Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # options # \u2022 get options (): SelectOption < any >[] Returns # SelectOption < any >[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate formatOptionLabel # \u25b8 formatOptionLabel ( option ): Object Parameters # Name Type option SelectOption < any > Returns # Object getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#class-namespaceselect","text":"Renderer . Component .NamespaceSelect","title":"Class: NamespaceSelect"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#hierarchy","text":"Component < Props > \u21b3 NamespaceSelect","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#accessors","text":"options","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.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/Renderer.Component.NamespaceSelect/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#constructor","text":"\u2022 new NamespaceSelect ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.NamespaceSelect/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#options","text":"\u2022 get options (): SelectOption < any >[]","title":"options"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelect/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelect/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.NamespaceSelect/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelect/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelect/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( option ): Object","title":"formatOptionLabel"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.NamespaceSelect/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelect/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.NamespaceSelectFilter/","text":"Class: NamespaceSelectFilter # Renderer . Component .NamespaceSelectFilter Hierarchy # Component < SelectProps > \u21b3 NamespaceSelectFilter Table of contents # Constructors # constructor Properties # context props refs state contextType isMenuOpen isMultiSelection Accessors # isMenuOpen isMultiSelection Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate onChange onClick onKeyDown onKeyUp render reset setState shouldComponentUpdate Constructors # constructor # \u2022 new NamespaceSelectFilter ( props ) Parameters # Name Type props SelectProps < any > Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType isMenuOpen # \u25aa Static isMenuOpen : IObservableValue < boolean > isMultiSelection # \u25aa Static isMultiSelection : IObservableValue < boolean > Accessors # isMenuOpen # \u2022 get isMenuOpen (): boolean Returns # boolean \u2022 set isMenuOpen ( val ): void Parameters # Name Type val boolean Returns # void isMultiSelection # \u2022 get isMultiSelection (): boolean Returns # boolean \u2022 set isMultiSelection ( val ): void Parameters # Name Type val boolean Returns # void Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate formatOptionLabel # \u25b8 formatOptionLabel ( __namedParameters ): ReactNode Parameters # Name Type __namedParameters SelectOption < any > Returns # ReactNode getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onChange # \u25b8 onChange ( __namedParameters ): void Parameters # Name Type __namedParameters SelectOption < any >[] Returns # void onClick # \u25b8 onClick (): void Returns # void onKeyDown # \u25b8 onKeyDown ( e ): void Parameters # Name Type e KeyboardEvent < Element > Returns # void onKeyUp # \u25b8 onKeyUp ( e ): void Parameters # Name Type e KeyboardEvent < Element > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render reset # \u25b8 reset (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SelectProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#class-namespaceselectfilter","text":"Renderer . Component .NamespaceSelectFilter","title":"Class: NamespaceSelectFilter"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#hierarchy","text":"Component < SelectProps > \u21b3 NamespaceSelectFilter","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#properties","text":"context props refs state contextType isMenuOpen isMultiSelection","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#accessors","text":"isMenuOpen isMultiSelection","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate formatOptionLabel getSnapshotBeforeUpdate onChange onClick onKeyDown onKeyUp render reset setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#constructor","text":"\u2022 new NamespaceSelectFilter ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#props","text":"\u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.NamespaceSelectFilter/#ismenuopen","text":"\u25aa Static isMenuOpen : IObservableValue < boolean >","title":"isMenuOpen"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismultiselection","text":"\u25aa Static isMultiSelection : IObservableValue < boolean >","title":"isMultiSelection"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismenuopen_1","text":"\u2022 get isMenuOpen (): boolean","title":"isMenuOpen"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#ismultiselection_1","text":"\u2022 get isMultiSelection (): boolean","title":"isMultiSelection"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelectFilter/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelectFilter/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.NamespaceSelectFilter/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.NamespaceSelectFilter/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.NamespaceSelectFilter/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#formatoptionlabel","text":"\u25b8 formatOptionLabel ( __namedParameters ): ReactNode","title":"formatOptionLabel"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.NamespaceSelectFilter/#onchange","text":"\u25b8 onChange ( __namedParameters ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onclick","text":"\u25b8 onClick (): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onkeydown","text":"\u25b8 onKeyDown ( e ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#onkeyup","text":"\u25b8 onKeyUp ( e ): void","title":"onKeyUp"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.NamespaceSelectFilter/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Notifications/","text":"Class: Notifications # Renderer . Component .Notifications Hierarchy # Component \u21b3 Notifications Table of contents # 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 shortInfo Constructors # constructor # \u2022 new Notifications ( props ) Parameters # Name Type props {} | Readonly < Object > Inherited from # React.Component.constructor \u2022 new Notifications ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Object context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < Object > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getMessage # \u25b8 getMessage ( notification ): ( ReactChild | ReactFragment | ReactPortal )[] Parameters # Name Type notification Notification Returns # ( ReactChild | ReactFragment | ReactPortal )[] getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < Object > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render scrollToLastNotification # \u25b8 scrollToLastNotification (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Object >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < Object > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate error # \u25b8 Static error ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void info # \u25b8 Static info ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void ok # \u25b8 Static ok ( message ): () => void Parameters # Name Type message NotificationMessage Returns # fn \u25b8 (): void Returns # void shortInfo # \u25b8 Static shortInfo ( message , customOpts? ): () => void Parameters # Name Type message NotificationMessage customOpts Partial < Notification > Returns # fn \u25b8 (): void Returns # void","title":"Class: Notifications"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#class-notifications","text":"Renderer . Component .Notifications","title":"Class: Notifications"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#hierarchy","text":"Component \u21b3 Notifications","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.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 shortInfo","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#constructor","text":"\u2022 new Notifications ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#props","text":"\u2022 Readonly props : Readonly < Object > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Notifications/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Notifications/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Notifications/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Notifications/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Notifications/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Notifications/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#getmessage","text":"\u25b8 getMessage ( notification ): ( ReactChild | ReactFragment | ReactPortal )[]","title":"getMessage"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Notifications/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#scrolltolastnotification","text":"\u25b8 scrollToLastNotification (): void","title":"scrollToLastNotification"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Notifications/#error","text":"\u25b8 Static error ( message , customOpts? ): () => void","title":"error"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#info","text":"\u25b8 Static info ( message , customOpts? ): () => void","title":"info"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#ok","text":"\u25b8 Static ok ( message ): () => void","title":"ok"},{"location":"extensions/api/classes/Renderer.Component.Notifications/#shortinfo","text":"\u25b8 Static shortInfo ( message , customOpts? ): () => void","title":"shortInfo"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/","text":"Class: NotificationsStore # Renderer . Component .NotificationsStore Table of contents # Constructors # constructor Properties # autoHideTimers notifications Methods # add addAutoHideTimer getById remove removeAutoHideTimer Constructors # constructor # \u2022 new NotificationsStore () Properties # autoHideTimers # \u2022 Protected autoHideTimers : Map < NotificationId , number > notifications # \u2022 notifications : IObservableArray < Notification > Methods # add # \u25b8 add ( notification ): () => void Parameters # Name Type notification Notification Returns # fn \u25b8 (): void Returns # void addAutoHideTimer # \u25b8 addAutoHideTimer ( id ): void Parameters # Name Type id NotificationId Returns # void getById # \u25b8 getById ( id ): Notification Parameters # Name Type id NotificationId Returns # Notification remove # \u25b8 remove ( id ): void Parameters # Name Type id NotificationId Returns # void removeAutoHideTimer # \u25b8 removeAutoHideTimer ( id ): void Parameters # Name Type id NotificationId Returns # void","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#class-notificationsstore","text":"Renderer . Component .NotificationsStore","title":"Class: NotificationsStore"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#properties","text":"autoHideTimers notifications","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#methods","text":"add addAutoHideTimer getById remove removeAutoHideTimer","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#constructor","text":"\u2022 new NotificationsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#autohidetimers","text":"\u2022 Protected autoHideTimers : Map < NotificationId , number >","title":"autoHideTimers"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#notifications","text":"\u2022 notifications : IObservableArray < Notification >","title":"notifications"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#add","text":"\u25b8 add ( notification ): () => void","title":"add"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#addautohidetimer","text":"\u25b8 addAutoHideTimer ( id ): void","title":"addAutoHideTimer"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#getbyid","text":"\u25b8 getById ( id ): Notification","title":"getById"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#remove","text":"\u25b8 remove ( id ): void","title":"remove"},{"location":"extensions/api/classes/Renderer.Component.NotificationsStore/#removeautohidetimer","text":"\u25b8 removeAutoHideTimer ( id ): void","title":"removeAutoHideTimer"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/","text":"Class: PageLayout # Renderer . Component .PageLayout PageLayout is deprecated. See MainLayout & SettingLayout deprecated Hierarchy # SettingLayout \u21b3 PageLayout Table of contents # 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 onEscapeKey render setState shouldComponentUpdate Constructors # constructor # \u2022 new PageLayout ( props ) Parameters # Name Type props SettingLayoutProps | Readonly < SettingLayoutProps > Inherited from # SettingLayout . constructor \u2022 new PageLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SettingLayoutProps context any Inherited from # SettingLayout . constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # SettingLayout . context props # \u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object > Inherited from # SettingLayout . props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # SettingLayout . refs state # \u2022 state : Readonly < Object > Inherited from # SettingLayout . state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # SettingLayout . contextType defaultProps # \u25aa Static defaultProps : object Inherited from # SettingLayout . defaultProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # SettingLayout . UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # SettingLayout . UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # SettingLayout . UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # SettingLayout . componentDidCatch componentDidMount # \u25b8 componentDidMount (): Promise < void > Returns # Promise < void > Inherited from # SettingLayout . componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < SettingLayoutProps > prevState Readonly < Object > snapshot? any Returns # void Inherited from # SettingLayout . componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # SettingLayout . componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # SettingLayout . componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Inherited from # SettingLayout . componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # SettingLayout . componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # SettingLayout . forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < SettingLayoutProps > prevState Readonly < Object > Returns # any Inherited from # SettingLayout . getSnapshotBeforeUpdate onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void Inherited from # SettingLayout . onEscapeKey render # \u25b8 render (): Element Returns # Element Inherited from # SettingLayout . render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SettingLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # SettingLayout . setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # SettingLayout . shouldComponentUpdate","title":"Class: PageLayout"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#class-pagelayout","text":"Renderer . Component .PageLayout PageLayout is deprecated. See MainLayout & SettingLayout deprecated","title":"Class: PageLayout"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#hierarchy","text":"SettingLayout \u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#constructor","text":"\u2022 new PageLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#props","text":"\u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PageLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PageLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PageLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise < void >","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PageLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PageLayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PageLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PageLayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PageLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.PieChart/","text":"Class: PieChart # Renderer . Component .PieChart Hierarchy # Component < Props > \u21b3 PieChart Table of contents # 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 # \u2022 new PieChart ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new PieChart ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: PieChart"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#class-piechart","text":"Renderer . Component .PieChart","title":"Class: PieChart"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#hierarchy","text":"Component < Props > \u21b3 PieChart","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#constructor","text":"\u2022 new PieChart ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PieChart/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PieChart/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PieChart/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PieChart/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PieChart/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PieChart/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PieChart/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PieChart/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.PodDetailsList/","text":"Class: PodDetailsList # Renderer . Component .PodDetailsList Hierarchy # Component < Props > \u21b3 PodDetailsList Table of contents # Constructors # constructor Properties # context props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getTableRow render renderCpuUsage renderMemoryUsage setState shouldComponentUpdate Constructors # constructor # \u2022 new PodDetailsList ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new PodDetailsList ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getTableRow # \u25b8 getTableRow ( uid ): Element Parameters # Name Type uid string Returns # Element render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderCpuUsage # \u25b8 renderCpuUsage ( id , usage ): string | 0 | Element Parameters # Name Type id string usage number Returns # string | 0 | Element renderMemoryUsage # \u25b8 renderMemoryUsage ( id , usage ): string | 0 | Element Parameters # Name Type id string usage number Returns # string | 0 | Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: PodDetailsList"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#class-poddetailslist","text":"Renderer . Component .PodDetailsList","title":"Class: PodDetailsList"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#hierarchy","text":"Component < Props > \u21b3 PodDetailsList","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getTableRow render renderCpuUsage renderMemoryUsage setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#constructor","text":"\u2022 new PodDetailsList ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.PodDetailsList/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PodDetailsList/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PodDetailsList/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.PodDetailsList/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.PodDetailsList/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.PodDetailsList/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.PodDetailsList/#gettablerow","text":"\u25b8 getTableRow ( uid ): Element","title":"getTableRow"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#rendercpuusage","text":"\u25b8 renderCpuUsage ( id , usage ): string | 0 | Element","title":"renderCpuUsage"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#rendermemoryusage","text":"\u25b8 renderMemoryUsage ( id , usage ): string | 0 | Element","title":"renderMemoryUsage"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.PodDetailsList/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Radio/","text":"Class: Radio # Renderer . Component .Radio Hierarchy # Component < RadioProps > \u21b3 Radio Table of contents # 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 # \u2022 new Radio ( props ) Parameters # Name Type props RadioProps | Readonly < RadioProps > Inherited from # React.Component.constructor \u2022 new Radio ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props RadioProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < RadioProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onChange # \u25b8 onChange (): void Returns # void onKeyDown # \u25b8 onKeyDown ( e ): void Parameters # Name Type e KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < RadioProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Radio"},{"location":"extensions/api/classes/Renderer.Component.Radio/#class-radio","text":"Renderer . Component .Radio","title":"Class: Radio"},{"location":"extensions/api/classes/Renderer.Component.Radio/#hierarchy","text":"Component < RadioProps > \u21b3 Radio","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Radio/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Radio/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Radio/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Radio/#constructor","text":"\u2022 new Radio ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Radio/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Radio/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Radio/#props","text":"\u2022 Readonly props : Readonly < RadioProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Radio/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Radio/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Radio/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Radio/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Radio/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Radio/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Radio/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Radio/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Radio/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Radio/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Radio/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Radio/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Radio/#onchange","text":"\u25b8 onChange (): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Radio/#onkeydown","text":"\u25b8 onKeyDown ( e ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Radio/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Radio/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Radio/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.RadioGroup/","text":"Class: RadioGroup # Renderer . Component .RadioGroup Hierarchy # Component < RadioGroupProps , Object > \u21b3 RadioGroup Table of contents # 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 # \u2022 new RadioGroup ( props ) Parameters # Name Type props RadioGroupProps | Readonly < RadioGroupProps > Inherited from # React.Component.constructor \u2022 new RadioGroup ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props RadioGroupProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < RadioGroupProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < RadioGroupProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: RadioGroup"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#class-radiogroup","text":"Renderer . Component .RadioGroup","title":"Class: RadioGroup"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#hierarchy","text":"Component < RadioGroupProps , Object > \u21b3 RadioGroup","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#constructor","text":"\u2022 new RadioGroup ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#props","text":"\u2022 Readonly props : Readonly < RadioGroupProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.RadioGroup/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.RadioGroup/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.RadioGroup/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.RadioGroup/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.RadioGroup/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.RadioGroup/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.RadioGroup/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.RadioGroup/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SearchInput/","text":"Class: SearchInput # Renderer . Component .SearchInput Hierarchy # Component < Props > \u21b3 SearchInput Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGlobalKey onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new SearchInput ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new SearchInput ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate clear # \u25b8 clear (): void Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onGlobalKey # \u25b8 onGlobalKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < any > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SearchInput"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#class-searchinput","text":"Renderer . Component .SearchInput","title":"Class: SearchInput"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#hierarchy","text":"Component < Props > \u21b3 SearchInput","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate clear componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onGlobalKey onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#constructor","text":"\u2022 new SearchInput ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SearchInput/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SearchInput/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SearchInput/#clear","text":"\u25b8 clear (): void","title":"clear"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SearchInput/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SearchInput/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SearchInput/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SearchInput/#onglobalkey","text":"\u25b8 onGlobalKey ( evt ): void","title":"onGlobalKey"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SearchInput/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Select/","text":"Class: Select # Renderer . Component .Select Hierarchy # Component < SelectProps > \u21b3 Select Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # options selectedOption themeClass Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate Constructors # constructor # \u2022 new Select ( props ) Parameters # Name Type props SelectProps < any > Overrides # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : SelectProps < any > Accessors # options # \u2022 get options (): SelectOption < any >[] Returns # SelectOption < any >[] selectedOption # \u2022 get selectedOption (): SelectOption < any > | SelectOption < any >[] Returns # SelectOption < any > | SelectOption < any >[] themeClass # \u2022 get themeClass (): string Returns # string Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate isValidOption # \u25b8 Protected isValidOption ( opt ): boolean Parameters # Name Type opt any Returns # boolean onChange # \u25b8 onChange ( value , meta ): void Parameters # Name Type value SelectOption < any > meta ActionMeta < any > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < HTMLElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SelectProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Select"},{"location":"extensions/api/classes/Renderer.Component.Select/#class-select","text":"Renderer . Component .Select","title":"Class: Select"},{"location":"extensions/api/classes/Renderer.Component.Select/#hierarchy","text":"Component < SelectProps > \u21b3 Select","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Select/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Select/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Select/#accessors","text":"options selectedOption themeClass","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Select/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate isValidOption onChange onKeyDown render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Select/#constructor","text":"\u2022 new Select ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Select/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Select/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Select/#props","text":"\u2022 Readonly props : Readonly < SelectProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Select/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Select/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Select/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Select/#defaultprops","text":"\u25aa Static defaultProps : SelectProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Select/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Select/#options","text":"\u2022 get options (): SelectOption < any >[]","title":"options"},{"location":"extensions/api/classes/Renderer.Component.Select/#selectedoption","text":"\u2022 get selectedOption (): SelectOption < any > | SelectOption < any >[]","title":"selectedOption"},{"location":"extensions/api/classes/Renderer.Component.Select/#themeclass","text":"\u2022 get themeClass (): string","title":"themeClass"},{"location":"extensions/api/classes/Renderer.Component.Select/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Select/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Select/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Select/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Select/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Select/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Select/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Select/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Select/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Select/#isvalidoption","text":"\u25b8 Protected isValidOption ( opt ): boolean","title":"isValidOption"},{"location":"extensions/api/classes/Renderer.Component.Select/#onchange","text":"\u25b8 onChange ( value , meta ): void","title":"onChange"},{"location":"extensions/api/classes/Renderer.Component.Select/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Select/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Select/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Select/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SettingLayout/","text":"Class: SettingLayout # Renderer . Component .SettingLayout Layout for settings like pages with navigation Hierarchy # Component < SettingLayoutProps > \u21b3 SettingLayout \u21b3\u21b3 PageLayout Table of contents # 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 onEscapeKey render setState shouldComponentUpdate Constructors # constructor # \u2022 new SettingLayout ( props ) Parameters # Name Type props SettingLayoutProps | Readonly < SettingLayoutProps > Inherited from # React.Component.constructor \u2022 new SettingLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SettingLayoutProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): Promise < void > Returns # Promise < void > Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < SettingLayoutProps > prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < SettingLayoutProps > prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onEscapeKey # \u25b8 onEscapeKey ( evt ): void Parameters # Name Type evt KeyboardEvent Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SettingLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < SettingLayoutProps > nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SettingLayout"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#class-settinglayout","text":"Renderer . Component .SettingLayout Layout for settings like pages with navigation","title":"Class: SettingLayout"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#hierarchy","text":"Component < SettingLayoutProps > \u21b3 SettingLayout \u21b3\u21b3 PageLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onEscapeKey render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#constructor","text":"\u2022 new SettingLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#props","text":"\u2022 Readonly props : Readonly < SettingLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SettingLayout/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SettingLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SettingLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentdidmount","text":"\u25b8 componentDidMount (): Promise < void >","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SettingLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SettingLayout/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SettingLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SettingLayout/#onescapekey","text":"\u25b8 onEscapeKey ( evt ): void","title":"onEscapeKey"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SettingLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Slider/","text":"Class: Slider # Renderer . Component .Slider Hierarchy # Component < SliderProps > \u21b3 Slider Table of contents # 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 # \u2022 new Slider ( props ) Parameters # Name Type props SliderProps | Readonly < SliderProps > Inherited from # Component.constructor \u2022 new Slider ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SliderProps context any Inherited from # Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # Component.context props # \u2022 Readonly props : Readonly < SliderProps > & Readonly < Object > Inherited from # Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # Component.refs state # \u2022 state : Readonly < Object > Inherited from # Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # Component.contextType defaultProps # \u25aa Static defaultProps : object Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SliderProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # Component.shouldComponentUpdate","title":"Class: Slider"},{"location":"extensions/api/classes/Renderer.Component.Slider/#class-slider","text":"Renderer . Component .Slider","title":"Class: Slider"},{"location":"extensions/api/classes/Renderer.Component.Slider/#hierarchy","text":"Component < SliderProps > \u21b3 Slider","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Slider/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Slider/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Slider/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Slider/#constructor","text":"\u2022 new Slider ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Slider/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Slider/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Slider/#props","text":"\u2022 Readonly props : Readonly < SliderProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Slider/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Slider/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Slider/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Slider/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Slider/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Slider/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Slider/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Slider/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Slider/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Slider/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Slider/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Slider/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Slider/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Slider/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Slider/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Slider/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Spinner/","text":"Class: Spinner # Renderer . Component .Spinner Hierarchy # Component < SpinnerProps , Object > \u21b3 Spinner Table of contents # 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 # \u2022 new Spinner ( props ) Parameters # Name Type props SpinnerProps | Readonly < SpinnerProps > Inherited from # React.Component.constructor \u2022 new Spinner ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props SpinnerProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < SpinnerProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : Object Type declaration # Name Type center boolean singleColor boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < SpinnerProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Spinner"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#class-spinner","text":"Renderer . Component .Spinner","title":"Class: Spinner"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#hierarchy","text":"Component < SpinnerProps , Object > \u21b3 Spinner","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#constructor","text":"\u2022 new Spinner ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#props","text":"\u2022 Readonly props : Readonly < SpinnerProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Spinner/#defaultprops","text":"\u25aa Static defaultProps : Object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Spinner/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Spinner/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Spinner/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Spinner/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Spinner/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Spinner/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Spinner/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.StatusBrick/","text":"Class: StatusBrick # Renderer . Component .StatusBrick Hierarchy # Component < StatusBrickProps > \u21b3 StatusBrick Table of contents # 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 # \u2022 new StatusBrick ( props ) Parameters # Name Type props StatusBrickProps | Readonly < StatusBrickProps > Inherited from # React.Component.constructor \u2022 new StatusBrick ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props StatusBrickProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < StatusBrickProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < StatusBrickProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: StatusBrick"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#class-statusbrick","text":"Renderer . Component .StatusBrick","title":"Class: StatusBrick"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#hierarchy","text":"Component < StatusBrickProps > \u21b3 StatusBrick","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#constructor","text":"\u2022 new StatusBrick ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#props","text":"\u2022 Readonly props : Readonly < StatusBrickProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.StatusBrick/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.StatusBrick/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.StatusBrick/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.StatusBrick/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.StatusBrick/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.StatusBrick/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.StatusBrick/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.StatusBrick/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Stepper/","text":"Class: Stepper # Renderer . Component .Stepper Hierarchy # Component < StepperProps , Object > \u21b3 Stepper Table of contents # 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 # \u2022 new Stepper ( props ) Parameters # Name Type props StepperProps | Readonly < StepperProps > Inherited from # React.Component.constructor \u2022 new Stepper ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props StepperProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < StepperProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < StepperProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Stepper"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#class-stepper","text":"Renderer . Component .Stepper","title":"Class: Stepper"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#hierarchy","text":"Component < StepperProps , Object > \u21b3 Stepper","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#constructor","text":"\u2022 new Stepper ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#props","text":"\u2022 Readonly props : Readonly < StepperProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Stepper/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Stepper/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Stepper/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Stepper/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Stepper/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Stepper/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Stepper/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Stepper/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.SubTitle/","text":"Class: SubTitle # Renderer . Component .SubTitle Hierarchy # Component < Props > \u21b3 SubTitle Table of contents # 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 # \u2022 new SubTitle ( props ) Parameters # Name Type props Props | Readonly < Props > Inherited from # React.Component.constructor \u2022 new SubTitle ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props Props context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < Props > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < Props >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: SubTitle"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#class-subtitle","text":"Renderer . Component .SubTitle","title":"Class: SubTitle"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#hierarchy","text":"Component < Props > \u21b3 SubTitle","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#constructor","text":"\u2022 new SubTitle ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#props","text":"\u2022 Readonly props : Readonly < Props > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.SubTitle/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SubTitle/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SubTitle/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.SubTitle/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.SubTitle/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.SubTitle/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.SubTitle/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.SubTitle/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Tab/","text":"Class: Tab # Renderer . Component .Tab Hierarchy # PureComponent < TabProps > \u21b3 Tab Table of contents # Constructors # constructor Properties # context props ref refs state contextType Accessors # isActive Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView setState shouldComponentUpdate Constructors # constructor # \u2022 new Tab ( props ) Parameters # Name Type props TabProps < any > | Readonly < TabProps < any >> Inherited from # React.PureComponent.constructor \u2022 new Tab ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TabProps < any > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : TabsContextValue < any > Overrides # React.PureComponent.context props # \u2022 Readonly props : Readonly < TabProps < any >> & Readonly < Object > Inherited from # React.PureComponent.props ref # \u2022 ref : RefObject < HTMLDivElement > refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static contextType : Context < TabsContextValue < any >> = TabsContext Overrides # React.PureComponent.contextType Accessors # isActive # \u2022 get isActive (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate focus # \u25b8 focus (): void Returns # void forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < HTMLElement , MouseEvent > Returns # void onFocus # \u25b8 onFocus ( evt ): void Parameters # Name Type evt FocusEvent < HTMLElement , Element > Returns # void onKeyDown # \u25b8 onKeyDown ( evt ): void Parameters # Name Type evt KeyboardEvent < HTMLElement > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render scrollIntoView # \u25b8 scrollIntoView (): void Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TabProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Tab"},{"location":"extensions/api/classes/Renderer.Component.Tab/#class-tab","text":"Renderer . Component .Tab","title":"Class: Tab"},{"location":"extensions/api/classes/Renderer.Component.Tab/#hierarchy","text":"PureComponent < TabProps > \u21b3 Tab","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tab/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#properties","text":"context props ref refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tab/#accessors","text":"isActive","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate focus forceUpdate getSnapshotBeforeUpdate onClick onFocus onKeyDown render scrollIntoView setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#constructor","text":"\u2022 new Tab ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tab/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tab/#context","text":"\u2022 context : TabsContextValue < any >","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tab/#props","text":"\u2022 Readonly props : Readonly < TabProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tab/#ref","text":"\u2022 ref : RefObject < HTMLDivElement >","title":"ref"},{"location":"extensions/api/classes/Renderer.Component.Tab/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tab/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tab/#contexttype","text":"\u25aa Static contextType : Context < TabsContextValue < any >> = TabsContext","title":"contextType"},{"location":"extensions/api/classes/Renderer.Component.Tab/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tab/#isactive","text":"\u2022 get isActive (): boolean","title":"isActive"},{"location":"extensions/api/classes/Renderer.Component.Tab/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tab/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tab/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tab/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tab/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tab/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tab/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tab/#focus","text":"\u25b8 focus (): void","title":"focus"},{"location":"extensions/api/classes/Renderer.Component.Tab/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tab/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tab/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.Tab/#onfocus","text":"\u25b8 onFocus ( evt ): void","title":"onFocus"},{"location":"extensions/api/classes/Renderer.Component.Tab/#onkeydown","text":"\u25b8 onKeyDown ( evt ): void","title":"onKeyDown"},{"location":"extensions/api/classes/Renderer.Component.Tab/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tab/#scrollintoview","text":"\u25b8 scrollIntoView (): void","title":"scrollIntoView"},{"location":"extensions/api/classes/Renderer.Component.Tab/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tab/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Table/","text":"Class: Table # Renderer . Component .Table Type parameters # Name Item Hierarchy # Component < TableProps < Item >> \u21b3 Table Table of contents # Constructors # constructor Properties # context props refs state contextType defaultProps Accessors # isSortable 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 Constructors # constructor # \u2022 new Table < Item >( props ) Type parameters # Name Item Parameters # Name Type props TableProps < Item > Overrides # React.Component\\>.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableProps < Item >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : TableProps < any > Accessors # isSortable # \u2022 get isSortable (): boolean Returns # boolean sortParams # \u2022 get sortParams (): Partial < TableSortParams > Returns # Partial < TableSortParams > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < Item >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Item >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Item >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < Item >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Item >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Item >> prevState Readonly < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getSorted # \u25b8 getSorted ( rawItems ): Item [] Parameters # Name Type rawItems Item [] Returns # Item [] onSort # \u25b8 Protected onSort ( __namedParameters ): void Parameters # Name Type __namedParameters TableSortParams Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderHead # \u25b8 renderHead (): ReactElement < TableHeadProps , string | JSXElementConstructor < any >> Returns # ReactElement < TableHeadProps , string | JSXElementConstructor < any >> renderRows # \u25b8 renderRows (): Object Returns # Object setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableProps < Item >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Item >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate sort # \u25b8 sort ( colName ): void Parameters # Name Type colName string Returns # void","title":"Class: Table"},{"location":"extensions/api/classes/Renderer.Component.Table/#class-tableitem","text":"Renderer . Component .Table","title":"Class: Table<Item>"},{"location":"extensions/api/classes/Renderer.Component.Table/#type-parameters","text":"Name Item","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Component.Table/#hierarchy","text":"Component < TableProps < Item >> \u21b3 Table","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Table/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Table/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Table/#accessors","text":"isSortable sortParams","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Table/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate getSorted onSort render renderHead renderRows setState shouldComponentUpdate sort","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Table/#constructor","text":"\u2022 new Table < Item >( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Table/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Table/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Table/#props","text":"\u2022 Readonly props : Readonly < TableProps < Item >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Table/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Table/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Table/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Table/#defaultprops","text":"\u25aa Static defaultProps : TableProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Table/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Table/#issortable","text":"\u2022 get isSortable (): boolean","title":"isSortable"},{"location":"extensions/api/classes/Renderer.Component.Table/#sortparams","text":"\u2022 get sortParams (): Partial < TableSortParams >","title":"sortParams"},{"location":"extensions/api/classes/Renderer.Component.Table/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Table/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Table/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Table/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Table/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Table/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Table/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Table/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Table/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Table/#getsorted","text":"\u25b8 getSorted ( rawItems ): Item []","title":"getSorted"},{"location":"extensions/api/classes/Renderer.Component.Table/#onsort","text":"\u25b8 Protected onSort ( __namedParameters ): void","title":"onSort"},{"location":"extensions/api/classes/Renderer.Component.Table/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Table/#renderhead","text":"\u25b8 renderHead (): ReactElement < TableHeadProps , string | JSXElementConstructor < any >>","title":"renderHead"},{"location":"extensions/api/classes/Renderer.Component.Table/#renderrows","text":"\u25b8 renderRows (): Object","title":"renderRows"},{"location":"extensions/api/classes/Renderer.Component.Table/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Table/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Table/#sort","text":"\u25b8 sort ( colName ): void","title":"sort"},{"location":"extensions/api/classes/Renderer.Component.TableCell/","text":"Class: TableCell # Renderer . Component .TableCell Hierarchy # Component < TableCellProps > \u21b3 TableCell Table of contents # 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 # \u2022 new TableCell ( props ) Parameters # Name Type props TableCellProps | Readonly < TableCellProps > Inherited from # React.Component.constructor \u2022 new TableCell ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableCellProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableCellProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # isSortable # \u2022 get isSortable (): boolean Returns # boolean Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onClick # \u25b8 onClick ( evt ): void Parameters # Name Type evt MouseEvent < HTMLDivElement , MouseEvent > Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderCheckbox # \u25b8 renderCheckbox (): Element Returns # Element renderSortIcon # \u25b8 renderSortIcon (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableCellProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableCell"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#class-tablecell","text":"Renderer . Component .TableCell","title":"Class: TableCell"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#hierarchy","text":"Component < TableCellProps > \u21b3 TableCell","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#accessors","text":"isSortable","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate onClick render renderCheckbox renderSortIcon setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#constructor","text":"\u2022 new TableCell ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#props","text":"\u2022 Readonly props : Readonly < TableCellProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableCell/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#issortable","text":"\u2022 get isSortable (): boolean","title":"isSortable"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableCell/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableCell/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableCell/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableCell/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableCell/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableCell/#onclick","text":"\u25b8 onClick ( evt ): void","title":"onClick"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#rendercheckbox","text":"\u25b8 renderCheckbox (): Element","title":"renderCheckbox"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#rendersorticon","text":"\u25b8 renderSortIcon (): Element","title":"renderSortIcon"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableCell/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TableHead/","text":"Class: TableHead # Renderer . Component .TableHead Hierarchy # Component < TableHeadProps > \u21b3 TableHead Table of contents # 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 # \u2022 new TableHead ( props ) Parameters # Name Type props TableHeadProps | Readonly < TableHeadProps > Inherited from # React.Component.constructor \u2022 new TableHead ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableHeadProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableHeadProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : TableHeadProps Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableHeadProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableHead"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#class-tablehead","text":"Renderer . Component .TableHead","title":"Class: TableHead"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#hierarchy","text":"Component < TableHeadProps > \u21b3 TableHead","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#constructor","text":"\u2022 new TableHead ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#props","text":"\u2022 Readonly props : Readonly < TableHeadProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableHead/#defaultprops","text":"\u25aa Static defaultProps : TableHeadProps","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableHead/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableHead/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableHead/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableHead/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableHead/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableHead/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableHead/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TableRow/","text":"Class: TableRow # Renderer . Component .TableRow Hierarchy # Component < TableRowProps > \u21b3 TableRow Table of contents # 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 # \u2022 new TableRow ( props ) Parameters # Name Type props TableRowProps | Readonly < TableRowProps > Inherited from # React.Component.constructor \u2022 new TableRow ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TableRowProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < TableRowProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TableRowProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: TableRow"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#class-tablerow","text":"Renderer . Component .TableRow","title":"Class: TableRow"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#hierarchy","text":"Component < TableRowProps > \u21b3 TableRow","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#constructor","text":"\u2022 new TableRow ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#props","text":"\u2022 Readonly props : Readonly < TableRowProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.TableRow/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableRow/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableRow/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.TableRow/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.TableRow/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.TableRow/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.TableRow/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.TableRow/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Tabs/","text":"Class: Tabs # Renderer . Component .Tabs Hierarchy # PureComponent < TabsProps > \u21b3 Tabs Table of contents # Constructors # constructor Properties # context elem props refs state contextType Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate Constructors # constructor # \u2022 new Tabs ( props ) Parameters # Name Type props TabsProps < any > | Readonly < TabsProps < any >> Inherited from # React.PureComponent.constructor \u2022 new Tabs ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props TabsProps < any > context any Inherited from # React.PureComponent.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.PureComponent.context elem # \u2022 elem : HTMLElement props # \u2022 Readonly props : Readonly < TabsProps < any >> & Readonly < Object > Inherited from # React.PureComponent.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.PureComponent.refs state # \u2022 state : Readonly < Object > Inherited from # React.PureComponent.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.PureComponent.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.UNSAFE_componentWillUpdate bindRef # \u25b8 Protected bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.PureComponent.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.PureComponent.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < any >> prevState Readonly < Object > snapshot? any Returns # void Inherited from # React.PureComponent.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.PureComponent.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 < any >> nextContext any Returns # void Inherited from # React.PureComponent.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.PureComponent.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < any >> nextState Readonly < Object > nextContext any Returns # void Inherited from # React.PureComponent.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.PureComponent.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < any >> prevState Readonly < Object > Returns # any Inherited from # React.PureComponent.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.PureComponent.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TabsProps < any >>) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.PureComponent.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < any >> nextState Readonly < Object > nextContext any Returns # boolean Inherited from # React.PureComponent.shouldComponentUpdate","title":"Class: Tabs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#class-tabs","text":"Renderer . Component .Tabs","title":"Class: Tabs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#hierarchy","text":"PureComponent < TabsProps > \u21b3 Tabs","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#properties","text":"context elem props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#constructor","text":"\u2022 new Tabs ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#props","text":"\u2022 Readonly props : Readonly < TabsProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Tabs/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tabs/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tabs/#bindref","text":"\u25b8 Protected bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tabs/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tabs/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tabs/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tabs/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tabs/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.TerminalStore/","text":"Class: TerminalStore # Renderer . Component .TerminalStore Hierarchy # Singleton \u21b3 TerminalStore Table of contents # Constructors # constructor Properties # connections terminals Methods # connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand createInstance getInstance resetInstance Constructors # constructor # \u2022 new TerminalStore () Overrides # Singleton . constructor Properties # connections # \u2022 Protected connections : ObservableMap < string , TerminalApi > terminals # \u2022 Protected terminals : Map < string , Terminal > Methods # connect # \u25b8 connect ( tabId ): void Parameters # Name Type tabId string Returns # void disconnect # \u25b8 disconnect ( tabId ): void Parameters # Name Type tabId string Returns # void getTerminal # \u25b8 getTerminal ( tabId ): Terminal Parameters # Name Type tabId string Returns # Terminal isConnected # \u25b8 isConnected ( tabId ): boolean Parameters # Name Type tabId string Returns # boolean isDisconnected # \u25b8 isDisconnected ( tabId ): boolean Parameters # Name Type tabId string Returns # boolean reconnect # \u25b8 reconnect ( tabId ): void Parameters # Name Type tabId string Returns # void reset # \u25b8 reset (): void Returns # void sendCommand # \u25b8 sendCommand ( command , options? ): Promise < void > Parameters # Name Type command string options Object options.enter? boolean options.newTab? boolean options.tabId? string Returns # Promise < void > createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # Singleton . createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # Singleton . getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # Singleton . resetInstance","title":"Class: TerminalStore"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#class-terminalstore","text":"Renderer . Component .TerminalStore","title":"Class: TerminalStore"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#hierarchy","text":"Singleton \u21b3 TerminalStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#properties","text":"connections terminals","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#methods","text":"connect disconnect getTerminal isConnected isDisconnected reconnect reset sendCommand createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#constructor","text":"\u2022 new TerminalStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#connections","text":"\u2022 Protected connections : ObservableMap < string , TerminalApi >","title":"connections"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#terminals","text":"\u2022 Protected terminals : Map < string , Terminal >","title":"terminals"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#connect","text":"\u25b8 connect ( tabId ): void","title":"connect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#disconnect","text":"\u25b8 disconnect ( tabId ): void","title":"disconnect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#getterminal","text":"\u25b8 getTerminal ( tabId ): Terminal","title":"getTerminal"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#isconnected","text":"\u25b8 isConnected ( tabId ): boolean","title":"isConnected"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#isdisconnected","text":"\u25b8 isDisconnected ( tabId ): boolean","title":"isDisconnected"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#reconnect","text":"\u25b8 reconnect ( tabId ): void","title":"reconnect"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#sendcommand","text":"\u25b8 sendCommand ( command , options? ): Promise < void >","title":"sendCommand"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Renderer.Component.TerminalStore/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/","text":"Class: Tooltip # Renderer . Component .Tooltip Hierarchy # Component < TooltipProps > \u21b3 Tooltip Table of contents # 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 # \u2022 new Tooltip ( props ) Parameters # Name Type props TooltipProps Overrides # React.Component.constructor Properties # activePosition # \u2022 activePosition : TooltipPosition context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context elem # \u2022 elem : HTMLElement isVisible # \u2022 isVisible : boolean = !!this.props.visible props # \u2022 Readonly props : Readonly < TooltipProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : object Accessors # hoverTarget # \u2022 get hoverTarget (): HTMLElement Returns # HTMLElement targetElem # \u2022 get targetElem (): HTMLElement Returns # HTMLElement Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate bindRef # \u25b8 bindRef ( elem ): void Parameters # Name Type elem HTMLElement Returns # void componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 componentDidMount (): void Returns # void Overrides # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getPosition # \u25b8 Protected getPosition ( position , tooltipBounds , targetBounds ): Object 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 , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate onEnterTarget # \u25b8 Protected onEnterTarget (): void Returns # void onLeaveTarget # \u25b8 Protected onLeaveTarget (): void Returns # void refreshPosition # \u25b8 refreshPosition (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setPosition # \u25b8 Protected setPosition ( pos ): void Parameters # Name Type pos Object pos.left number pos.top number Returns # void setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < TooltipProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Tooltip"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#class-tooltip","text":"Renderer . Component .Tooltip","title":"Class: Tooltip"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#hierarchy","text":"Component < TooltipProps > \u21b3 Tooltip","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#properties","text":"activePosition context elem isVisible props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#accessors","text":"hoverTarget targetElem","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate bindRef componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getPosition getSnapshotBeforeUpdate onEnterTarget onLeaveTarget refreshPosition render setPosition setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#constructor","text":"\u2022 new Tooltip ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#activeposition","text":"\u2022 activePosition : TooltipPosition","title":"activePosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#elem","text":"\u2022 elem : HTMLElement","title":"elem"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#isvisible","text":"\u2022 isVisible : boolean = !!this.props.visible","title":"isVisible"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#props","text":"\u2022 Readonly props : Readonly < TooltipProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Tooltip/#defaultprops","text":"\u25aa Static defaultProps : object","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#hovertarget","text":"\u2022 get hoverTarget (): HTMLElement","title":"hoverTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#targetelem","text":"\u2022 get targetElem (): HTMLElement","title":"targetElem"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tooltip/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tooltip/#bindref","text":"\u25b8 bindRef ( elem ): void","title":"bindRef"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidmount","text":"\u25b8 componentDidMount (): void","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Tooltip/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Tooltip/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Tooltip/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#getposition","text":"\u25b8 Protected getPosition ( position , tooltipBounds , targetBounds ): Object","title":"getPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Tooltip/#onentertarget","text":"\u25b8 Protected onEnterTarget (): void","title":"onEnterTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#onleavetarget","text":"\u25b8 Protected onLeaveTarget (): void","title":"onLeaveTarget"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#refreshposition","text":"\u25b8 refreshPosition (): void","title":"refreshPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#setposition","text":"\u25b8 Protected setPosition ( pos ): void","title":"setPosition"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Tooltip/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.Wizard/","text":"Class: Wizard # Renderer . Component .Wizard Hierarchy # Component < WizardProps , State > \u21b3 Wizard Table of contents # Constructors # constructor Properties # context props refs state contextType Accessors # step steps Methods # UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate firstStep forceUpdate getSnapshotBeforeUpdate getValidStep isFirstStep isLastStep lastStep nextStep prevStep render setState shouldComponentUpdate Constructors # constructor # \u2022 new Wizard ( props ) Parameters # Name Type props WizardProps | Readonly < WizardProps > Inherited from # React.Component.constructor \u2022 new Wizard ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : State Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Accessors # step # \u2022 get step (): number Returns # number \u2022 set step ( step ): void Parameters # Name Type step number Returns # void steps # \u2022 get steps (): ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[] Returns # ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[] Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < WizardProps > prevState Readonly < State > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate firstStep # \u25b8 firstStep (): any Returns # any forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < WizardProps > prevState Readonly < State > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate getValidStep # \u25b8 Protected getValidStep ( step ): number Parameters # Name Type step number Returns # number isFirstStep # \u25b8 isFirstStep (): boolean Returns # boolean isLastStep # \u25b8 isLastStep (): boolean Returns # boolean lastStep # \u25b8 lastStep (): any Returns # any nextStep # \u25b8 nextStep (): any Returns # any prevStep # \u25b8 prevStep (): any Returns # any render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"step\" Parameters # Name Type state State | ( prevState : Readonly < State >, props : Readonly < WizardProps >) => State | Pick < State , K > | Pick < State , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < WizardProps > nextState Readonly < State > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: Wizard"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#class-wizard","text":"Renderer . Component .Wizard","title":"Class: Wizard"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#hierarchy","text":"Component < WizardProps , State > \u21b3 Wizard","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#accessors","text":"step steps","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate firstStep forceUpdate getSnapshotBeforeUpdate getValidStep isFirstStep isLastStep lastStep nextStep prevStep render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#constructor","text":"\u2022 new Wizard ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#props","text":"\u2022 Readonly props : Readonly < WizardProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#state","text":"\u2022 state : State","title":"state"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.Wizard/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#step","text":"\u2022 get step (): number","title":"step"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#steps","text":"\u2022 get steps (): ReactElement < WizardStepProps < any >, string | JSXElementConstructor < any >>[]","title":"steps"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Wizard/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Wizard/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.Wizard/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.Wizard/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.Wizard/#firststep","text":"\u25b8 firstStep (): any","title":"firstStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.Wizard/#getvalidstep","text":"\u25b8 Protected getValidStep ( step ): number","title":"getValidStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#isfirststep","text":"\u25b8 isFirstStep (): boolean","title":"isFirstStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#islaststep","text":"\u25b8 isLastStep (): boolean","title":"isLastStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#laststep","text":"\u25b8 lastStep (): any","title":"lastStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#nextstep","text":"\u25b8 nextStep (): any","title":"nextStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#prevstep","text":"\u25b8 prevStep (): any","title":"prevStep"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.Wizard/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardLayout/","text":"Class: WizardLayout # Renderer . Component .WizardLayout Hierarchy # Component < WizardLayoutProps > \u21b3 WizardLayout Table of contents # 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 # \u2022 new WizardLayout ( props ) Parameters # Name Type props WizardLayoutProps | Readonly < WizardLayoutProps > Inherited from # React.Component.constructor \u2022 new WizardLayout ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardLayoutProps context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardLayoutProps > & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : Readonly < Object > Inherited from # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < Object > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-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 Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount . Returns # void Inherited from # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-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 < Object > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before 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 < Object > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends never Parameters # Name Type state {} | ( prevState : Readonly < Object >, props : Readonly < WizardLayoutProps >) => {} | Pick < Object , K > | Pick < Object , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if 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 < Object > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate","title":"Class: WizardLayout"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#class-wizardlayout","text":"Renderer . Component .WizardLayout","title":"Class: WizardLayout"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#hierarchy","text":"Component < WizardLayoutProps > \u21b3 WizardLayout","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#properties","text":"context props refs state contextType","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate render setState shouldComponentUpdate","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#constructor","text":"\u2022 new WizardLayout ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#props","text":"\u2022 Readonly props : Readonly < WizardLayoutProps > & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#state","text":"\u2022 state : Readonly < Object >","title":"state"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.WizardLayout/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardLayout/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardLayout/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.WizardLayout/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardLayout/#componentwillunmount","text":"\u25b8 Optional componentWillUnmount (): void Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount .","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardLayout/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.WizardLayout/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.WizardLayout/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardStep/","text":"Class: WizardStep # Renderer . Component .WizardStep Hierarchy # Component < WizardStepProps , WizardStepState > \u21b3 WizardStep Table of contents # 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 next prev render renderLoading setState shouldComponentUpdate submit Constructors # constructor # \u2022 new WizardStep ( props ) Parameters # Name Type props WizardStepProps < any > | Readonly < WizardStepProps < any >> Inherited from # React.Component.constructor \u2022 new WizardStep ( props , context ) deprecated see https://reactjs.org/docs/legacy-context.html Parameters # Name Type props WizardStepProps < any > context any Inherited from # React.Component.constructor Properties # context # \u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html Inherited from # React.Component.context props # \u2022 Readonly props : Readonly < WizardStepProps < any >> & Readonly < Object > Inherited from # React.Component.props refs # \u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs Index signature # \u25aa [key: string ]: ReactInstance Inherited from # React.Component.refs state # \u2022 state : WizardStepState = {} Overrides # React.Component.state contextType # \u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { static contextType = Ctx context !: React . ContextType < typeof Ctx > render () { return <> My context ' s value : { this . context } < />; } } see https://reactjs.org/docs/context.html#classcontexttype Inherited from # React.Component.contextType defaultProps # \u25aa Static defaultProps : WizardStepProps < any > Methods # UNSAFE_componentWillMount # \u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps # \u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate # \u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # void Inherited from # React.Component.UNSAFE_componentWillUpdate componentDidCatch # \u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount. Parameters # Name Type error Error errorInfo ErrorInfo Returns # void Inherited from # React.Component.componentDidCatch componentDidMount # \u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering. Returns # void Inherited from # React.Component.componentDidMount componentDidUpdate # \u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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 < WizardStepProps < any >> prevState Readonly < WizardStepState > snapshot? any Returns # void Inherited from # React.Component.componentDidUpdate componentWillMount # \u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Returns # void Inherited from # React.Component.componentWillMount componentWillReceiveProps # \u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#updating-state-based-on-props see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextContext any Returns # void Inherited from # React.Component.componentWillReceiveProps componentWillUnmount # \u25b8 componentWillUnmount (): void Returns # void Overrides # React.Component.componentWillUnmount componentWillUpdate # \u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#reading-dom-properties-before-an-update see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # void Inherited from # React.Component.componentWillUpdate forceUpdate # \u25b8 forceUpdate ( callback? ): void Parameters # Name Type callback? () => void Returns # void Inherited from # React.Component.forceUpdate getSnapshotBeforeUpdate # \u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things such as scroll position before render causes changes to it. Note: the presence of getSnapshotBeforeUpdate prevents any of the deprecated lifecycle events from running. Parameters # Name Type prevProps Readonly < WizardStepProps < any >> prevState Readonly < WizardStepState > Returns # any Inherited from # React.Component.getSnapshotBeforeUpdate next # \u25b8 next (): void Returns # void prev # \u25b8 prev (): void Returns # void render # \u25b8 render (): Element Returns # Element Overrides # React.Component.render renderLoading # \u25b8 renderLoading (): Element Returns # Element setState # \u25b8 setState < K >( state , callback? ): void Type parameters # Name Type K extends \"waiting\" Parameters # Name Type state WizardStepState | ( prevState : Readonly < WizardStepState >, props : Readonly < WizardStepProps < any >>) => WizardStepState | Pick < WizardStepState , K > | Pick < WizardStepState , K > callback? () => void Returns # void Inherited from # React.Component.setState shouldComponentUpdate # \u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and state and returns true if any props or states have changed. If false is returned, Component#render , componentWillUpdate and componentDidUpdate will not be called. Parameters # Name Type nextProps Readonly < WizardStepProps < any >> nextState Readonly < WizardStepState > nextContext any Returns # boolean Inherited from # React.Component.shouldComponentUpdate submit # \u25b8 submit (): void Returns # void","title":"Class: WizardStep"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#class-wizardstep","text":"Renderer . Component .WizardStep","title":"Class: WizardStep"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#hierarchy","text":"Component < WizardStepProps , WizardStepState > \u21b3 WizardStep","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#properties","text":"context props refs state contextType defaultProps","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#methods","text":"UNSAFE_componentWillMount UNSAFE_componentWillReceiveProps UNSAFE_componentWillUpdate componentDidCatch componentDidMount componentDidUpdate componentWillMount componentWillReceiveProps componentWillUnmount componentWillUpdate forceUpdate getSnapshotBeforeUpdate next prev render renderLoading setState shouldComponentUpdate submit","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#constructor","text":"\u2022 new WizardStep ( props )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#context","text":"\u2022 context : any If using the new style context, re-declare this in your class to be the React.ContextType of your static contextType . Should be used with type annotation or static contextType. static contextType = MyContext // For TS pre-3.7: context !: React . ContextType < typeof MyContext > // For TS 3.7 and above: declare context : React.ContextType < typeof MyContext > see https://reactjs.org/docs/context.html","title":"context"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#props","text":"\u2022 Readonly props : Readonly < WizardStepProps < any >> & Readonly < Object >","title":"props"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#refs","text":"\u2022 refs : Object deprecated https://reactjs.org/docs/refs-and-the-dom.html#legacy-api-string-refs","title":"refs"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#state","text":"\u2022 state : WizardStepState = {}","title":"state"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#contexttype","text":"\u25aa Static Optional contextType : Context < any > If set, this.context will be set at runtime to the current value of the given Context. Usage: type MyContext = number const Ctx = React . createContext < MyContext > ( 0 ) class Foo extends React . Component { 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/Renderer.Component.WizardStep/#defaultprops","text":"\u25aa Static defaultProps : WizardStepProps < any >","title":"defaultProps"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#unsafe_componentwillmount","text":"\u25b8 Optional UNSAFE_componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"UNSAFE_componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#unsafe_componentwillreceiveprops","text":"\u25b8 Optional UNSAFE_componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardStep/#unsafe_componentwillupdate","text":"\u25b8 Optional UNSAFE_componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. This method will not stop working in React 17. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardStep/#componentdidcatch","text":"\u25b8 Optional componentDidCatch ( error , errorInfo ): void Catches exceptions generated in descendant components. Unhandled exceptions will cause the entire component tree to unmount.","title":"componentDidCatch"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentdidmount","text":"\u25b8 Optional componentDidMount (): void Called immediately after a component is mounted. Setting state here will trigger re-rendering.","title":"componentDidMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentdidupdate","text":"\u25b8 Optional componentDidUpdate ( prevProps , prevState , snapshot? ): void 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/Renderer.Component.WizardStep/#componentwillmount","text":"\u25b8 Optional componentWillMount (): void Called immediately before mounting occurs, and before Component#render . Avoid introducing any side-effects or subscriptions in this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use componentDidMount or the constructor instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#initializing-state see https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#gradual-migration-path","title":"componentWillMount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentwillreceiveprops","text":"\u25b8 Optional componentWillReceiveProps ( nextProps , nextContext ): void Called when the component may be receiving new props. React may call this even if props have not changed, so be sure to compare new and existing props if you only want to handle changes. Calling Component#setState generally does not trigger this method. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use static getDerivedStateFromProps instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-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/Renderer.Component.WizardStep/#componentwillunmount","text":"\u25b8 componentWillUnmount (): void","title":"componentWillUnmount"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#componentwillupdate","text":"\u25b8 Optional componentWillUpdate ( nextProps , nextState , nextContext ): void Called immediately before rendering when new props or state is received. Not called for the initial render. Note: You cannot call Component#setState here. Note: the presence of getSnapshotBeforeUpdate or getDerivedStateFromProps prevents this from being invoked. deprecated 16.3, use getSnapshotBeforeUpdate instead; will stop working in React 17 see https://reactjs.org/blog/2018/03/27/update-on-async-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/Renderer.Component.WizardStep/#forceupdate","text":"\u25b8 forceUpdate ( callback? ): void","title":"forceUpdate"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#getsnapshotbeforeupdate","text":"\u25b8 Optional getSnapshotBeforeUpdate ( prevProps , prevState ): any Runs before React applies the result of render to the document, and returns an object to be given to componentDidUpdate. Useful for saving things 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/Renderer.Component.WizardStep/#next","text":"\u25b8 next (): void","title":"next"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#prev","text":"\u25b8 prev (): void","title":"prev"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#render","text":"\u25b8 render (): Element","title":"render"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#renderloading","text":"\u25b8 renderLoading (): Element","title":"renderLoading"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#setstate","text":"\u25b8 setState < K >( state , callback? ): void","title":"setState"},{"location":"extensions/api/classes/Renderer.Component.WizardStep/#shouldcomponentupdate","text":"\u25b8 Optional shouldComponentUpdate ( nextProps , nextState , nextContext ): boolean Called to determine whether the change in props and state should trigger a re-render. Component always returns true. PureComponent implements a shallow comparison on props and 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/Renderer.Component.WizardStep/#submit","text":"\u25b8 submit (): void","title":"submit"},{"location":"extensions/api/classes/Renderer.Ipc/","text":"Class: Ipc # Renderer .Ipc Hierarchy # IpcRegistrar \u21b3 Ipc Table of contents # Constructors # constructor Properties # [IpcPrefix] extension Methods # broadcast invoke listen createInstance getInstance resetInstance Constructors # constructor # \u2022 new Ipc ( extension ) Parameters # Name Type extension LensExtension Overrides # IpcRegistrar.constructor Properties # [IpcPrefix] # \u2022 Readonly [IpcPrefix] : string Inherited from # IpcRegistrar.__@IpcPrefix@45455 extension # \u2022 Protected extension : LensExtension Inherited from # IpcRegistrar.extension Methods # broadcast # \u25b8 broadcast ( channel , ... args ): void Parameters # Name Type Description channel string The channel to broadcast to your whole extension, both main and renderer ...args any [] The arguments passed to all listeners Returns # void Inherited from # IpcRegistrar.broadcast invoke # \u25b8 invoke ( channel , ... args ): Promise < any > Request main to execute its function over the channel channel. This function only interacts with functions registered via Ipc.IpcMain.handleRpc An error will be thrown if no function has been registered on main with this channel ID. Parameters # Name Type Description channel string The channel to invoke a RPC on ...args any [] The arguments to pass to the RPC Returns # Promise < any > A promise of the resulting value listen # \u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension. If the lifetime of the listener should be tied to the mounted lifetime of a component then putting the returned value in a disposeOnUnmount call will suffice. Parameters # Name Type Description channel string The channel to listen for broadcasts on listener ( event : IpcRendererEvent , ... args : any []) => any The function that will be called with the arguments of the broadcast Returns # Disposer An optional disposer, Lens will cleanup even if this is not called createInstance # \u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description ...args R The constructor arguments for the child class Returns # T An instance of the child class Inherited from # IpcRegistrar.createInstance getInstance # \u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created. Type parameters # Name Type T T R extends any [] Parameters # Name Type Description strict boolean If false will return undefined instead of throwing when an instance doesn't exist. Default: true Returns # T An instance of the child class Inherited from # IpcRegistrar.getInstance resetInstance # \u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that. Returns # void Inherited from # IpcRegistrar.resetInstance","title":"Class: Ipc"},{"location":"extensions/api/classes/Renderer.Ipc/#class-ipc","text":"Renderer .Ipc","title":"Class: Ipc"},{"location":"extensions/api/classes/Renderer.Ipc/#hierarchy","text":"IpcRegistrar \u21b3 Ipc","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.Ipc/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Ipc/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Ipc/#properties","text":"[IpcPrefix] extension","title":"Properties"},{"location":"extensions/api/classes/Renderer.Ipc/#methods","text":"broadcast invoke listen createInstance getInstance resetInstance","title":"Methods"},{"location":"extensions/api/classes/Renderer.Ipc/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Ipc/#constructor","text":"\u2022 new Ipc ( extension )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Ipc/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Ipc/#ipcprefix","text":"\u2022 Readonly [IpcPrefix] : string","title":"[IpcPrefix]"},{"location":"extensions/api/classes/Renderer.Ipc/#extension","text":"\u2022 Protected extension : LensExtension","title":"extension"},{"location":"extensions/api/classes/Renderer.Ipc/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Ipc/#broadcast","text":"\u25b8 broadcast ( channel , ... args ): void","title":"broadcast"},{"location":"extensions/api/classes/Renderer.Ipc/#invoke","text":"\u25b8 invoke ( channel , ... args ): Promise < any > Request main to execute its function over the channel channel. This function only interacts with functions registered via Ipc.IpcMain.handleRpc An error will be thrown if no function has been registered on main with this channel ID.","title":"invoke"},{"location":"extensions/api/classes/Renderer.Ipc/#listen","text":"\u25b8 listen ( channel , listener ): Disposer Listen for broadcasts within your extension. If the lifetime of the listener should be tied to the mounted lifetime of a component then putting the returned value in a disposeOnUnmount call will suffice.","title":"listen"},{"location":"extensions/api/classes/Renderer.Ipc/#createinstance","text":"\u25b8 Static createInstance < T , R >(... args ): T Creates the single instance of the child class if one was not already created. Multiple calls will return the same instance. Essentially throwing away the arguments to the subsequent calls. Note: this is a racy function, if two (or more) calls are racing to call this function only the first's arguments will be used.","title":"createInstance"},{"location":"extensions/api/classes/Renderer.Ipc/#getinstance","text":"\u25b8 Static getInstance < T , R >( strict ): T Get the instance of the child class that was previously created.","title":"getInstance"},{"location":"extensions/api/classes/Renderer.Ipc/#resetinstance","text":"\u25b8 Static resetInstance (): void Delete the instance of the child class. Note: this doesn't prevent callers of getInstance from storing the result in a global. There is no way in JS or TS to prevent globals like that.","title":"resetInstance"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/","text":"Class: CRDResourceStore # Renderer . K8sApi .CRDResourceStore Type parameters # Name Type K extends KubeObject Hierarchy # KubeObjectStore < K > \u21b3 CRDResourceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CRDResourceStore < K >( api ) Type parameters # Name Type K extends KubeObject < KubeObjectMetadata , any , any , K > Parameters # Name Type api KubeApi < K > Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < K > Inherited from # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < K > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < K , void , undefined > Returns # Generator < K , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): K [] Parameters # Name Type items K [] Returns # K [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): K [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # K [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): K Parameters # Name Type id string Returns # K Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): K [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # K [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): K Parameters # Name Type name string namespace? string Returns # K Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): K Parameters # Name Type path string Returns # K Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): K [] Returns # K [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items K [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item K Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems K [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < K > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | K []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | K []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < K > Parameters # Name Type resourcePath string Returns # Promise < K > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < K > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < K > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < K []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < K []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): K [] Parameters # Name Type partialItems K [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # K [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < K > Parameters # Name Type item K patch Patch Returns # Promise < K > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | K []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | K []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item K Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item K request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items K [] the items to be sorted (default: the current items in this store) sorting ( item : K ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # K [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems K [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item K Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < K > Parameters # Name Type item K data Partial < K > Returns # Promise < K > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < K > Parameters # Name Type item K request () => Promise < K > Returns # Promise < K > Inherited from # KubeObjectStore . updateItem","title":"Class: CRDResourceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#class-crdresourcestorek","text":"Renderer . K8sApi .CRDResourceStore","title":"Class: CRDResourceStore<K>"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#hierarchy","text":"KubeObjectStore < K > \u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#constructor","text":"\u2022 new CRDResourceStore < K >( api )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#api","text":"\u2022 api : KubeApi < K >","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#items","text":"\u2022 items : IObservableArray < K >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#iterator","text":"\u25b8 [iterator] (): Generator < K , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#create","text":"\u25b8 create ( params , data? ): Promise < K >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < K >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): K []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): K []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbyid","text":"\u25b8 getById ( id ): K","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): K []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): K","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getbypath","text":"\u25b8 getByPath ( path ): K","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getitems","text":"\u25b8 getItems (): K []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#load","text":"\u25b8 load ( params ): Promise < K >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | K []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < K >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < K >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < K []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): K []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < K >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | K []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): K [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#update","text":"\u25b8 update ( item , data ): Promise < K >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDResourceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < K >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/","text":"Class: CRDStore # Renderer . K8sApi .CRDStore Hierarchy # KubeObjectStore < CustomResourceDefinition > \u21b3 CRDStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady groups namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getById getByLabel getByName getByObject getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CRDStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < CustomResourceDefinition > = crdApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < CustomResourceDefinition > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady groups # \u2022 get groups (): Record < string , CustomResourceDefinition []> Returns # Record < string , CustomResourceDefinition []> namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < CustomResourceDefinition , void , undefined > Returns # Generator < CustomResourceDefinition , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): CustomResourceDefinition [] Parameters # Name Type items CustomResourceDefinition [] Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): CustomResourceDefinition [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getAllByNs getByGroup # \u25b8 getByGroup ( group , pluralName ): CustomResourceDefinition Parameters # Name Type group string pluralName string Returns # CustomResourceDefinition getById # \u25b8 getById ( id ): CustomResourceDefinition Parameters # Name Type id string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): CustomResourceDefinition [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): CustomResourceDefinition Parameters # Name Type name string namespace? string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getByName getByObject # \u25b8 getByObject ( obj ): CustomResourceDefinition Parameters # Name Type obj KubeObject < KubeObjectMetadata , any , any > Returns # CustomResourceDefinition getByPath # \u25b8 getByPath ( path ): CustomResourceDefinition Parameters # Name Type path string Returns # CustomResourceDefinition Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): CustomResourceDefinition [] Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items CustomResourceDefinition [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item CustomResourceDefinition Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems CustomResourceDefinition [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | CustomResourceDefinition []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | CustomResourceDefinition []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < CustomResourceDefinition > Parameters # Name Type resourcePath string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < CustomResourceDefinition > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < CustomResourceDefinition []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < CustomResourceDefinition []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CustomResourceDefinition [] Parameters # Name Type partialItems CustomResourceDefinition [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # CustomResourceDefinition [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition patch Patch Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | CustomResourceDefinition []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | CustomResourceDefinition []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item CustomResourceDefinition Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item CustomResourceDefinition request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): CustomResourceDefinition [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items CustomResourceDefinition [] Returns # CustomResourceDefinition [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems CustomResourceDefinition [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item CustomResourceDefinition Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition data Partial < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < CustomResourceDefinition > Parameters # Name Type item CustomResourceDefinition request () => Promise < CustomResourceDefinition > Returns # Promise < CustomResourceDefinition > Inherited from # KubeObjectStore . updateItem","title":"Class: CRDStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#class-crdstore","text":"Renderer . K8sApi .CRDStore","title":"Class: CRDStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#hierarchy","text":"KubeObjectStore < CustomResourceDefinition > \u21b3 CRDStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#accessors","text":"context contextItems contextReady groups namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getByGroup getById getByLabel getByName getByObject getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#constructor","text":"\u2022 new CRDStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#api","text":"\u2022 api : KubeApi < CustomResourceDefinition > = crdApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#items","text":"\u2022 items : IObservableArray < CustomResourceDefinition >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#groups","text":"\u2022 get groups (): Record < string , CustomResourceDefinition []>","title":"groups"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#iterator","text":"\u25b8 [iterator] (): Generator < CustomResourceDefinition , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#create","text":"\u25b8 create ( params , data? ): Promise < CustomResourceDefinition >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < CustomResourceDefinition >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): CustomResourceDefinition []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): CustomResourceDefinition []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbygroup","text":"\u25b8 getByGroup ( group , pluralName ): CustomResourceDefinition","title":"getByGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyid","text":"\u25b8 getById ( id ): CustomResourceDefinition","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): CustomResourceDefinition []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): CustomResourceDefinition","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbyobject","text":"\u25b8 getByObject ( obj ): CustomResourceDefinition","title":"getByObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getbypath","text":"\u25b8 getByPath ( path ): CustomResourceDefinition","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getitems","text":"\u25b8 getItems (): CustomResourceDefinition []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#load","text":"\u25b8 load ( params ): Promise < CustomResourceDefinition >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | CustomResourceDefinition []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < CustomResourceDefinition >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < CustomResourceDefinition >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < CustomResourceDefinition []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CustomResourceDefinition []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < CustomResourceDefinition >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | CustomResourceDefinition []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): CustomResourceDefinition [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#update","text":"\u25b8 update ( item , data ): Promise < CustomResourceDefinition >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CRDStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < CustomResourceDefinition >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/","text":"Class: ClusterRole # Renderer . K8sApi .ClusterRole Hierarchy # KubeObject \u21b3 ClusterRole Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata rules spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRole ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata rules # \u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ClusterRole\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRules # \u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] Returns # { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRole > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#class-clusterrole","text":"Renderer . K8sApi .ClusterRole","title":"Class: ClusterRole"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#hierarchy","text":"KubeObject \u21b3 ClusterRole","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#properties","text":"apiVersion kind managedFields metadata rules spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#constructor","text":"\u2022 new ClusterRole ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#rules","text":"\u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"rules"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterroles\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#kind_1","text":"\u25aa Static kind : string = \"ClusterRole\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getrules","text":"\u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"getRules"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRole/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/","text":"Class: ClusterRoleBinding # Renderer . K8sApi .ClusterRoleBinding Hierarchy # KubeObject \u21b3 ClusterRoleBinding Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ClusterRoleBinding ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata roleRef # \u2022 roleRef : Object Type declaration # Name Type apiGroup? string kind string name string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subjects # \u2022 Optional subjects : ClusterRoleBindingSubject [] apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ClusterRoleBinding\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSubjectNames # \u25b8 getSubjectNames (): string Returns # string getSubjects # \u25b8 getSubjects (): ClusterRoleBindingSubject [] Returns # ClusterRoleBindingSubject [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ClusterRoleBinding > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#class-clusterrolebinding","text":"Renderer . K8sApi .ClusterRoleBinding","title":"Class: ClusterRoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#hierarchy","text":"KubeObject \u21b3 ClusterRoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#properties","text":"apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#constructor","text":"\u2022 new ClusterRoleBinding ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#roleref","text":"\u2022 roleRef : Object","title":"roleRef"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#subjects","text":"\u2022 Optional subjects : ClusterRoleBindingSubject []","title":"subjects"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/clusterrolebindings\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#kind_1","text":"\u25aa Static kind : string = \"ClusterRoleBinding\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string","title":"getSubjectNames"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#getsubjects","text":"\u25b8 getSubjects (): ClusterRoleBindingSubject []","title":"getSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/","text":"Class: ConfigMap # Renderer . K8sApi .ConfigMap Hierarchy # KubeObject \u21b3 ConfigMap Table of contents # Constructors # constructor Properties # apiVersion data kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ConfigMap ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion data # \u2022 data : Object Index signature # \u25aa [param: string ]: string kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/configmaps\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ConfigMap\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKeys # \u25b8 getKeys (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ConfigMap > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#class-configmap","text":"Renderer . K8sApi .ConfigMap","title":"Class: ConfigMap"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#hierarchy","text":"KubeObject \u21b3 ConfigMap","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#properties","text":"apiVersion data kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#constructor","text":"\u2022 new ConfigMap ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#data","text":"\u2022 data : Object","title":"data"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/configmaps\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#kind_1","text":"\u25aa Static kind : string = \"ConfigMap\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getkeys","text":"\u25b8 getKeys (): string []","title":"getKeys"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMap/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/","text":"Class: ConfigMapsStore # Renderer . K8sApi .ConfigMapsStore Hierarchy # KubeObjectStore < ConfigMap > \u21b3 ConfigMapsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ConfigMapsStore ( api? ) Parameters # Name Type api? KubeApi < ConfigMap > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ConfigMap > = configMapApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ConfigMap > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ConfigMap , void , undefined > Returns # Generator < ConfigMap , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ConfigMap [] Parameters # Name Type items ConfigMap [] Returns # ConfigMap [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ConfigMap [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ConfigMap [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ConfigMap Parameters # Name Type id string Returns # ConfigMap Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ConfigMap [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ConfigMap [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ConfigMap Parameters # Name Type name string namespace? string Returns # ConfigMap Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ConfigMap Parameters # Name Type path string Returns # ConfigMap Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ConfigMap [] Returns # ConfigMap [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ConfigMap [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ConfigMap Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ConfigMap [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ConfigMap []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ConfigMap []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ConfigMap > Parameters # Name Type resourcePath string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ConfigMap > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ConfigMap []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ConfigMap []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ConfigMap [] Parameters # Name Type partialItems ConfigMap [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ConfigMap [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ConfigMap > Parameters # Name Type item ConfigMap patch Patch Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ConfigMap []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ConfigMap []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ConfigMap Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ConfigMap request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ConfigMap [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ConfigMap [] the items to be sorted (default: the current items in this store) sorting ( item : ConfigMap ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ConfigMap [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ConfigMap [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ConfigMap Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ConfigMap > Parameters # Name Type item ConfigMap data Partial < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ConfigMap > Parameters # Name Type item ConfigMap request () => Promise < ConfigMap > Returns # Promise < ConfigMap > Inherited from # KubeObjectStore . updateItem","title":"Class: ConfigMapsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#class-configmapsstore","text":"Renderer . K8sApi .ConfigMapsStore","title":"Class: ConfigMapsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#hierarchy","text":"KubeObjectStore < ConfigMap > \u21b3 ConfigMapsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#constructor","text":"\u2022 new ConfigMapsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#api","text":"\u2022 api : KubeApi < ConfigMap > = configMapApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#items","text":"\u2022 items : IObservableArray < ConfigMap >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#iterator","text":"\u25b8 [iterator] (): Generator < ConfigMap , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#create","text":"\u25b8 create ( params , data? ): Promise < ConfigMap >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ConfigMap >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ConfigMap []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ConfigMap []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbyid","text":"\u25b8 getById ( id ): ConfigMap","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ConfigMap []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ConfigMap","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getbypath","text":"\u25b8 getByPath ( path ): ConfigMap","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getitems","text":"\u25b8 getItems (): ConfigMap []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#load","text":"\u25b8 load ( params ): Promise < ConfigMap >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ConfigMap []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ConfigMap >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ConfigMap >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ConfigMap []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ConfigMap []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ConfigMap >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ConfigMap []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ConfigMap [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#update","text":"\u25b8 update ( item , data ): Promise < ConfigMap >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ConfigMap >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/","text":"Class: CronJob # Renderer . K8sApi .CronJob Hierarchy # KubeObject \u21b3 CronJob Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CronJob ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type concurrencyPolicy string failedJobsHistoryLimit number jobTemplate Object jobTemplate.metadata Object jobTemplate.metadata.annotations? Object jobTemplate.metadata.creationTimestamp? string jobTemplate.metadata.labels? Object jobTemplate.spec Object jobTemplate.spec.template Object jobTemplate.spec.template.metadata Object jobTemplate.spec.template.metadata.creationTimestamp? string jobTemplate.spec.template.spec Object jobTemplate.spec.template.spec.containers IPodContainer [] jobTemplate.spec.template.spec.dnsPolicy string jobTemplate.spec.template.spec.hostPID boolean jobTemplate.spec.template.spec.restartPolicy string jobTemplate.spec.template.spec.schedulerName string jobTemplate.spec.template.spec.terminationGracePeriodSeconds number schedule string successfulJobsHistoryLimit number suspend boolean Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type lastScheduleTime? string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"CronJob\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastScheduleTime # \u25b8 getLastScheduleTime (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSchedule # \u25b8 getSchedule (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSuspendFlag # \u25b8 getSuspendFlag (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow isNeverRun # \u25b8 isNeverRun (): boolean Returns # boolean isSuspend # \u25b8 isSuspend (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < CronJob > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CronJob"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#class-cronjob","text":"Renderer . K8sApi .CronJob","title":"Class: CronJob"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#hierarchy","text":"KubeObject \u21b3 CronJob","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getLastScheduleTime getName getNs getOwnerRefs getResourceVersion getSchedule getSearchFields getSuspendFlag getTimeDiffFromNow isNeverRun isSuspend patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#constructor","text":"\u2022 new CronJob ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1beta1/cronjobs\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#kind_1","text":"\u25aa Static kind : string = \"CronJob\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getlastscheduletime","text":"\u25b8 getLastScheduleTime (): string","title":"getLastScheduleTime"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getschedule","text":"\u25b8 getSchedule (): string","title":"getSchedule"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#getsuspendflag","text":"\u25b8 getSuspendFlag (): string","title":"getSuspendFlag"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isneverrun","text":"\u25b8 isNeverRun (): boolean","title":"isNeverRun"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#issuspend","text":"\u25b8 isSuspend (): boolean","title":"isSuspend"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJob/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/","text":"Class: CronJobStore # Renderer . K8sApi .CronJobStore Hierarchy # KubeObjectStore < CronJob > \u21b3 CronJobStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getActiveJobsNum getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new CronJobStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : CronJobApi = cronJobApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < CronJob > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < CronJob , void , undefined > Returns # Generator < CronJob , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): CronJob [] Parameters # Name Type items CronJob [] Returns # CronJob [] Inherited from # KubeObjectStore . filterItemsOnLoad getActiveJobsNum # \u25b8 getActiveJobsNum ( cronJob ): number Parameters # Name Type cronJob CronJob Returns # number getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): CronJob [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # CronJob [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): CronJob Parameters # Name Type id string Returns # CronJob Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): CronJob [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # CronJob [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): CronJob Parameters # Name Type name string namespace? string Returns # CronJob Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): CronJob Parameters # Name Type path string Returns # CronJob Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): CronJob [] Returns # CronJob [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( cronJobs? ): Object Parameters # Name Type cronJobs? CronJob [] Returns # Object Name Type scheduled number suspended number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item CronJob Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems CronJob [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CronJob > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | CronJob []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | CronJob []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < CronJob > Parameters # Name Type resourcePath string Returns # Promise < CronJob > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < CronJob > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < CronJob > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < CronJob []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < CronJob []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CronJob [] Parameters # Name Type partialItems CronJob [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # CronJob [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < CronJob > Parameters # Name Type item CronJob patch Patch Returns # Promise < CronJob > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | CronJob []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | CronJob []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item CronJob Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item CronJob request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): CronJob [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items CronJob [] the items to be sorted (default: the current items in this store) sorting ( item : CronJob ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # CronJob [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems CronJob [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item CronJob Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < CronJob > Parameters # Name Type item CronJob data Partial < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < CronJob > Parameters # Name Type item CronJob request () => Promise < CronJob > Returns # Promise < CronJob > Inherited from # KubeObjectStore . updateItem","title":"Class: CronJobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#class-cronjobstore","text":"Renderer . K8sApi .CronJobStore","title":"Class: CronJobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#hierarchy","text":"KubeObjectStore < CronJob > \u21b3 CronJobStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getActiveJobsNum getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#constructor","text":"\u2022 new CronJobStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#api","text":"\u2022 api : CronJobApi = cronJobApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#items","text":"\u2022 items : IObservableArray < CronJob >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#iterator","text":"\u25b8 [iterator] (): Generator < CronJob , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#create","text":"\u25b8 create ( params , data? ): Promise < CronJob >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < CronJob >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): CronJob []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getactivejobsnum","text":"\u25b8 getActiveJobsNum ( cronJob ): number","title":"getActiveJobsNum"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): CronJob []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbyid","text":"\u25b8 getById ( id ): CronJob","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): CronJob []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): CronJob","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getbypath","text":"\u25b8 getByPath ( path ): CronJob","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getitems","text":"\u25b8 getItems (): CronJob []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#getstatuses","text":"\u25b8 getStatuses ( cronJobs? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#load","text":"\u25b8 load ( params ): Promise < CronJob >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | CronJob []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < CronJob >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < CronJob >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < CronJob []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): CronJob []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < CronJob >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | CronJob []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): CronJob [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#update","text":"\u25b8 update ( item , data ): Promise < CronJob >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.CronJobStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < CronJob >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/","text":"Class: CustomResourceDefinition # Renderer . K8sApi .CustomResourceDefinition Hierarchy # KubeObject \u21b3 CustomResourceDefinition Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new CustomResourceDefinition ( data ) Parameters # Name Type data CRDApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : CustomResourceDefinitionSpec Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type acceptedNames Object acceptedNames.kind string acceptedNames.listKind string acceptedNames.plural string acceptedNames.shortNames string [] acceptedNames.singular string conditions { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type? : string }[] storedVersions string [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"CustomResourceDefinition\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[] Returns # { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[] getConversion # \u25b8 getConversion (): string Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getGroup # \u25b8 getGroup (): string Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNames # \u25b8 getNames (): Object Returns # Object Name Type kind string listKind string plural string singular string getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPluralName # \u25b8 getPluralName (): string Returns # string getPreferedVersion # \u25b8 getPreferedVersion (): CRDVersion Returns # CRDVersion getPrinterColumns # \u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 [] Parameters # Name Type Default value ignorePriority boolean true Returns # AdditionalPrinterColumnsV1 [] getResourceApiBase # \u25b8 getResourceApiBase (): string Returns # string getResourceKind # \u25b8 getResourceKind (): string Returns # string getResourceTitle # \u25b8 getResourceTitle (): string Returns # string getResourceUrl # \u25b8 getResourceUrl (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScope # \u25b8 getScope (): \"Namespaced\" | \"Cluster\" Returns # \"Namespaced\" | \"Cluster\" getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStoredVersions # \u25b8 getStoredVersions (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getValidation # \u25b8 getValidation (): string Returns # string getVersion # \u25b8 getVersion (): string Returns # string isNamespaced # \u25b8 isNamespaced (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < CustomResourceDefinition > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#class-customresourcedefinition","text":"Renderer . K8sApi .CustomResourceDefinition","title":"Class: CustomResourceDefinition"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#hierarchy","text":"KubeObject \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#methods","text":"delete getAge getAnnotations getConditions getConversion getFinalizers getGroup getId getLabels getName getNames getNs getOwnerRefs getPluralName getPreferedVersion getPrinterColumns getResourceApiBase getResourceKind getResourceTitle getResourceUrl getResourceVersion getScope getSearchFields getStoredVersions getTimeDiffFromNow getValidation getVersion isNamespaced patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#constructor","text":"\u2022 new CustomResourceDefinition ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#spec","text":"\u2022 spec : CustomResourceDefinitionSpec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apiextensions.k8s.io/v1/customresourcedefinitions\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#kind_1","text":"\u25aa Static kind : string = \"CustomResourceDefinition\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type? : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getconversion","text":"\u25b8 getConversion (): string","title":"getConversion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getgroup","text":"\u25b8 getGroup (): string","title":"getGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getnames","text":"\u25b8 getNames (): Object","title":"getNames"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getpluralname","text":"\u25b8 getPluralName (): string","title":"getPluralName"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getpreferedversion","text":"\u25b8 getPreferedVersion (): CRDVersion","title":"getPreferedVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getprintercolumns","text":"\u25b8 getPrinterColumns ( ignorePriority? ): AdditionalPrinterColumnsV1 []","title":"getPrinterColumns"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceapibase","text":"\u25b8 getResourceApiBase (): string","title":"getResourceApiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourcekind","text":"\u25b8 getResourceKind (): string","title":"getResourceKind"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourcetitle","text":"\u25b8 getResourceTitle (): string","title":"getResourceTitle"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceurl","text":"\u25b8 getResourceUrl (): string","title":"getResourceUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getscope","text":"\u25b8 getScope (): \"Namespaced\" | \"Cluster\"","title":"getScope"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getstoredversions","text":"\u25b8 getStoredVersions (): string","title":"getStoredVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getvalidation","text":"\u25b8 getValidation (): string","title":"getValidation"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#getversion","text":"\u25b8 getVersion (): string","title":"getVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isnamespaced","text":"\u25b8 isNamespaced (): boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/","text":"Class: DaemonSet # Renderer . K8sApi .DaemonSet Hierarchy # WorkloadKubeObject \u21b3 DaemonSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new DaemonSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type revisionHistoryLimit number selector LabelSelector template Object template.metadata Object template.metadata.creationTimestamp? string template.metadata.labels Object template.metadata.labels.name string template.spec Object template.spec.affinity? IAffinity template.spec.containers IPodContainer [] template.spec.dnsPolicy string template.spec.hostPID boolean template.spec.initContainers? IPodContainer [] template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.securityContext Object template.spec.terminationGracePeriodSeconds number template.spec.tolerations { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] updateStrategy Object updateStrategy.rollingUpdate Object updateStrategy.rollingUpdate.maxUnavailable number updateStrategy.type string Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type currentNumberScheduled number desiredNumberScheduled number numberAvailable number numberMisscheduled number numberReady number numberUnavailable number observedGeneration number updatedNumberScheduled number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"DaemonSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < DaemonSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#class-daemonset","text":"Renderer . K8sApi .DaemonSet","title":"Class: DaemonSet"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#hierarchy","text":"WorkloadKubeObject \u21b3 DaemonSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#constructor","text":"\u2022 new DaemonSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/daemonsets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#kind_1","text":"\u25aa Static kind : string = \"DaemonSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/","text":"Class: DaemonSetStore # Renderer . K8sApi .DaemonSetStore Hierarchy # KubeObjectStore < DaemonSet > \u21b3 DaemonSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new DaemonSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : DaemonSetApi = daemonSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < DaemonSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < DaemonSet , void , undefined > Returns # Generator < DaemonSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): DaemonSet [] Parameters # Name Type items DaemonSet [] Returns # DaemonSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): DaemonSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # DaemonSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): DaemonSet Parameters # Name Type id string Returns # DaemonSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): DaemonSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # DaemonSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): DaemonSet Parameters # Name Type name string namespace? string Returns # DaemonSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): DaemonSet Parameters # Name Type path string Returns # DaemonSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( daemonSet ): Pod [] Parameters # Name Type daemonSet DaemonSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): DaemonSet [] Returns # DaemonSet [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( daemonSets? ): Object Parameters # Name Type daemonSets? DaemonSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item DaemonSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems DaemonSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | DaemonSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | DaemonSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < DaemonSet > Parameters # Name Type resourcePath string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < DaemonSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < DaemonSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < DaemonSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): DaemonSet [] Parameters # Name Type partialItems DaemonSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # DaemonSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < DaemonSet > Parameters # Name Type item DaemonSet patch Patch Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | DaemonSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | DaemonSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item DaemonSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item DaemonSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): DaemonSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items DaemonSet [] the items to be sorted (default: the current items in this store) sorting ( item : DaemonSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # DaemonSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems DaemonSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item DaemonSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < DaemonSet > Parameters # Name Type item DaemonSet data Partial < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < DaemonSet > Parameters # Name Type item DaemonSet request () => Promise < DaemonSet > Returns # Promise < DaemonSet > Inherited from # KubeObjectStore . updateItem","title":"Class: DaemonSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#class-daemonsetstore","text":"Renderer . K8sApi .DaemonSetStore","title":"Class: DaemonSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#hierarchy","text":"KubeObjectStore < DaemonSet > \u21b3 DaemonSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#constructor","text":"\u2022 new DaemonSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#api","text":"\u2022 api : DaemonSetApi = daemonSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#items","text":"\u2022 items : IObservableArray < DaemonSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < DaemonSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < DaemonSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < DaemonSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): DaemonSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): DaemonSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbyid","text":"\u25b8 getById ( id ): DaemonSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): DaemonSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): DaemonSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getbypath","text":"\u25b8 getByPath ( path ): DaemonSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getchildpods","text":"\u25b8 getChildPods ( daemonSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getitems","text":"\u25b8 getItems (): DaemonSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#getstatuses","text":"\u25b8 getStatuses ( daemonSets? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#load","text":"\u25b8 load ( params ): Promise < DaemonSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | DaemonSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < DaemonSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < DaemonSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < DaemonSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): DaemonSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < DaemonSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | DaemonSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): DaemonSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#update","text":"\u25b8 update ( item , data ): Promise < DaemonSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DaemonSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < DaemonSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/","text":"Class: Deployment # Renderer . K8sApi .Deployment Hierarchy # WorkloadKubeObject \u21b3 Deployment Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Deployment ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type replicas number selector LabelSelector strategy Object strategy.rollingUpdate Object strategy.rollingUpdate.maxSurge number strategy.rollingUpdate.maxUnavailable number strategy.type string template Object template.metadata Object template.metadata.annotations? Object template.metadata.creationTimestamp? string template.metadata.labels Object template.spec Object template.spec.affinity? IAffinity template.spec.containers { args? : string [] ; env? : { name : string ; value : string }[] ; image : string ; imagePullPolicy : string ; livenessProbe? : IContainerProbe ; name : string ; ports? : { containerPort : number ; name : string ; protocol : string }[] ; readinessProbe? : IContainerProbe ; resources : { limits? : { cpu : string ; memory : string } ; requests : { cpu : string ; memory : string } } ; startupProbe? : IContainerProbe ; terminationMessagePath : string ; terminationMessagePolicy : string ; volumeMounts? : { mountPath : string ; name : string }[] }[] template.spec.dnsPolicy string template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.securityContext Object template.spec.serviceAccount string template.spec.serviceAccountName string template.spec.terminationGracePeriodSeconds number template.spec.tolerations? { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] template.spec.volumes? { configMap : { defaultMode : number ; name : string ; optional : boolean } ; name : string }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object 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 Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/deployments\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Deployment\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getConditions # \u25b8 getConditions ( activeOnly? ): { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[] 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? ): string Parameters # Name Type Default value activeOnly boolean true Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Deployment > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Deployment"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#class-deployment","text":"Renderer . K8sApi .Deployment","title":"Class: Deployment"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#hierarchy","text":"WorkloadKubeObject \u21b3 Deployment","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getConditions getConditionsText getFinalizers getId getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#constructor","text":"\u2022 new Deployment ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/deployments\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#kind_1","text":"\u25aa Static kind : string = \"Deployment\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getconditions","text":"\u25b8 getConditions ( activeOnly? ): { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getconditionstext","text":"\u25b8 getConditionsText ( activeOnly? ): string","title":"getConditionsText"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Deployment/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/","text":"Class: DeploymentApi # Renderer . K8sApi .DeploymentApi Hierarchy # KubeApi < Deployment > \u21b3 DeploymentApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion restart scale setResourceVersion update watch Constructors # constructor # \u2022 new DeploymentApi ( options ) Parameters # Name Type options IKubeApiOptions < Deployment > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Deployment > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Deployment > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Deployment > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Deployment > Returns # Promise < Deployment > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Deployment > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Deployment > Inherited from # KubeApi . get getReplicas # \u25b8 getReplicas ( params ): Promise < number > Parameters # Name Type params Object params.name string params.namespace string Returns # Promise < number > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getScaleApiUrl # \u25b8 Protected getScaleApiUrl ( params ): string Parameters # Name Type params Object params.name string params.namespace string Returns # string getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Deployment []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Deployment []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Deployment | Deployment [] Parameters # Name Type data unknown namespace? string Returns # Deployment | Deployment [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Deployment > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Deployment > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Deployment > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Deployment []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Deployment []> Inherited from # KubeApi . refreshResourceVersion restart # \u25b8 restart ( params ): Promise < KubeJsonApiData > Parameters # Name Type params Object params.name string params.namespace string Returns # Promise < KubeJsonApiData > scale # \u25b8 scale ( params , replicas ): Promise < KubeJsonApiData > Parameters # Name Type params Object params.name string params.namespace string replicas number Returns # Promise < KubeJsonApiData > setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Deployment > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Deployment > Returns # Promise < Deployment > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#class-deploymentapi","text":"Renderer . K8sApi .DeploymentApi","title":"Class: DeploymentApi"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#hierarchy","text":"KubeApi < Deployment > \u21b3 DeploymentApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#methods","text":"checkPreferredVersion create delete get getReplicas getResourceVersion getScaleApiUrl getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion restart scale setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#constructor","text":"\u2022 new DeploymentApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Deployment >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Deployment >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Deployment >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Deployment >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getreplicas","text":"\u25b8 getReplicas ( params ): Promise < number >","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getscaleapiurl","text":"\u25b8 Protected getScaleApiUrl ( params ): string","title":"getScaleApiUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Deployment []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Deployment | Deployment []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Deployment >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Deployment []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#restart","text":"\u25b8 restart ( params ): Promise < KubeJsonApiData >","title":"restart"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#scale","text":"\u25b8 scale ( params , replicas ): Promise < KubeJsonApiData >","title":"scale"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Deployment >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/","text":"Class: DeploymentStore # Renderer . K8sApi .DeploymentStore Hierarchy # KubeObjectStore < Deployment > \u21b3 DeploymentStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new DeploymentStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : DeploymentApi = deploymentApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Deployment > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Deployment , void , undefined > Returns # Generator < Deployment , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Deployment [] Parameters # Name Type items Deployment [] Returns # Deployment [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Deployment [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Deployment [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Deployment Parameters # Name Type id string Returns # Deployment Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Deployment [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Deployment [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Deployment Parameters # Name Type name string namespace? string Returns # Deployment Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Deployment Parameters # Name Type path string Returns # Deployment Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( deployment ): Pod [] Parameters # Name Type deployment Deployment Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Deployment [] Returns # Deployment [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( deployments? ): Object Parameters # Name Type deployments? Deployment [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Deployment Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Deployment [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Deployment > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Deployment []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Deployment []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Deployment > Parameters # Name Type resourcePath string Returns # Promise < Deployment > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Deployment > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Deployment > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Deployment []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Deployment []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Deployment [] Parameters # Name Type partialItems Deployment [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Deployment [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Deployment > Parameters # Name Type item Deployment patch Patch Returns # Promise < Deployment > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Deployment []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Deployment []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Deployment Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Deployment request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): Deployment [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items Deployment [] Returns # Deployment [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Deployment [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Deployment Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Deployment > Parameters # Name Type item Deployment data Partial < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Deployment > Parameters # Name Type item Deployment request () => Promise < Deployment > Returns # Promise < Deployment > Inherited from # KubeObjectStore . updateItem","title":"Class: DeploymentStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#class-deploymentstore","text":"Renderer . K8sApi .DeploymentStore","title":"Class: DeploymentStore"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#hierarchy","text":"KubeObjectStore < Deployment > \u21b3 DeploymentStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#constructor","text":"\u2022 new DeploymentStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#api","text":"\u2022 api : DeploymentApi = deploymentApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#items","text":"\u2022 items : IObservableArray < Deployment >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#iterator","text":"\u25b8 [iterator] (): Generator < Deployment , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#create","text":"\u25b8 create ( params , data? ): Promise < Deployment >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Deployment >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Deployment []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Deployment []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbyid","text":"\u25b8 getById ( id ): Deployment","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Deployment []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Deployment","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getbypath","text":"\u25b8 getByPath ( path ): Deployment","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getchildpods","text":"\u25b8 getChildPods ( deployment ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getitems","text":"\u25b8 getItems (): Deployment []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#getstatuses","text":"\u25b8 getStatuses ( deployments? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#load","text":"\u25b8 load ( params ): Promise < Deployment >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Deployment []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Deployment >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Deployment >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Deployment []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Deployment []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Deployment >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Deployment []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): Deployment [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#update","text":"\u25b8 update ( item , data ): Promise < Deployment >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.DeploymentStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Deployment >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/","text":"Class: Endpoint # Renderer . K8sApi .Endpoint Hierarchy # KubeObject \u21b3 Endpoint Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status subsets apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Endpoint ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subsets # \u2022 subsets : IEndpointSubset [] apiBase # \u25aa Static apiBase : string = \"/api/v1/endpoints\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Endpoints\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getEndpointSubsets # \u25b8 getEndpointSubsets (): EndpointSubset [] Returns # EndpointSubset [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject toString # \u25b8 toString (): string Returns # string update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Endpoint > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Endpoint"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#class-endpoint","text":"Renderer . K8sApi .Endpoint","title":"Class: Endpoint"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#hierarchy","text":"KubeObject \u21b3 Endpoint","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#properties","text":"apiVersion kind managedFields metadata spec status subsets apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#methods","text":"delete getAge getAnnotations getEndpointSubsets getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject toString update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#constructor","text":"\u2022 new Endpoint ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#subsets","text":"\u2022 subsets : IEndpointSubset []","title":"subsets"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/endpoints\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#kind_1","text":"\u25aa Static kind : string = \"Endpoints\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getendpointsubsets","text":"\u25b8 getEndpointSubsets (): EndpointSubset []","title":"getEndpointSubsets"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#tostring","text":"\u25b8 toString (): string","title":"toString"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Endpoint/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/","text":"Class: EndpointStore # Renderer . K8sApi .EndpointStore Hierarchy # KubeObjectStore < Endpoint > \u21b3 EndpointStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new EndpointStore ( api? ) Parameters # Name Type api? KubeApi < Endpoint > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Endpoint > = endpointApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Endpoint > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Endpoint , void , undefined > Returns # Generator < Endpoint , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Endpoint [] Parameters # Name Type items Endpoint [] Returns # Endpoint [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Endpoint [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Endpoint [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Endpoint Parameters # Name Type id string Returns # Endpoint Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Endpoint [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Endpoint [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Endpoint Parameters # Name Type name string namespace? string Returns # Endpoint Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Endpoint Parameters # Name Type path string Returns # Endpoint Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Endpoint [] Returns # Endpoint [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Endpoint [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Endpoint Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Endpoint [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Endpoint []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Endpoint []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Endpoint > Parameters # Name Type resourcePath string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Endpoint > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Endpoint > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Endpoint []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Endpoint []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Endpoint [] Parameters # Name Type partialItems Endpoint [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Endpoint [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Endpoint > Parameters # Name Type item Endpoint patch Patch Returns # Promise < Endpoint > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Endpoint []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Endpoint []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Endpoint Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Endpoint request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Endpoint [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Endpoint [] the items to be sorted (default: the current items in this store) sorting ( item : Endpoint ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Endpoint [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Endpoint [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Endpoint Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Endpoint > Parameters # Name Type item Endpoint data Partial < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Endpoint > Parameters # Name Type item Endpoint request () => Promise < Endpoint > Returns # Promise < Endpoint > Inherited from # KubeObjectStore . updateItem","title":"Class: EndpointStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#class-endpointstore","text":"Renderer . K8sApi .EndpointStore","title":"Class: EndpointStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#hierarchy","text":"KubeObjectStore < Endpoint > \u21b3 EndpointStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#constructor","text":"\u2022 new EndpointStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#api","text":"\u2022 api : KubeApi < Endpoint > = endpointApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#items","text":"\u2022 items : IObservableArray < Endpoint >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#iterator","text":"\u25b8 [iterator] (): Generator < Endpoint , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#create","text":"\u25b8 create ( params , data? ): Promise < Endpoint >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Endpoint >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Endpoint []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Endpoint []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbyid","text":"\u25b8 getById ( id ): Endpoint","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Endpoint []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Endpoint","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getbypath","text":"\u25b8 getByPath ( path ): Endpoint","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getitems","text":"\u25b8 getItems (): Endpoint []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#load","text":"\u25b8 load ( params ): Promise < Endpoint >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Endpoint []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Endpoint >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Endpoint >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Endpoint []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Endpoint []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Endpoint >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Endpoint []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Endpoint [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#update","text":"\u25b8 update ( item , data ): Promise < Endpoint >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EndpointStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Endpoint >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/","text":"Class: EventStore # Renderer . K8sApi .EventStore Hierarchy # KubeObjectStore < KubeEvent > \u21b3 EventStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit saveLimit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getEventsByObject getIndexById getItems getStatuses getTotalCount getWarnings getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new EventStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < KubeEvent > = eventApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < KubeEvent > Inherited from # KubeObjectStore . items limit # \u2022 limit : number = 1000 Overrides # KubeObjectStore . limit saveLimit # \u2022 saveLimit : number = 50000 selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < KubeEvent , void , undefined > Returns # Generator < KubeEvent , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater (): void Returns # void Overrides # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): KubeEvent [] Parameters # Name Type items KubeEvent [] Returns # KubeEvent [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): KubeEvent [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # KubeEvent [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): KubeEvent Parameters # Name Type id string Returns # KubeEvent Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): KubeEvent [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # KubeEvent [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): KubeEvent Parameters # Name Type name string namespace? string Returns # KubeEvent Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): KubeEvent Parameters # Name Type path string Returns # KubeEvent Inherited from # KubeObjectStore . getByPath getEventsByObject # \u25b8 getEventsByObject ( obj ): KubeEvent [] Parameters # Name Type obj KubeObject < KubeObjectMetadata , any , any > Returns # KubeEvent [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): KubeEvent [] Returns # KubeEvent [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items KubeEvent [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount getWarnings # \u25b8 getWarnings (): KubeEvent [] Returns # KubeEvent [] getWarningsCount # \u25b8 getWarningsCount (): number Returns # number isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item KubeEvent Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems KubeEvent [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | KubeEvent []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | KubeEvent []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < KubeEvent > Parameters # Name Type resourcePath string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < KubeEvent > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < KubeEvent []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < KubeEvent []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): KubeEvent [] Parameters # Name Type partialItems KubeEvent [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # KubeEvent [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < KubeEvent > Parameters # Name Type item KubeEvent patch Patch Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | KubeEvent []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | KubeEvent []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item KubeEvent Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item KubeEvent request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): KubeEvent [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items KubeEvent [] Returns # KubeEvent [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems KubeEvent [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item KubeEvent Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < KubeEvent > Parameters # Name Type item KubeEvent data Partial < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < KubeEvent > Parameters # Name Type item KubeEvent request () => Promise < KubeEvent > Returns # Promise < KubeEvent > Inherited from # KubeObjectStore . updateItem","title":"Class: EventStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#class-eventstore","text":"Renderer . K8sApi .EventStore","title":"Class: EventStore"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#hierarchy","text":"KubeObjectStore < KubeEvent > \u21b3 EventStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit saveLimit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getEventsByObject getIndexById getItems getStatuses getTotalCount getWarnings getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#constructor","text":"\u2022 new EventStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#api","text":"\u2022 api : KubeApi < KubeEvent > = eventApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#items","text":"\u2022 items : IObservableArray < KubeEvent >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#limit","text":"\u2022 limit : number = 1000","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#savelimit","text":"\u2022 saveLimit : number = 50000","title":"saveLimit"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#iterator","text":"\u25b8 [iterator] (): Generator < KubeEvent , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater (): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#create","text":"\u25b8 create ( params , data? ): Promise < KubeEvent >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < KubeEvent >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): KubeEvent []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): KubeEvent []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbyid","text":"\u25b8 getById ( id ): KubeEvent","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): KubeEvent []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): KubeEvent","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getbypath","text":"\u25b8 getByPath ( path ): KubeEvent","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#geteventsbyobject","text":"\u25b8 getEventsByObject ( obj ): KubeEvent []","title":"getEventsByObject"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getitems","text":"\u25b8 getItems (): KubeEvent []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getwarnings","text":"\u25b8 getWarnings (): KubeEvent []","title":"getWarnings"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#getwarningscount","text":"\u25b8 getWarningsCount (): number","title":"getWarningsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#load","text":"\u25b8 load ( params ): Promise < KubeEvent >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | KubeEvent []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < KubeEvent >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < KubeEvent >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < KubeEvent []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): KubeEvent []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < KubeEvent >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | KubeEvent []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): KubeEvent [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#update","text":"\u25b8 update ( item , data ): Promise < KubeEvent >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.EventStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < KubeEvent >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/","text":"Class: HPAStore # Renderer . K8sApi .HPAStore Hierarchy # KubeObjectStore < HorizontalPodAutoscaler > \u21b3 HPAStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new HPAStore ( api? ) Parameters # Name Type api? KubeApi < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < HorizontalPodAutoscaler > = hpaApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < HorizontalPodAutoscaler , void , undefined > Returns # Generator < HorizontalPodAutoscaler , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): HorizontalPodAutoscaler [] Parameters # Name Type items HorizontalPodAutoscaler [] Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): HorizontalPodAutoscaler [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): HorizontalPodAutoscaler Parameters # Name Type id string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): HorizontalPodAutoscaler [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): HorizontalPodAutoscaler Parameters # Name Type name string namespace? string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): HorizontalPodAutoscaler Parameters # Name Type path string Returns # HorizontalPodAutoscaler Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): HorizontalPodAutoscaler [] Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items HorizontalPodAutoscaler [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item HorizontalPodAutoscaler Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems HorizontalPodAutoscaler [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | HorizontalPodAutoscaler []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < HorizontalPodAutoscaler > Parameters # Name Type resourcePath string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < HorizontalPodAutoscaler > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < HorizontalPodAutoscaler []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): HorizontalPodAutoscaler [] Parameters # Name Type partialItems HorizontalPodAutoscaler [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler patch Patch Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | HorizontalPodAutoscaler []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | HorizontalPodAutoscaler []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item HorizontalPodAutoscaler Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item HorizontalPodAutoscaler request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): HorizontalPodAutoscaler [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items HorizontalPodAutoscaler [] the items to be sorted (default: the current items in this store) sorting ( item : HorizontalPodAutoscaler ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # HorizontalPodAutoscaler [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems HorizontalPodAutoscaler [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item HorizontalPodAutoscaler Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler data Partial < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < HorizontalPodAutoscaler > Parameters # Name Type item HorizontalPodAutoscaler request () => Promise < HorizontalPodAutoscaler > Returns # Promise < HorizontalPodAutoscaler > Inherited from # KubeObjectStore . updateItem","title":"Class: HPAStore"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#class-hpastore","text":"Renderer . K8sApi .HPAStore","title":"Class: HPAStore"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#hierarchy","text":"KubeObjectStore < HorizontalPodAutoscaler > \u21b3 HPAStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#constructor","text":"\u2022 new HPAStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#api","text":"\u2022 api : KubeApi < HorizontalPodAutoscaler > = hpaApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#items","text":"\u2022 items : IObservableArray < HorizontalPodAutoscaler >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#iterator","text":"\u25b8 [iterator] (): Generator < HorizontalPodAutoscaler , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#create","text":"\u25b8 create ( params , data? ): Promise < HorizontalPodAutoscaler >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < HorizontalPodAutoscaler >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): HorizontalPodAutoscaler []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): HorizontalPodAutoscaler []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbyid","text":"\u25b8 getById ( id ): HorizontalPodAutoscaler","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): HorizontalPodAutoscaler []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): HorizontalPodAutoscaler","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getbypath","text":"\u25b8 getByPath ( path ): HorizontalPodAutoscaler","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getitems","text":"\u25b8 getItems (): HorizontalPodAutoscaler []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#load","text":"\u25b8 load ( params ): Promise < HorizontalPodAutoscaler >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | HorizontalPodAutoscaler []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < HorizontalPodAutoscaler >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < HorizontalPodAutoscaler >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < HorizontalPodAutoscaler []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): HorizontalPodAutoscaler []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < HorizontalPodAutoscaler >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | HorizontalPodAutoscaler []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): HorizontalPodAutoscaler [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#update","text":"\u25b8 update ( item , data ): Promise < HorizontalPodAutoscaler >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.HPAStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < HorizontalPodAutoscaler >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/","text":"Class: HorizontalPodAutoscaler # Renderer . K8sApi .HorizontalPodAutoscaler Hierarchy # KubeObject \u21b3 HorizontalPodAutoscaler Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new HorizontalPodAutoscaler ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type maxReplicas number metrics IHpaMetric [] minReplicas number scaleTargetRef Object scaleTargetRef.apiVersion string scaleTargetRef.kind string scaleTargetRef.name string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type conditions { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type : string }[] currentMetrics IHpaMetric [] currentReplicas number desiredReplicas number Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"HorizontalPodAutoscaler\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[] Returns # { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[] getCurrentMetrics # \u25b8 getCurrentMetrics (): IHpaMetric [] Returns # IHpaMetric [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMaxPods # \u25b8 getMaxPods (): number Returns # number getMetricName # \u25b8 Protected getMetricName ( metric ): string Parameters # Name Type metric IHpaMetric Returns # string getMetricValues # \u25b8 getMetricValues ( metric ): string Parameters # Name Type metric IHpaMetric Returns # string getMetrics # \u25b8 getMetrics (): IHpaMetric [] Returns # IHpaMetric [] getMinPods # \u25b8 getMinPods (): number Returns # number getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < HorizontalPodAutoscaler > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#class-horizontalpodautoscaler","text":"Renderer . K8sApi .HorizontalPodAutoscaler","title":"Class: HorizontalPodAutoscaler"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#hierarchy","text":"KubeObject \u21b3 HorizontalPodAutoscaler","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#methods","text":"delete getAge getAnnotations getConditions getCurrentMetrics getFinalizers getId getLabels getMaxPods getMetricName getMetricValues getMetrics getMinPods getName getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#constructor","text":"\u2022 new HorizontalPodAutoscaler ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#apibase","text":"\u25aa Static apiBase : string = \"/apis/autoscaling/v2beta1/horizontalpodautoscalers\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#kind_1","text":"\u25aa Static kind : string = \"HorizontalPodAutoscaler\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getconditions","text":"\u25b8 getConditions (): { isReady : boolean ; lastTransitionTime : string ; message : string ; reason : string ; status : string ; tooltip : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getcurrentmetrics","text":"\u25b8 getCurrentMetrics (): IHpaMetric []","title":"getCurrentMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmaxpods","text":"\u25b8 getMaxPods (): number","title":"getMaxPods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetricname","text":"\u25b8 Protected getMetricName ( metric ): string","title":"getMetricName"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetricvalues","text":"\u25b8 getMetricValues ( metric ): string","title":"getMetricValues"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getmetrics","text":"\u25b8 getMetrics (): IHpaMetric []","title":"getMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getminpods","text":"\u25b8 getMinPods (): number","title":"getMinPods"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/","text":"Class: Ingress # Renderer . K8sApi .Ingress Hierarchy # KubeObject \u21b3 Ingress Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Ingress ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type Description backend? IExtensionsBackend - defaultBackend? RequireExactlyOne < INetworkingBackend & { resource : { apiGroup : string ; kind : string ; name : string } }, \"resource\" | \"service\" > The default backend which is exactly on of: - service - resource rules? { host? : string ; http : { paths : { backend : IIngressBackend ; path? : string }[] } }[] - tls { secretName : string }[] - Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type loadBalancer Object loadBalancer.ingress ILoadBalancerIngress [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/ingresses\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Ingress\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getHosts # \u25b8 getHosts (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLoadBalancers # \u25b8 getLoadBalancers (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPorts # \u25b8 getPorts (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRoutes # \u25b8 getRoutes (): string [] Returns # string [] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getServiceNamePort # \u25b8 getServiceNamePort (): IExtensionsBackend Returns # IExtensionsBackend getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Ingress > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Ingress"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#class-ingress","text":"Renderer . K8sApi .Ingress","title":"Class: Ingress"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#hierarchy","text":"KubeObject \u21b3 Ingress","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#methods","text":"delete getAge getAnnotations getFinalizers getHosts getId getLabels getLoadBalancers getName getNs getOwnerRefs getPorts getResourceVersion getRoutes getSearchFields getServiceNamePort getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#constructor","text":"\u2022 new Ingress ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/ingresses\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#kind_1","text":"\u25aa Static kind : string = \"Ingress\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#gethosts","text":"\u25b8 getHosts (): string []","title":"getHosts"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getloadbalancers","text":"\u25b8 getLoadBalancers (): string []","title":"getLoadBalancers"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getports","text":"\u25b8 getPorts (): string","title":"getPorts"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getroutes","text":"\u25b8 getRoutes (): string []","title":"getRoutes"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#getservicenameport","text":"\u25b8 getServiceNamePort (): IExtensionsBackend","title":"getServiceNamePort"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Ingress/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/","text":"Class: IngressApi # Renderer . K8sApi .IngressApi Hierarchy # KubeApi < Ingress > \u21b3 IngressApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new IngressApi ( options ) Parameters # Name Type options IKubeApiOptions < Ingress > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Ingress > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Ingress > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Ingress > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Ingress > Returns # Promise < Ingress > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Ingress > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Ingress > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Ingress []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Ingress []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Ingress | Ingress [] Parameters # Name Type data unknown namespace? string Returns # Ingress | Ingress [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Ingress > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Ingress > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Ingress > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Ingress []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Ingress []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Ingress > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Ingress > Returns # Promise < Ingress > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: IngressApi"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#class-ingressapi","text":"Renderer . K8sApi .IngressApi","title":"Class: IngressApi"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#hierarchy","text":"KubeApi < Ingress > \u21b3 IngressApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#constructor","text":"\u2022 new IngressApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Ingress >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Ingress >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Ingress >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Ingress >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Ingress []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Ingress | Ingress []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Ingress >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Ingress []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Ingress >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/","text":"Class: IngressStore # Renderer . K8sApi .IngressStore Hierarchy # KubeObjectStore < Ingress > \u21b3 IngressStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new IngressStore ( api? ) Parameters # Name Type api? KubeApi < Ingress > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : IngressApi = ingressApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Ingress > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Ingress , void , undefined > Returns # Generator < Ingress , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Ingress [] Parameters # Name Type items Ingress [] Returns # Ingress [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Ingress [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Ingress [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Ingress Parameters # Name Type id string Returns # Ingress Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Ingress [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Ingress [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Ingress Parameters # Name Type name string namespace? string Returns # Ingress Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Ingress Parameters # Name Type path string Returns # Ingress Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Ingress [] Returns # Ingress [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Ingress [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Ingress Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Ingress [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Ingress > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Ingress []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Ingress []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Ingress > Parameters # Name Type resourcePath string Returns # Promise < Ingress > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Ingress > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Ingress > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Ingress []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Ingress []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Ingress [] Parameters # Name Type partialItems Ingress [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Ingress [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Ingress > Parameters # Name Type item Ingress patch Patch Returns # Promise < Ingress > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Ingress []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Ingress []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Ingress Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Ingress request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Ingress [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Ingress [] the items to be sorted (default: the current items in this store) sorting ( item : Ingress ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Ingress [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Ingress [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Ingress Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Ingress > Parameters # Name Type item Ingress data Partial < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Ingress > Parameters # Name Type item Ingress request () => Promise < Ingress > Returns # Promise < Ingress > Inherited from # KubeObjectStore . updateItem","title":"Class: IngressStore"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#class-ingressstore","text":"Renderer . K8sApi .IngressStore","title":"Class: IngressStore"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#hierarchy","text":"KubeObjectStore < Ingress > \u21b3 IngressStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#constructor","text":"\u2022 new IngressStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#api","text":"\u2022 api : IngressApi = ingressApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#items","text":"\u2022 items : IObservableArray < Ingress >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#iterator","text":"\u25b8 [iterator] (): Generator < Ingress , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#create","text":"\u25b8 create ( params , data? ): Promise < Ingress >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Ingress >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Ingress []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Ingress []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbyid","text":"\u25b8 getById ( id ): Ingress","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Ingress []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Ingress","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getbypath","text":"\u25b8 getByPath ( path ): Ingress","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getitems","text":"\u25b8 getItems (): Ingress []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#load","text":"\u25b8 load ( params ): Promise < Ingress >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Ingress []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Ingress >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Ingress >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Ingress []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Ingress []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Ingress >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Ingress []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Ingress [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#update","text":"\u25b8 update ( item , data ): Promise < Ingress >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.IngressStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Ingress >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/","text":"Class: Job # Renderer . K8sApi .Job Hierarchy # WorkloadKubeObject \u21b3 Job Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Job ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type backoffLimit? number completions? number containers? IPodContainer [] dnsPolicy? string parallelism? number restartPolicy? string schedulerName? string selector? LabelSelector serviceAccount? string serviceAccountName? string template Object template.metadata Object template.metadata.annotations? Object template.metadata.creationTimestamp? string template.metadata.labels? Object template.spec Object template.spec.affinity? IAffinity template.spec.containers IPodContainer [] template.spec.dnsPolicy string template.spec.hostPID boolean template.spec.nodeSelector? Object template.spec.restartPolicy string template.spec.schedulerName string template.spec.terminationGracePeriodSeconds number template.spec.tolerations? { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] terminationGracePeriodSeconds? number Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type completionTime string conditions { lastProbeTime : string ; lastTransitionTime : string ; message? : string ; status : string ; type : string }[] startTime string succeeded number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/batch/v1/jobs\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Job\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getCompletions # \u25b8 getCompletions (): number Returns # number getCondition # \u25b8 getCondition (): Object Returns # Object Name Type lastProbeTime string lastTransitionTime string message? string status string type string getDesiredCompletions # \u25b8 getDesiredCompletions (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getParallelism # \u25b8 getParallelism (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Job > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Job"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#class-job","text":"Renderer . K8sApi .Job","title":"Class: Job"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#hierarchy","text":"WorkloadKubeObject \u21b3 Job","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCompletions getCondition getDesiredCompletions getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getParallelism getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#constructor","text":"\u2022 new Job ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#apibase","text":"\u25aa Static apiBase : string = \"/apis/batch/v1/jobs\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#kind_1","text":"\u25aa Static kind : string = \"Job\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getcompletions","text":"\u25b8 getCompletions (): number","title":"getCompletions"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getcondition","text":"\u25b8 getCondition (): Object","title":"getCondition"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getdesiredcompletions","text":"\u25b8 getDesiredCompletions (): number","title":"getDesiredCompletions"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getparallelism","text":"\u25b8 getParallelism (): number","title":"getParallelism"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Job/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/","text":"Class: JobStore # Renderer . K8sApi .JobStore Hierarchy # KubeObjectStore < Job > \u21b3 JobStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getJobsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new JobStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : JobApi = jobApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Job > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Job , void , undefined > Returns # Generator < Job , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Job [] Parameters # Name Type items Job [] Returns # Job [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Job [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Job [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Job Parameters # Name Type id string Returns # Job Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Job [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Job [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Job Parameters # Name Type name string namespace? string Returns # Job Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Job Parameters # Name Type path string Returns # Job Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( job ): Pod [] Parameters # Name Type job Job Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Job [] Returns # Job [] Inherited from # KubeObjectStore . getItems getJobsByOwner # \u25b8 getJobsByOwner ( cronJob ): Job [] Parameters # Name Type cronJob CronJob Returns # Job [] getStatuses # \u25b8 getStatuses ( jobs? ): Object Parameters # Name Type jobs? Job [] Returns # Object Name Type failed number pending number running number succeeded number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Job Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Job [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Job > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Job []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Job []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Job > Parameters # Name Type resourcePath string Returns # Promise < Job > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Job > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Job > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Job []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Job []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Job [] Parameters # Name Type partialItems Job [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Job [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Job > Parameters # Name Type item Job patch Patch Returns # Promise < Job > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Job []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Job []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Job Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Job request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Job [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Job [] the items to be sorted (default: the current items in this store) sorting ( item : Job ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Job [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Job [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Job Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Job > Parameters # Name Type item Job data Partial < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Job > Parameters # Name Type item Job request () => Promise < Job > Returns # Promise < Job > Inherited from # KubeObjectStore . updateItem","title":"Class: JobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#class-jobstore","text":"Renderer . K8sApi .JobStore","title":"Class: JobStore"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#hierarchy","text":"KubeObjectStore < Job > \u21b3 JobStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getJobsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#constructor","text":"\u2022 new JobStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#api","text":"\u2022 api : JobApi = jobApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#items","text":"\u2022 items : IObservableArray < Job >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#iterator","text":"\u25b8 [iterator] (): Generator < Job , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#create","text":"\u25b8 create ( params , data? ): Promise < Job >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Job >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Job []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Job []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbyid","text":"\u25b8 getById ( id ): Job","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Job []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Job","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getbypath","text":"\u25b8 getByPath ( path ): Job","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getchildpods","text":"\u25b8 getChildPods ( job ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getitems","text":"\u25b8 getItems (): Job []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getjobsbyowner","text":"\u25b8 getJobsByOwner ( cronJob ): Job []","title":"getJobsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#getstatuses","text":"\u25b8 getStatuses ( jobs? ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#load","text":"\u25b8 load ( params ): Promise < Job >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Job []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Job >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Job >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Job []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Job []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Job >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Job []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Job [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#update","text":"\u25b8 update ( item , data ): Promise < Job >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.JobStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Job >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/","text":"Class: KubeApi # Renderer . K8sApi .KubeApi Type parameters # Name Type T extends KubeObject Hierarchy # KubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new KubeApi < T >( options ) Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type options IKubeApiOptions < T > Properties # apiBase # \u2022 apiBase : string apiGroup # \u2022 apiGroup : string apiPrefix # \u2022 apiPrefix : string apiResource # \u2022 Readonly apiResource : string apiVersion # \u2022 Readonly apiVersion : string apiVersionPreferred # \u2022 Optional apiVersionPreferred : string isNamespaced # \u2022 Readonly isNamespaced : boolean kind # \u2022 Readonly kind : string objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < T > options # \u2022 Protected options : IKubeApiOptions < T > request # \u2022 Protected request : KubeJsonApi resourceVersions # \u2022 Protected resourceVersions : Map < string , string > watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > create # \u25b8 create ( __namedParameters , data? ): Promise < T > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < T > Returns # Promise < T > delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > get # \u25b8 get ( desc , query? ): Promise < T > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < T > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string list # \u25b8 list ( __namedParameters? , query? ): Promise < T []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < T []> modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): T | T [] Parameters # Name Type data unknown namespace? string Returns # T | T [] patch # \u25b8 patch ( desc , data? , strategy? ): Promise < T > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < T > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < T > refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < T []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < T []> setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void update # \u25b8 update ( __namedParameters , data ): Promise < T > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < T > Returns # Promise < T > watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void","title":"Class: KubeApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#class-kubeapit","text":"Renderer . K8sApi .KubeApi","title":"Class: KubeApi<T>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#type-parameters","text":"Name Type T extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#hierarchy","text":"KubeApi \u21b3 PodsApi \u21b3 NodesApi \u21b3 DeploymentApi \u21b3 IngressApi \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#constructor","text":"\u2022 new KubeApi < T >( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < T >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#options","text":"\u2022 Protected options : IKubeApiOptions < T >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < T >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#get","text":"\u25b8 get ( desc , query? ): Promise < T >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < T []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): T | T []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < T []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < T >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/","text":"Class: KubeEvent # Renderer . K8sApi .KubeEvent Hierarchy # KubeObject \u21b3 KubeEvent Table of contents # Constructors # constructor Properties # apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp managedFields message metadata reason reportingComponent reportingInstance source spec status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeEvent ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion count # \u2022 count : number eventTime # \u2022 eventTime : null firstTimestamp # \u2022 firstTimestamp : string involvedObject # \u2022 involvedObject : Object 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 lastTimestamp # \u2022 lastTimestamp : string managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields message # \u2022 message : string metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata reason # \u2022 reason : string reportingComponent # \u2022 reportingComponent : string reportingInstance # \u2022 reportingInstance : string source # \u2022 source : Object Type declaration # Name Type component string host string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status type # \u2022 type : string apiBase # \u25aa Static apiBase : string = \"/api/v1/events\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Event\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getFirstSeenTime # \u25b8 getFirstSeenTime (): string Returns # string getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLastSeenTime # \u25b8 getLastSeenTime (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSource # \u25b8 getSource (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow isWarning # \u25b8 isWarning (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeEvent > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#class-kubeevent","text":"Renderer . K8sApi .KubeEvent","title":"Class: KubeEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#hierarchy","text":"KubeObject \u21b3 KubeEvent","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#properties","text":"apiVersion count eventTime firstTimestamp involvedObject kind lastTimestamp managedFields message metadata reason reportingComponent reportingInstance source spec status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#methods","text":"delete getAge getAnnotations getFinalizers getFirstSeenTime getId getLabels getLastSeenTime getName getNs getOwnerRefs getResourceVersion getSearchFields getSource getTimeDiffFromNow isWarning patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#constructor","text":"\u2022 new KubeEvent ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#count","text":"\u2022 count : number","title":"count"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#eventtime","text":"\u2022 eventTime : null","title":"eventTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#firsttimestamp","text":"\u2022 firstTimestamp : string","title":"firstTimestamp"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#involvedobject","text":"\u2022 involvedObject : Object","title":"involvedObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#lasttimestamp","text":"\u2022 lastTimestamp : string","title":"lastTimestamp"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#message","text":"\u2022 message : string","title":"message"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reason","text":"\u2022 reason : string","title":"reason"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reportingcomponent","text":"\u2022 reportingComponent : string","title":"reportingComponent"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#reportinginstance","text":"\u2022 reportingInstance : string","title":"reportingInstance"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#source","text":"\u2022 source : Object","title":"source"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#type","text":"\u2022 type : string","title":"type"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/events\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#kind_1","text":"\u25aa Static kind : string = \"Event\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getfirstseentime","text":"\u25b8 getFirstSeenTime (): string","title":"getFirstSeenTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getlastseentime","text":"\u25b8 getLastSeenTime (): string","title":"getLastSeenTime"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#getsource","text":"\u25b8 getSource (): string","title":"getSource"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iswarning","text":"\u25b8 isWarning (): boolean","title":"isWarning"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeEvent/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/","text":"Class: KubeJsonApi # Renderer . K8sApi .KubeJsonApi Hierarchy # JsonApi < KubeJsonApiData > \u21b3 KubeJsonApi Table of contents # Constructors # constructor Properties # config onData onError reqInit configDefault reqInitDefault Methods # del get getResponse parseError parseResponse patch post put request writeLog forCluster Constructors # constructor # \u2022 new KubeJsonApi ( config , reqInit? ) Parameters # Name Type config JsonApiConfig reqInit? RequestInit Inherited from # JsonApi.constructor Properties # config # \u2022 Readonly config : JsonApiConfig Inherited from # JsonApi.config onData # \u2022 onData : EventEmitter <[ KubeJsonApiData , Response ]> Inherited from # JsonApi.onData onError # \u2022 onError : EventEmitter <[ JsonApiErrorParsed , Response ]> Inherited from # JsonApi.onError reqInit # \u2022 Protected Optional reqInit : RequestInit Inherited from # JsonApi.reqInit configDefault # \u25aa Static configDefault : Partial < JsonApiConfig > Inherited from # JsonApi.configDefault reqInitDefault # \u25aa Static reqInitDefault : RequestInit Inherited from # JsonApi.reqInitDefault Methods # del # \u25b8 del < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.del get # \u25b8 get < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.get getResponse # \u25b8 getResponse ( path , params? , init? ): Promise < Response > Parameters # Name Type path string params? JsonApiParams < any > init RequestInit Returns # Promise < Response > Inherited from # JsonApi.getResponse parseError # \u25b8 Protected parseError ( error , res ): string [] Parameters # Name Type error any res Response Returns # string [] Overrides # JsonApi.parseError parseResponse # \u25b8 Protected parseResponse < D >( res , log ): Promise < D > Type parameters # Name D Parameters # Name Type res Response log JsonApiLog Returns # Promise < D > Inherited from # JsonApi.parseResponse patch # \u25b8 patch < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.patch post # \u25b8 post < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.post put # \u25b8 put < T >( path , params? , reqInit? ): Promise < T > Type parameters # Name Type T KubeJsonApiData Parameters # Name Type path string params? JsonApiParams < any > reqInit RequestInit Returns # Promise < T > Inherited from # JsonApi.put request # \u25b8 Protected request < D >( path , params? , init? ): Promise < D > Type parameters # Name D Parameters # Name Type path string params? JsonApiParams < any > init RequestInit Returns # Promise < D > Inherited from # JsonApi.request writeLog # \u25b8 Protected writeLog ( log ): void Parameters # Name Type log JsonApiLog Returns # void Inherited from # JsonApi.writeLog forCluster # \u25b8 Static forCluster ( clusterId ): KubeJsonApi Parameters # Name Type clusterId string Returns # KubeJsonApi","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#class-kubejsonapi","text":"Renderer . K8sApi .KubeJsonApi","title":"Class: KubeJsonApi"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#hierarchy","text":"JsonApi < KubeJsonApiData > \u21b3 KubeJsonApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#properties","text":"config onData onError reqInit configDefault reqInitDefault","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#methods","text":"del get getResponse parseError parseResponse patch post put request writeLog forCluster","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#constructor","text":"\u2022 new KubeJsonApi ( config , reqInit? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#config","text":"\u2022 Readonly config : JsonApiConfig","title":"config"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#ondata","text":"\u2022 onData : EventEmitter <[ KubeJsonApiData , Response ]>","title":"onData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#onerror","text":"\u2022 onError : EventEmitter <[ JsonApiErrorParsed , Response ]>","title":"onError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#reqinit","text":"\u2022 Protected Optional reqInit : RequestInit","title":"reqInit"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#configdefault","text":"\u25aa Static configDefault : Partial < JsonApiConfig >","title":"configDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#reqinitdefault","text":"\u25aa Static reqInitDefault : RequestInit","title":"reqInitDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#del","text":"\u25b8 del < T >( path , params? , reqInit? ): Promise < T >","title":"del"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#get","text":"\u25b8 get < T >( path , params? , reqInit? ): Promise < T >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#getresponse","text":"\u25b8 getResponse ( path , params? , init? ): Promise < Response >","title":"getResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#parseerror","text":"\u25b8 Protected parseError ( error , res ): string []","title":"parseError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#parseresponse","text":"\u25b8 Protected parseResponse < D >( res , log ): Promise < D >","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#patch","text":"\u25b8 patch < T >( path , params? , reqInit? ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#post","text":"\u25b8 post < T >( path , params? , reqInit? ): Promise < T >","title":"post"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#put","text":"\u25b8 put < T >( path , params? , reqInit? ): Promise < T >","title":"put"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#request","text":"\u25b8 Protected request < D >( path , params? , init? ): Promise < D >","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#writelog","text":"\u25b8 Protected writeLog ( log ): void","title":"writeLog"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeJsonApi/#forcluster","text":"\u25b8 Static forCluster ( clusterId ): KubeJsonApi","title":"forCluster"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/","text":"Class: KubeObject # Renderer . K8sApi .KubeObject Type parameters # Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any Hierarchy # KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition Implements # ItemObject Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new KubeObject < Metadata , Status , Spec >( data ) Type parameters # Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any Parameters # Name Type data KubeJsonApiData Properties # apiVersion # \u2022 apiVersion : string kind # \u2022 kind : string managedFields # \u2022 Optional managedFields : any metadata # \u2022 metadata : Metadata spec # \u2022 Optional spec : Spec status # \u2022 Optional status : Status apiBase # \u25aa Static Optional Readonly apiBase : string kind # \u25aa Static Optional Readonly kind : string namespaced # \u25aa Static Optional Readonly namespaced : boolean Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Implementation of # ItemObject.getId getLabels # \u25b8 getLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Implementation of # ItemObject.getName getNs # \u25b8 getNs (): string Returns # string getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > toPlainObject # \u25b8 toPlainObject (): object Returns # object update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < KubeObject < Metadata , Status , Spec >> Returns # Promise < KubeJsonApiData > create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string []","title":"Class: KubeObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#class-kubeobjectmetadata-status-spec","text":"Renderer . K8sApi .KubeObject","title":"Class: KubeObject<Metadata, Status, Spec>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#type-parameters","text":"Name Type Metadata extends KubeObjectMetadata``KubeObjectMetadata Status any Spec any","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#hierarchy","text":"KubeObject \u21b3 Node \u21b3 CronJob \u21b3 ConfigMap \u21b3 Secret \u21b3 ResourceQuota \u21b3 LimitRange \u21b3 HorizontalPodAutoscaler \u21b3 PodDisruptionBudget \u21b3 Service \u21b3 Endpoint \u21b3 Ingress \u21b3 NetworkPolicy \u21b3 PersistentVolume \u21b3 PersistentVolumeClaim \u21b3 StorageClass \u21b3 Namespace \u21b3 KubeEvent \u21b3 ServiceAccount \u21b3 Role \u21b3 RoleBinding \u21b3 ClusterRole \u21b3 ClusterRoleBinding \u21b3 CustomResourceDefinition","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#implements","text":"ItemObject","title":"Implements"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#constructor","text":"\u2022 new KubeObject < Metadata , Status , Spec >( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#spec","text":"\u2022 Optional spec : Spec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#status","text":"\u2022 Optional status : Status","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#apibase","text":"\u25aa Static Optional Readonly apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#kind_1","text":"\u25aa Static Optional Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#namespaced","text":"\u25aa Static Optional Readonly namespaced : boolean","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObject/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/","text":"Class: KubeObjectStore # Renderer . K8sApi .KubeObjectStore Type parameters # Name Type T extends KubeObject Hierarchy # ItemStore < T > \u21b3 KubeObjectStore \u21b3\u21b3 EventStore \u21b3\u21b3 PodsStore \u21b3\u21b3 NodesStore \u21b3\u21b3 DeploymentStore \u21b3\u21b3 DaemonSetStore \u21b3\u21b3 StatefulSetStore \u21b3\u21b3 JobStore \u21b3\u21b3 CronJobStore \u21b3\u21b3 ConfigMapsStore \u21b3\u21b3 SecretsStore \u21b3\u21b3 ReplicaSetStore \u21b3\u21b3 ResourceQuotasStore \u21b3\u21b3 LimitRangesStore \u21b3\u21b3 HPAStore \u21b3\u21b3 PodDisruptionBudgetsStore \u21b3\u21b3 ServiceStore \u21b3\u21b3 EndpointStore \u21b3\u21b3 IngressStore \u21b3\u21b3 NetworkPolicyStore \u21b3\u21b3 PersistentVolumesStore \u21b3\u21b3 VolumeClaimStore \u21b3\u21b3 StorageClassStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 ServiceAccountsStore \u21b3\u21b3 RolesStore \u21b3\u21b3 RoleBindingsStore \u21b3\u21b3 CRDStore \u21b3\u21b3 CRDResourceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new KubeObjectStore < T >( api? ) Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type api? KubeApi < T > Overrides # ItemStore.constructor Properties # api # \u2022 api : KubeApi < T > bufferSize # \u2022 Readonly bufferSize : number = 50000 eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> failedLoading # \u2022 failedLoading : boolean = false Inherited from # ItemStore.failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # ItemStore.isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # ItemStore.isLoading items # \u2022 items : IObservableArray < T > Inherited from # ItemStore.items limit # \u2022 Optional Readonly limit : number selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # ItemStore.selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext contextItems # \u2022 get contextItems (): T [] Returns # T [] contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # ItemStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < T , void , undefined > Returns # Generator < T , void , undefined > Inherited from # ItemStore.__@iterator@2308 bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void create # \u25b8 create ( params , data? ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < T > Returns # Promise < T > createItem # \u25b8 Protected createItem ( params , data? ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < T > Returns # Promise < T > Overrides # ItemStore.createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # ItemStore.defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): T [] Parameters # Name Type items T [] Returns # T [] getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): T [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # T [] getById # \u25b8 getById ( id ): T Parameters # Name Type id string Returns # T getByLabel # \u25b8 getByLabel ( labels ): T [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # T [] getByName # \u25b8 getByName ( name , namespace? ): T Parameters # Name Type name string namespace? string Returns # T Overrides # ItemStore.getByName getByPath # \u25b8 getByPath ( path ): T Parameters # Name Type path string Returns # T getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # ItemStore.getIndexById getItems # \u25b8 getItems (): T [] Returns # T [] Inherited from # ItemStore.getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items T [] Returns # Record < string , number > getTotalCount # \u25b8 getTotalCount (): number Returns # number Overrides # ItemStore.getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item T Returns # boolean Inherited from # ItemStore.isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems T [] Returns # boolean Inherited from # ItemStore.isSelectedAll load # \u25b8 load ( params ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < T > loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | T []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | T []> Overrides # ItemStore.loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < T > Parameters # Name Type resourcePath string Returns # Promise < T > loadItem # \u25b8 Protected loadItem ( params ): Promise < T > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < T > Overrides # ItemStore.loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < T []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < T []> Overrides # ItemStore.loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): T [] Parameters # Name Type partialItems T [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # T [] patch # \u25b8 patch ( item , patch ): Promise < T > Parameters # Name Type item T patch Patch Returns # Promise < T > reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | T []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | T []> remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item T Returns # Promise < void > removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item T request () => Promise < any > Returns # Promise < void > Inherited from # ItemStore.removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Overrides # ItemStore.removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # ItemStore.reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # ItemStore.resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): T [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items T [] the items to be sorted (default: the current items in this store) sorting ( item : T ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # T [] Inherited from # ItemStore.sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems T [] Returns # void Inherited from # ItemStore.toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item T Returns # void Inherited from # ItemStore.unselect update # \u25b8 update ( item , data ): Promise < T > Parameters # Name Type item T data Partial < T > Returns # Promise < T > updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void updateItem # \u25b8 Protected updateItem ( item , request ): Promise < T > Parameters # Name Type item T request () => Promise < T > Returns # Promise < T > Inherited from # ItemStore.updateItem","title":"Class: KubeObjectStore"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#class-kubeobjectstoret","text":"Renderer . K8sApi .KubeObjectStore","title":"Class: KubeObjectStore<T>"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#type-parameters","text":"Name Type T extends KubeObject","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#hierarchy","text":"ItemStore < T > \u21b3 KubeObjectStore \u21b3\u21b3 EventStore \u21b3\u21b3 PodsStore \u21b3\u21b3 NodesStore \u21b3\u21b3 DeploymentStore \u21b3\u21b3 DaemonSetStore \u21b3\u21b3 StatefulSetStore \u21b3\u21b3 JobStore \u21b3\u21b3 CronJobStore \u21b3\u21b3 ConfigMapsStore \u21b3\u21b3 SecretsStore \u21b3\u21b3 ReplicaSetStore \u21b3\u21b3 ResourceQuotasStore \u21b3\u21b3 LimitRangesStore \u21b3\u21b3 HPAStore \u21b3\u21b3 PodDisruptionBudgetsStore \u21b3\u21b3 ServiceStore \u21b3\u21b3 EndpointStore \u21b3\u21b3 IngressStore \u21b3\u21b3 NetworkPolicyStore \u21b3\u21b3 PersistentVolumesStore \u21b3\u21b3 VolumeClaimStore \u21b3\u21b3 StorageClassStore \u21b3\u21b3 NamespaceStore \u21b3\u21b3 ServiceAccountsStore \u21b3\u21b3 RolesStore \u21b3\u21b3 RoleBindingsStore \u21b3\u21b3 CRDStore \u21b3\u21b3 CRDResourceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#constructor","text":"\u2022 new KubeObjectStore < T >( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#api","text":"\u2022 api : KubeApi < T >","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#items","text":"\u2022 items : IObservableArray < T >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#iterator","text":"\u25b8 [iterator] (): Generator < T , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#create","text":"\u25b8 create ( params , data? ): Promise < T >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < T >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): T []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): T []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbyid","text":"\u25b8 getById ( id ): T","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): T []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): T","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getbypath","text":"\u25b8 getByPath ( path ): T","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getitems","text":"\u25b8 getItems (): T []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#load","text":"\u25b8 load ( params ): Promise < T >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | T []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < T >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < T >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < T []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): T []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < T >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | T []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): T [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#update","text":"\u25b8 update ( item , data ): Promise < T >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeObjectStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < T >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/","text":"Class: KubeStatus # Renderer . K8sApi .KubeStatus Table of contents # Constructors # constructor Properties # apiVersion code kind message reason Constructors # constructor # \u2022 new KubeStatus ( data ) Parameters # Name Type data KubeStatusData Properties # apiVersion # \u2022 Readonly apiVersion : string code # \u2022 Readonly code : number kind # \u2022 Readonly kind : \"Status\" message # \u2022 Readonly message : string reason # \u2022 Readonly reason : string","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#class-kubestatus","text":"Renderer . K8sApi .KubeStatus","title":"Class: KubeStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#properties","text":"apiVersion code kind message reason","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#constructor","text":"\u2022 new KubeStatus ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#code","text":"\u2022 Readonly code : number","title":"code"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#kind","text":"\u2022 Readonly kind : \"Status\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#message","text":"\u2022 Readonly message : string","title":"message"},{"location":"extensions/api/classes/Renderer.K8sApi.KubeStatus/#reason","text":"\u2022 Readonly reason : string","title":"reason"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/","text":"Class: LimitRange # Renderer . K8sApi .LimitRange Hierarchy # KubeObject \u21b3 LimitRange Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getContainerLimits getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new LimitRange ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type limits LimitRangeItem [] Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/limitranges\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"LimitRange\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getContainerLimits # \u25b8 getContainerLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPVCLimits # \u25b8 getPVCLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getPodLimits # \u25b8 getPodLimits (): LimitRangeItem [] Returns # LimitRangeItem [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < LimitRange > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: LimitRange"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#class-limitrange","text":"Renderer . K8sApi .LimitRange","title":"Class: LimitRange"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#hierarchy","text":"KubeObject \u21b3 LimitRange","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#methods","text":"delete getAge getAnnotations getContainerLimits getFinalizers getId getLabels getName getNs getOwnerRefs getPVCLimits getPodLimits getResourceVersion getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#constructor","text":"\u2022 new LimitRange ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/limitranges\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#kind_1","text":"\u25aa Static kind : string = \"LimitRange\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getcontainerlimits","text":"\u25b8 getContainerLimits (): LimitRangeItem []","title":"getContainerLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getpvclimits","text":"\u25b8 getPVCLimits (): LimitRangeItem []","title":"getPVCLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getpodlimits","text":"\u25b8 getPodLimits (): LimitRangeItem []","title":"getPodLimits"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRange/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/","text":"Class: LimitRangesStore # Renderer . K8sApi .LimitRangesStore Hierarchy # KubeObjectStore < LimitRange > \u21b3 LimitRangesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new LimitRangesStore ( api? ) Parameters # Name Type api? KubeApi < LimitRange > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < LimitRange > = limitRangeApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < LimitRange > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < LimitRange , void , undefined > Returns # Generator < LimitRange , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): LimitRange [] Parameters # Name Type items LimitRange [] Returns # LimitRange [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): LimitRange [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # LimitRange [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): LimitRange Parameters # Name Type id string Returns # LimitRange Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): LimitRange [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # LimitRange [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): LimitRange Parameters # Name Type name string namespace? string Returns # LimitRange Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): LimitRange Parameters # Name Type path string Returns # LimitRange Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): LimitRange [] Returns # LimitRange [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items LimitRange [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item LimitRange Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems LimitRange [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | LimitRange []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | LimitRange []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < LimitRange > Parameters # Name Type resourcePath string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < LimitRange > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < LimitRange > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < LimitRange []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < LimitRange []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): LimitRange [] Parameters # Name Type partialItems LimitRange [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # LimitRange [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < LimitRange > Parameters # Name Type item LimitRange patch Patch Returns # Promise < LimitRange > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | LimitRange []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | LimitRange []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item LimitRange Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item LimitRange request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): LimitRange [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items LimitRange [] the items to be sorted (default: the current items in this store) sorting ( item : LimitRange ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # LimitRange [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems LimitRange [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item LimitRange Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < LimitRange > Parameters # Name Type item LimitRange data Partial < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < LimitRange > Parameters # Name Type item LimitRange request () => Promise < LimitRange > Returns # Promise < LimitRange > Inherited from # KubeObjectStore . updateItem","title":"Class: LimitRangesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#class-limitrangesstore","text":"Renderer . K8sApi .LimitRangesStore","title":"Class: LimitRangesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#hierarchy","text":"KubeObjectStore < LimitRange > \u21b3 LimitRangesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#constructor","text":"\u2022 new LimitRangesStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#api","text":"\u2022 api : KubeApi < LimitRange > = limitRangeApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#items","text":"\u2022 items : IObservableArray < LimitRange >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#iterator","text":"\u25b8 [iterator] (): Generator < LimitRange , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#create","text":"\u25b8 create ( params , data? ): Promise < LimitRange >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < LimitRange >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): LimitRange []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): LimitRange []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbyid","text":"\u25b8 getById ( id ): LimitRange","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): LimitRange []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): LimitRange","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getbypath","text":"\u25b8 getByPath ( path ): LimitRange","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getitems","text":"\u25b8 getItems (): LimitRange []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#load","text":"\u25b8 load ( params ): Promise < LimitRange >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | LimitRange []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < LimitRange >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < LimitRange >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < LimitRange []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): LimitRange []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < LimitRange >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | LimitRange []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): LimitRange [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#update","text":"\u25b8 update ( item , data ): Promise < LimitRange >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.LimitRangesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < LimitRange >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/","text":"Class: Namespace # Renderer . K8sApi .Namespace Hierarchy # KubeObject \u21b3 Namespace Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Namespace ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : Object Type declaration # Name Type phase string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/namespaces\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Namespace\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Namespace > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Namespace"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#class-namespace","text":"Renderer . K8sApi .Namespace","title":"Class: Namespace"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#hierarchy","text":"KubeObject \u21b3 Namespace","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#constructor","text":"\u2022 new Namespace ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/namespaces\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#kind_1","text":"\u25aa Static kind : string = \"Namespace\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Namespace/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/","text":"Class: NamespaceStore # Renderer . K8sApi .NamespaceStore Hierarchy # KubeObjectStore < Namespace > \u21b3 NamespaceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # allowedNamespaces areAllSelectedImplicitly context contextItems contextNamespaces contextReady hasAllContexts namespacesReady query selectedItems selectedNames Methods # [iterator] bindWatchEventsUpdater clearSelected create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems onContextChange patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select selectAll selectNamespaces selectSingle sortItems subscribe toggleAll toggleContext toggleSelection toggleSelectionAll toggleSingle unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NamespaceStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : NamespaceApi = namespacesApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Namespace > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # allowedNamespaces # \u2022 get allowedNamespaces (): string [] Returns # string [] areAllSelectedImplicitly # \u2022 get areAllSelectedImplicitly (): boolean Is true when the the set of namespace names selected is implicitly all Namely, this will be true if the user has deselected all namespaces from the filter or if the user has clicked the \"All Namespaces\" option Returns # boolean context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextNamespaces # \u2022 get contextNamespaces (): string [] The list of selected namespace names (for filtering) Returns # string [] contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady hasAllContexts # \u2022 get hasAllContexts (): boolean Is true if all available namespaces are selected, otherwise false Returns # boolean namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems selectedNames # \u2022 get selectedNames (): Set < string > The set of select namespace names (for filtering) Returns # Set < string > Methods # [iterator] # \u25b8 [iterator] (): Generator < Namespace , void , undefined > Returns # Generator < Namespace , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater clearSelected # \u25b8 clearSelected ( namespaces? ): void Parameters # Name Type namespaces? string | string [] Returns # void create # \u25b8 create ( params , data? ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Namespace [] Parameters # Name Type items Namespace [] Returns # Namespace [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Namespace [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Namespace [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Namespace Parameters # Name Type id string Returns # Namespace Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Namespace [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Namespace [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Namespace Parameters # Name Type name string namespace? string Returns # Namespace Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Namespace Parameters # Name Type path string Returns # Namespace Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Namespace [] Returns # Namespace [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Namespace [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount hasContext # \u25b8 hasContext ( namespaces ): boolean Checks if namespace names are selected for filtering Parameters # Name Type Description namespaces string | string [] One or several names of namespaces to check if they are selected Returns # boolean true if all the provided names are selected isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Namespace Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Namespace [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Namespace > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Namespace []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Namespace []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Namespace > Parameters # Name Type resourcePath string Returns # Promise < Namespace > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Namespace > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Namespace > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( params ): Promise < Namespace []> Parameters # Name Type params KubeObjectStoreLoadingParams Returns # Promise < Namespace []> Overrides # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Namespace [] Parameters # Name Type partialItems Namespace [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Namespace [] Inherited from # KubeObjectStore . mergeItems onContextChange # \u25b8 onContextChange ( callback , opts? ): IReactionDisposer Parameters # Name Type callback ( namespaces : string []) => void opts Object opts.fireImmediately? boolean Returns # IReactionDisposer patch # \u25b8 patch ( item , patch ): Promise < Namespace > Parameters # Name Type item Namespace patch Patch Returns # Promise < Namespace > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Namespace []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Namespace []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Namespace Returns # Promise < void > Overrides # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Namespace request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . select selectAll # \u25b8 selectAll (): void Selects all available namespaces. Note: If new namespaces appear in the future those will be selected too Returns # void selectNamespaces # \u25b8 selectNamespaces ( namespace ): void Parameters # Name Type namespace string | string [] Returns # void selectSingle # \u25b8 selectSingle ( namespace ): void Makes the given namespace the sole selected namespace Parameters # Name Type namespace string Returns # void sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Namespace [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Namespace [] the items to be sorted (default: the current items in this store) sorting ( item : Namespace ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Namespace [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe (): (... args : T ) => void Returns # fn \u25b8 < T >(... args ): void A function that does nothing Type parameters # Name Type T extends any [] Parameters # Name Type ...args T Returns # void Overrides # KubeObjectStore . subscribe toggleAll # \u25b8 toggleAll ( selectAll? ): void This function selects all namespaces implicitly. NOTE: does not toggle any namespaces deprecated Use NamespaceStore.selectAll instead. Parameters # Name Type Description selectAll? boolean NOT USED Returns # void toggleContext # \u25b8 toggleContext ( namespaces ): void Acts like toggleSingle but can work on several at a time Parameters # Name Type Description namespaces string | string [] One or many names of namespaces to select Returns # void toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Namespace [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll toggleSingle # \u25b8 toggleSingle ( namespace ): void Toggles the selection state of namespace . Namely, if it was previously specifically or implicitly selected then after this call it will be explicitly deselected. Parameters # Name Type Description namespace string The name of a namespace Returns # void unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Namespace Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Namespace > Parameters # Name Type item Namespace data Partial < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Namespace > Parameters # Name Type item Namespace request () => Promise < Namespace > Returns # Promise < Namespace > Inherited from # KubeObjectStore . updateItem","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#class-namespacestore","text":"Renderer . K8sApi .NamespaceStore","title":"Class: NamespaceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hierarchy","text":"KubeObjectStore < Namespace > \u21b3 NamespaceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#accessors","text":"allowedNamespaces areAllSelectedImplicitly context contextItems contextNamespaces contextReady hasAllContexts namespacesReady query selectedItems selectedNames","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#methods","text":"[iterator] bindWatchEventsUpdater clearSelected create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount hasContext isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems onContextChange patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select selectAll selectNamespaces selectSingle sortItems subscribe toggleAll toggleContext toggleSelection toggleSelectionAll toggleSingle unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#constructor","text":"\u2022 new NamespaceStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#api","text":"\u2022 api : NamespaceApi = namespacesApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#items","text":"\u2022 items : IObservableArray < Namespace >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#allowednamespaces","text":"\u2022 get allowedNamespaces (): string []","title":"allowedNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#areallselectedimplicitly","text":"\u2022 get areAllSelectedImplicitly (): boolean Is true when the the set of namespace names selected is implicitly all Namely, this will be true if the user has deselected all namespaces from the filter or if the user has clicked the \"All Namespaces\" option","title":"areAllSelectedImplicitly"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextnamespaces","text":"\u2022 get contextNamespaces (): string [] The list of selected namespace names (for filtering)","title":"contextNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hasallcontexts","text":"\u2022 get hasAllContexts (): boolean Is true if all available namespaces are selected, otherwise false","title":"hasAllContexts"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectednames","text":"\u2022 get selectedNames (): Set < string > The set of select namespace names (for filtering)","title":"selectedNames"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#iterator","text":"\u25b8 [iterator] (): Generator < Namespace , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#clearselected","text":"\u25b8 clearSelected ( namespaces? ): void","title":"clearSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#create","text":"\u25b8 create ( params , data? ): Promise < Namespace >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Namespace >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Namespace []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Namespace []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbyid","text":"\u25b8 getById ( id ): Namespace","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Namespace []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Namespace","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getbypath","text":"\u25b8 getByPath ( path ): Namespace","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getitems","text":"\u25b8 getItems (): Namespace []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#hascontext","text":"\u25b8 hasContext ( namespaces ): boolean Checks if namespace names are selected for filtering","title":"hasContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#load","text":"\u25b8 load ( params ): Promise < Namespace >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Namespace []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Namespace >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Namespace >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#loaditems","text":"\u25b8 Protected loadItems ( params ): Promise < Namespace []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Namespace []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#oncontextchange","text":"\u25b8 onContextChange ( callback , opts? ): IReactionDisposer","title":"onContextChange"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Namespace >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Namespace []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectall","text":"\u25b8 selectAll (): void Selects all available namespaces. Note: If new namespaces appear in the future those will be selected too","title":"selectAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectnamespaces","text":"\u25b8 selectNamespaces ( namespace ): void","title":"selectNamespaces"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#selectsingle","text":"\u25b8 selectSingle ( namespace ): void Makes the given namespace the sole selected namespace","title":"selectSingle"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Namespace [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#subscribe","text":"\u25b8 subscribe (): (... args : T ) => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleall","text":"\u25b8 toggleAll ( selectAll? ): void This function selects all namespaces implicitly. NOTE: does not toggle any namespaces deprecated Use NamespaceStore.selectAll instead.","title":"toggleAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#togglecontext","text":"\u25b8 toggleContext ( namespaces ): void Acts like toggleSingle but can work on several at a time","title":"toggleContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#togglesingle","text":"\u25b8 toggleSingle ( namespace ): void Toggles the selection state of namespace . Namely, if it was previously specifically or implicitly selected then after this call it will be explicitly deselected.","title":"toggleSingle"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#update","text":"\u25b8 update ( item , data ): Promise < Namespace >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NamespaceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Namespace >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/","text":"Class: NetworkPolicy # Renderer . K8sApi .NetworkPolicy Hierarchy # KubeObject \u21b3 NetworkPolicy Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getTypes patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new NetworkPolicy ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : NetworkPolicySpec Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"NetworkPolicy\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMatchLabels # \u25b8 getMatchLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getTypes # \u25b8 getTypes (): string [] Returns # string [] patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < NetworkPolicy > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#class-networkpolicy","text":"Renderer . K8sApi .NetworkPolicy","title":"Class: NetworkPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#hierarchy","text":"KubeObject \u21b3 NetworkPolicy","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getTypes patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#constructor","text":"\u2022 new NetworkPolicy ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#spec","text":"\u2022 spec : NetworkPolicySpec","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#apibase","text":"\u25aa Static apiBase : string = \"/apis/networking.k8s.io/v1/networkpolicies\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#kind_1","text":"\u25aa Static kind : string = \"NetworkPolicy\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getmatchlabels","text":"\u25b8 getMatchLabels (): string []","title":"getMatchLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#gettypes","text":"\u25b8 getTypes (): string []","title":"getTypes"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicy/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/","text":"Class: NetworkPolicyStore # Renderer . K8sApi .NetworkPolicyStore Hierarchy # KubeObjectStore < NetworkPolicy > \u21b3 NetworkPolicyStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NetworkPolicyStore ( api? ) Parameters # Name Type api? KubeApi < NetworkPolicy > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < NetworkPolicy > = networkPolicyApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < NetworkPolicy > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < NetworkPolicy , void , undefined > Returns # Generator < NetworkPolicy , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): NetworkPolicy [] Parameters # Name Type items NetworkPolicy [] Returns # NetworkPolicy [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): NetworkPolicy [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): NetworkPolicy Parameters # Name Type id string Returns # NetworkPolicy Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): NetworkPolicy [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): NetworkPolicy Parameters # Name Type name string namespace? string Returns # NetworkPolicy Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): NetworkPolicy Parameters # Name Type path string Returns # NetworkPolicy Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): NetworkPolicy [] Returns # NetworkPolicy [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items NetworkPolicy [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item NetworkPolicy Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems NetworkPolicy [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | NetworkPolicy []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | NetworkPolicy []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < NetworkPolicy > Parameters # Name Type resourcePath string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < NetworkPolicy > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < NetworkPolicy []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < NetworkPolicy []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): NetworkPolicy [] Parameters # Name Type partialItems NetworkPolicy [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # NetworkPolicy [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy patch Patch Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | NetworkPolicy []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | NetworkPolicy []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item NetworkPolicy Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item NetworkPolicy request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): NetworkPolicy [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items NetworkPolicy [] the items to be sorted (default: the current items in this store) sorting ( item : NetworkPolicy ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # NetworkPolicy [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems NetworkPolicy [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item NetworkPolicy Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy data Partial < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < NetworkPolicy > Parameters # Name Type item NetworkPolicy request () => Promise < NetworkPolicy > Returns # Promise < NetworkPolicy > Inherited from # KubeObjectStore . updateItem","title":"Class: NetworkPolicyStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#class-networkpolicystore","text":"Renderer . K8sApi .NetworkPolicyStore","title":"Class: NetworkPolicyStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#hierarchy","text":"KubeObjectStore < NetworkPolicy > \u21b3 NetworkPolicyStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#constructor","text":"\u2022 new NetworkPolicyStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#api","text":"\u2022 api : KubeApi < NetworkPolicy > = networkPolicyApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#items","text":"\u2022 items : IObservableArray < NetworkPolicy >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#iterator","text":"\u25b8 [iterator] (): Generator < NetworkPolicy , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#create","text":"\u25b8 create ( params , data? ): Promise < NetworkPolicy >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < NetworkPolicy >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): NetworkPolicy []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): NetworkPolicy []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbyid","text":"\u25b8 getById ( id ): NetworkPolicy","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): NetworkPolicy []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): NetworkPolicy","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getbypath","text":"\u25b8 getByPath ( path ): NetworkPolicy","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getitems","text":"\u25b8 getItems (): NetworkPolicy []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#load","text":"\u25b8 load ( params ): Promise < NetworkPolicy >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | NetworkPolicy []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < NetworkPolicy >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < NetworkPolicy >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < NetworkPolicy []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): NetworkPolicy []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < NetworkPolicy >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | NetworkPolicy []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): NetworkPolicy [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#update","text":"\u25b8 update ( item , data ): Promise < NetworkPolicy >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < NetworkPolicy >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/","text":"Class: Node # Renderer . K8sApi .Node Hierarchy # KubeObject \u21b3 Node Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow getWarningConditions isUnschedulable patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Node ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type externalID? string podCIDR? string podCIDRs? string [] providerID? string taints? NodeTaint [] unschedulable? boolean Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type addresses? { address : string ; type : string }[] allocatable? Object allocatable.cpu string allocatable.ephemeral-storage string allocatable.hugepages-1Gi string allocatable.hugepages-2Mi string allocatable.memory string allocatable.pods string capacity? Object capacity.cpu string capacity.ephemeral-storage string capacity.hugepages-1Gi string capacity.hugepages-2Mi string capacity.memory string capacity.pods string conditions? NodeCondition [] daemonEndpoints? Object daemonEndpoints.kubeletEndpoint Object daemonEndpoints.kubeletEndpoint.Port number images? { names : string [] ; sizeBytes? : number }[] nodeInfo? Object nodeInfo.architecture string nodeInfo.bootID string nodeInfo.containerRuntimeVersion string nodeInfo.kernelVersion string nodeInfo.kubeProxyVersion string nodeInfo.kubeletVersion string nodeInfo.machineID string nodeInfo.operatingSystem string nodeInfo.osImage string nodeInfo.systemUUID string volumesAttached? { devicePath : string ; name : string }[] volumesInUse? string [] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/nodes\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Node\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getActiveConditions # \u25b8 getActiveConditions (): NodeCondition [] Returns # NodeCondition [] getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getConditions # \u25b8 getConditions (): NodeCondition [] Returns # NodeCondition [] getCpuCapacity # \u25b8 getCpuCapacity (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKubeletVersion # \u25b8 getKubeletVersion (): string Returns # string getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMemoryCapacity # \u25b8 getMemoryCapacity (): number Returns # number getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNodeConditionText # \u25b8 getNodeConditionText (): string Returns the concatination of all current condition types which have a status of \"True\" Returns # string getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOperatingSystem # \u25b8 getOperatingSystem (): string Returns # string getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRoleLabels # \u25b8 getRoleLabels (): string Returns # string getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTaints # \u25b8 getTaints (): NodeTaint [] Returns # NodeTaint [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getWarningConditions # \u25b8 getWarningConditions (): NodeCondition [] Returns # NodeCondition [] isUnschedulable # \u25b8 isUnschedulable (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Node > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Node"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#class-node","text":"Renderer . K8sApi .Node","title":"Class: Node"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#hierarchy","text":"KubeObject \u21b3 Node","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#methods","text":"delete getActiveConditions getAge getAnnotations getConditions getCpuCapacity getFinalizers getId getKubeletVersion getLabels getMemoryCapacity getName getNodeConditionText getNs getOperatingSystem getOwnerRefs getResourceVersion getRoleLabels getSearchFields getTaints getTimeDiffFromNow getWarningConditions isUnschedulable patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#constructor","text":"\u2022 new Node ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/nodes\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#kind_1","text":"\u25aa Static kind : string = \"Node\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getactiveconditions","text":"\u25b8 getActiveConditions (): NodeCondition []","title":"getActiveConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getconditions","text":"\u25b8 getConditions (): NodeCondition []","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getcpucapacity","text":"\u25b8 getCpuCapacity (): number","title":"getCpuCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getkubeletversion","text":"\u25b8 getKubeletVersion (): string","title":"getKubeletVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getmemorycapacity","text":"\u25b8 getMemoryCapacity (): number","title":"getMemoryCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getnodeconditiontext","text":"\u25b8 getNodeConditionText (): string Returns the concatination of all current condition types which have a status of \"True\"","title":"getNodeConditionText"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getoperatingsystem","text":"\u25b8 getOperatingSystem (): string","title":"getOperatingSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getrolelabels","text":"\u25b8 getRoleLabels (): string","title":"getRoleLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#gettaints","text":"\u25b8 getTaints (): NodeTaint []","title":"getTaints"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#getwarningconditions","text":"\u25b8 getWarningConditions (): NodeCondition []","title":"getWarningConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isunschedulable","text":"\u25b8 isUnschedulable (): boolean","title":"isUnschedulable"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Node/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/","text":"Class: NodesApi # Renderer . K8sApi .NodesApi Hierarchy # KubeApi < Node > \u21b3 NodesApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new NodesApi ( options ) Parameters # Name Type options IKubeApiOptions < Node > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Node > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Node > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Node > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Node > Returns # Promise < Node > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Node > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Node > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Node []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Node []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Node | Node [] Parameters # Name Type data unknown namespace? string Returns # Node | Node [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Node > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Node > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Node > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Node []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Node []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Node > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Node > Returns # Promise < Node > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: NodesApi"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#class-nodesapi","text":"Renderer . K8sApi .NodesApi","title":"Class: NodesApi"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#hierarchy","text":"KubeApi < Node > \u21b3 NodesApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#constructor","text":"\u2022 new NodesApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Node >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Node >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Node >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Node >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Node []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Node | Node []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Node >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Node []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Node >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/","text":"Class: NodesStore # Renderer . K8sApi .NodesStore Hierarchy # KubeObjectStore < Node > \u21b3 NodesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady masterNodes namespacesReady query selectedItems workerNodes Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new NodesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : NodesApi = nodesApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Node > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady masterNodes # \u2022 get masterNodes (): Node [] Returns # Node [] namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems workerNodes # \u2022 get workerNodes (): Node [] Returns # Node [] Methods # [iterator] # \u25b8 [iterator] (): Generator < Node , void , undefined > Returns # Generator < Node , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Node [] Parameters # Name Type items Node [] Returns # Node [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Node [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Node [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Node Parameters # Name Type id string Returns # Node Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Node [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Node [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Node Parameters # Name Type name string namespace? string Returns # Node Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Node Parameters # Name Type path string Returns # Node Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Node [] Returns # Node [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Node [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount getWarningsCount # \u25b8 getWarningsCount (): number Returns # number isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Node Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Node [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Node > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Node []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Node []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Node > Parameters # Name Type resourcePath string Returns # Promise < Node > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Node > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Node > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Node []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Node []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Node [] Parameters # Name Type partialItems Node [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Node [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Node > Parameters # Name Type item Node patch Patch Returns # Promise < Node > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Node []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Node []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Node Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Node request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Node [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Node [] the items to be sorted (default: the current items in this store) sorting ( item : Node ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Node [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Node [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Node Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Node > Parameters # Name Type item Node data Partial < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Node > Parameters # Name Type item Node request () => Promise < Node > Returns # Promise < Node > Inherited from # KubeObjectStore . updateItem","title":"Class: NodesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#class-nodesstore","text":"Renderer . K8sApi .NodesStore","title":"Class: NodesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#hierarchy","text":"KubeObjectStore < Node > \u21b3 NodesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#accessors","text":"context contextItems contextReady masterNodes namespacesReady query selectedItems workerNodes","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount getWarningsCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#constructor","text":"\u2022 new NodesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#api","text":"\u2022 api : NodesApi = nodesApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#items","text":"\u2022 items : IObservableArray < Node >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#masternodes","text":"\u2022 get masterNodes (): Node []","title":"masterNodes"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#workernodes","text":"\u2022 get workerNodes (): Node []","title":"workerNodes"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#iterator","text":"\u25b8 [iterator] (): Generator < Node , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#create","text":"\u25b8 create ( params , data? ): Promise < Node >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Node >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Node []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Node []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbyid","text":"\u25b8 getById ( id ): Node","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Node []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Node","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getbypath","text":"\u25b8 getByPath ( path ): Node","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getitems","text":"\u25b8 getItems (): Node []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#getwarningscount","text":"\u25b8 getWarningsCount (): number","title":"getWarningsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#load","text":"\u25b8 load ( params ): Promise < Node >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Node []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Node >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Node >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Node []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Node []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Node >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Node []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Node [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#update","text":"\u25b8 update ( item , data ): Promise < Node >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.NodesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Node >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/","text":"Class: PersistentVolume # Renderer . K8sApi .PersistentVolume Hierarchy # KubeObject \u21b3 PersistentVolume Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getStorageClass getStorageClassName getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PersistentVolume ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type accessModes string [] capacity Object capacity.storage string claimRef Object claimRef.apiVersion string claimRef.kind string claimRef.name string claimRef.namespace string claimRef.resourceVersion string claimRef.uid string flexVolume Object flexVolume.driver string flexVolume.options Object flexVolume.options.clusterNamespace string flexVolume.options.image string flexVolume.options.pool string flexVolume.options.storageClass string mountOptions? string [] nfs? Object nfs.path string nfs.server string persistentVolumeReclaimPolicy string storageClassName string Inherited from # KubeObject . spec status # \u2022 Optional status : Object Type declaration # Name Type phase string reason? string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumes\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PersistentVolume\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getCapacity # \u25b8 getCapacity ( inBytes? ): string | number Parameters # Name Type Default value inBytes boolean false Returns # string | number getClaimRefName # \u25b8 getClaimRefName (): string Returns # string getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getStorageClass # \u25b8 getStorageClass (): string Returns # string getStorageClassName # \u25b8 getStorageClassName (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PersistentVolume > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#class-persistentvolume","text":"Renderer . K8sApi .PersistentVolume","title":"Class: PersistentVolume"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#hierarchy","text":"KubeObject \u21b3 PersistentVolume","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#methods","text":"delete getAge getAnnotations getCapacity getClaimRefName getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getStatus getStorageClass getStorageClassName getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#constructor","text":"\u2022 new PersistentVolume ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumes\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolume\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getcapacity","text":"\u25b8 getCapacity ( inBytes? ): string | number","title":"getCapacity"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getclaimrefname","text":"\u25b8 getClaimRefName (): string","title":"getClaimRefName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstorageclass","text":"\u25b8 getStorageClass (): string","title":"getStorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#getstorageclassname","text":"\u25b8 getStorageClassName (): string","title":"getStorageClassName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolume/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/","text":"Class: PersistentVolumeClaim # Renderer . K8sApi .PersistentVolumeClaim Hierarchy # KubeObject \u21b3 PersistentVolumeClaim Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PersistentVolumeClaim ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type accessModes string [] resources Object resources.requests Object resources.requests.storage string selector LabelSelector storageClassName string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type phase string Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PersistentVolumeClaim\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMatchExpressions # \u25b8 getMatchExpressions (): LabelMatchExpression [] Returns # LabelMatchExpression [] getMatchLabels # \u25b8 getMatchLabels (): string [] Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPods # \u25b8 getPods ( allPods ): Pod [] Parameters # Name Type allPods Pod [] Returns # Pod [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getStatus # \u25b8 getStatus (): string Returns # string getStorage # \u25b8 getStorage (): string Returns # string getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PersistentVolumeClaim > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#class-persistentvolumeclaim","text":"Renderer . K8sApi .PersistentVolumeClaim","title":"Class: PersistentVolumeClaim"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#hierarchy","text":"KubeObject \u21b3 PersistentVolumeClaim","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getMatchExpressions getMatchLabels getName getNs getOwnerRefs getPods getResourceVersion getSearchFields getStatus getStorage getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#constructor","text":"\u2022 new PersistentVolumeClaim ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/persistentvolumeclaims\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#kind_1","text":"\u25aa Static kind : string = \"PersistentVolumeClaim\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getmatchexpressions","text":"\u25b8 getMatchExpressions (): LabelMatchExpression []","title":"getMatchExpressions"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getmatchlabels","text":"\u25b8 getMatchLabels (): string []","title":"getMatchLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getpods","text":"\u25b8 getPods ( allPods ): Pod []","title":"getPods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getstatus","text":"\u25b8 getStatus (): string","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#getstorage","text":"\u25b8 getStorage (): string","title":"getStorage"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/","text":"Class: PersistentVolumeClaimsApi # Renderer . K8sApi .PersistentVolumeClaimsApi Hierarchy # KubeApi < PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new PersistentVolumeClaimsApi ( options ) Parameters # Name Type options IKubeApiOptions < PersistentVolumeClaim > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < PersistentVolumeClaim > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < PersistentVolumeClaim > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < PersistentVolumeClaim > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . get getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): PersistentVolumeClaim | PersistentVolumeClaim [] Parameters # Name Type data unknown namespace? string Returns # PersistentVolumeClaim | PersistentVolumeClaim [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < PersistentVolumeClaim > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < PersistentVolumeClaim > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < PersistentVolumeClaim []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < PersistentVolumeClaim > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#class-persistentvolumeclaimsapi","text":"Renderer . K8sApi .PersistentVolumeClaimsApi","title":"Class: PersistentVolumeClaimsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#hierarchy","text":"KubeApi < PersistentVolumeClaim > \u21b3 PersistentVolumeClaimsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#methods","text":"checkPreferredVersion create delete get getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#constructor","text":"\u2022 new PersistentVolumeClaimsApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < PersistentVolumeClaim >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#options","text":"\u2022 Protected options : IKubeApiOptions < PersistentVolumeClaim >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < PersistentVolumeClaim >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#get","text":"\u25b8 get ( desc , query? ): Promise < PersistentVolumeClaim >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < PersistentVolumeClaim []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): PersistentVolumeClaim | PersistentVolumeClaim []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < PersistentVolumeClaim >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < PersistentVolumeClaim []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < PersistentVolumeClaim >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/","text":"Class: PersistentVolumesStore # Renderer . K8sApi .PersistentVolumesStore Hierarchy # KubeObjectStore < PersistentVolume > \u21b3 PersistentVolumesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getByStorageClass getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PersistentVolumesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < PersistentVolume > = persistentVolumeApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PersistentVolume > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PersistentVolume , void , undefined > Returns # Generator < PersistentVolume , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PersistentVolume [] Parameters # Name Type items PersistentVolume [] Returns # PersistentVolume [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PersistentVolume [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PersistentVolume [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PersistentVolume Parameters # Name Type id string Returns # PersistentVolume Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PersistentVolume [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PersistentVolume [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PersistentVolume Parameters # Name Type name string namespace? string Returns # PersistentVolume Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PersistentVolume Parameters # Name Type path string Returns # PersistentVolume Inherited from # KubeObjectStore . getByPath getByStorageClass # \u25b8 getByStorageClass ( storageClass ): PersistentVolume [] Parameters # Name Type storageClass StorageClass Returns # PersistentVolume [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PersistentVolume [] Returns # PersistentVolume [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PersistentVolume [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PersistentVolume Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PersistentVolume [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolume []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PersistentVolume []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolume > Parameters # Name Type resourcePath string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PersistentVolume > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolume []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PersistentVolume []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolume [] Parameters # Name Type partialItems PersistentVolume [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PersistentVolume [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume patch Patch Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PersistentVolume []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PersistentVolume []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PersistentVolume Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PersistentVolume request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolume [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PersistentVolume [] the items to be sorted (default: the current items in this store) sorting ( item : PersistentVolume ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PersistentVolume [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PersistentVolume [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PersistentVolume Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume data Partial < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PersistentVolume > Parameters # Name Type item PersistentVolume request () => Promise < PersistentVolume > Returns # Promise < PersistentVolume > Inherited from # KubeObjectStore . updateItem","title":"Class: PersistentVolumesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#class-persistentvolumesstore","text":"Renderer . K8sApi .PersistentVolumesStore","title":"Class: PersistentVolumesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#hierarchy","text":"KubeObjectStore < PersistentVolume > \u21b3 PersistentVolumesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getByStorageClass getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#constructor","text":"\u2022 new PersistentVolumesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#api","text":"\u2022 api : KubeApi < PersistentVolume > = persistentVolumeApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#items","text":"\u2022 items : IObservableArray < PersistentVolume >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#iterator","text":"\u25b8 [iterator] (): Generator < PersistentVolume , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#create","text":"\u25b8 create ( params , data? ): Promise < PersistentVolume >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PersistentVolume >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PersistentVolume []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PersistentVolume []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbyid","text":"\u25b8 getById ( id ): PersistentVolume","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PersistentVolume []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PersistentVolume","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbypath","text":"\u25b8 getByPath ( path ): PersistentVolume","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getbystorageclass","text":"\u25b8 getByStorageClass ( storageClass ): PersistentVolume []","title":"getByStorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getitems","text":"\u25b8 getItems (): PersistentVolume []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#load","text":"\u25b8 load ( params ): Promise < PersistentVolume >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolume []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolume >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PersistentVolume >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolume []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolume []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PersistentVolume >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PersistentVolume []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolume [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#update","text":"\u25b8 update ( item , data ): Promise < PersistentVolume >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PersistentVolume >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/","text":"Class: Pod # Renderer . K8sApi .Pod Hierarchy # WorkloadKubeObject \u21b3 Pod Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getIPs getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStartupProbe getStatus getStatusMessage getStatusPhase getTemplateLabels getTimeDiffFromNow getTolerations getVolumes hasIssues patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Pod ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 Optional spec : Object Type declaration # Name Type activeDeadlineSeconds? number affinity? IAffinity automountServiceAccountToken? boolean containers IPodContainer [] dnsPolicy? string hostAliases? Object hostAliases.hostnames string [] hostAliases.ip string hostIPC? boolean hostNetwork? boolean hostPID? boolean hostname? string imagePullSecrets? { name : string }[] initContainers IPodContainer [] nodeName? string nodeSelector? Object priority? number priorityClassName? string restartPolicy? string schedulerName? string securityContext? Object serviceAccount string serviceAccountName string shareProcessNamespace? boolean subdomain? string terminationGracePeriodSeconds? number tolerations? { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] volumes? { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Overrides # WorkloadKubeObject.spec status # \u2022 Optional status : Object Type declaration # Name Type conditions { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] containerStatuses? IPodContainerStatus [] hostIP string initContainerStatuses? IPodContainerStatus [] phase string podIP string podIPs? { ip : string }[] qosClass? string reason? string startTime string Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/api/v1/pods\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"Pod\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Overrides # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAllContainers # \u25b8 getAllContainers (): IPodContainer [] Returns # IPodContainer [] getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getConditions # \u25b8 getConditions (): { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] Returns # { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[] getContainerStatuses # \u25b8 getContainerStatuses ( includeInitContainers? ): IPodContainerStatus [] Parameters # Name Type Default value includeInitContainers boolean true Returns # IPodContainerStatus [] getContainers # \u25b8 getContainers (): IPodContainer [] Returns # IPodContainer [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getIPs # \u25b8 getIPs (): string [] Returns # string [] getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getInitContainers # \u25b8 getInitContainers (): IPodContainer [] Returns # IPodContainer [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getLivenessProbe # \u25b8 getLivenessProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeName # \u25b8 getNodeName (): string Returns # string getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Overrides # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getPriorityClassName # \u25b8 getPriorityClassName (): string Returns # string getQosClass # \u25b8 getQosClass (): string Returns # string getReadinessProbe # \u25b8 getReadinessProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getReason # \u25b8 getReason (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getRestartsCount # \u25b8 getRestartsCount (): number Returns # number getRunningContainers # \u25b8 getRunningContainers (): IPodContainer [] Returns # IPodContainer [] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSecrets # \u25b8 getSecrets (): string [] Returns # string [] getSelectedNodeOs # \u25b8 getSelectedNodeOs (): string Returns # string getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getStartupProbe # \u25b8 getStartupProbe ( container ): string [] Parameters # Name Type container IPodContainer Returns # string [] getStatus # \u25b8 getStatus (): PodStatus Returns # PodStatus getStatusMessage # \u25b8 getStatusMessage (): string Returns # string getStatusPhase # \u25b8 getStatusPhase (): string Returns # string getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] Returns # { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] Overrides # WorkloadKubeObject.getTolerations getVolumes # \u25b8 getVolumes (): { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Returns # { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] hasIssues # \u25b8 hasIssues (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Pod > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: Pod"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#class-pod","text":"Renderer . K8sApi .Pod","title":"Class: Pod"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#hierarchy","text":"WorkloadKubeObject \u21b3 Pod","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#methods","text":"delete getAffinity getAffinityNumber getAge getAllContainers getAnnotations getConditions getContainerStatuses getContainers getFinalizers getIPs getId getInitContainers getLabels getLivenessProbe getName getNodeName getNodeSelectors getNs getOwnerRefs getPriorityClassName getQosClass getReadinessProbe getReason getResourceVersion getRestartsCount getRunningContainers getSearchFields getSecrets getSelectedNodeOs getSelectors getStartupProbe getStatus getStatusMessage getStatusPhase getTemplateLabels getTimeDiffFromNow getTolerations getVolumes hasIssues patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#constructor","text":"\u2022 new Pod ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#spec","text":"\u2022 Optional spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#status","text":"\u2022 Optional status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/pods\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#kind_1","text":"\u25aa Static kind : string = \"Pod\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getallcontainers","text":"\u25b8 getAllContainers (): IPodContainer []","title":"getAllContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getconditions","text":"\u25b8 getConditions (): { lastProbeTime : number ; lastTransitionTime : string ; status : string ; type : string }[]","title":"getConditions"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getcontainerstatuses","text":"\u25b8 getContainerStatuses ( includeInitContainers? ): IPodContainerStatus []","title":"getContainerStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getcontainers","text":"\u25b8 getContainers (): IPodContainer []","title":"getContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getips","text":"\u25b8 getIPs (): string []","title":"getIPs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getinitcontainers","text":"\u25b8 getInitContainers (): IPodContainer []","title":"getInitContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getlivenessprobe","text":"\u25b8 getLivenessProbe ( container ): string []","title":"getLivenessProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getnodename","text":"\u25b8 getNodeName (): string","title":"getNodeName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getpriorityclassname","text":"\u25b8 getPriorityClassName (): string","title":"getPriorityClassName"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getqosclass","text":"\u25b8 getQosClass (): string","title":"getQosClass"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getreadinessprobe","text":"\u25b8 getReadinessProbe ( container ): string []","title":"getReadinessProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getreason","text":"\u25b8 getReason (): string","title":"getReason"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getrestartscount","text":"\u25b8 getRestartsCount (): number","title":"getRestartsCount"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getrunningcontainers","text":"\u25b8 getRunningContainers (): IPodContainer []","title":"getRunningContainers"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getsecrets","text":"\u25b8 getSecrets (): string []","title":"getSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getselectednodeos","text":"\u25b8 getSelectedNodeOs (): string","title":"getSelectedNodeOs"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstartupprobe","text":"\u25b8 getStartupProbe ( container ): string []","title":"getStartupProbe"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatus","text":"\u25b8 getStatus (): PodStatus","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatusmessage","text":"\u25b8 getStatusMessage (): string","title":"getStatusMessage"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getstatusphase","text":"\u25b8 getStatusPhase (): string","title":"getStatusPhase"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#gettolerations","text":"\u25b8 getTolerations (): { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[]","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#getvolumes","text":"\u25b8 getVolumes (): { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[]","title":"getVolumes"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#hasissues","text":"\u25b8 hasIssues (): boolean","title":"hasIssues"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Pod/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/","text":"Class: PodDisruptionBudget # Renderer . K8sApi .PodDisruptionBudget Hierarchy # KubeObject \u21b3 PodDisruptionBudget Table of contents # Constructors # constructor Properties # apiVersion kind managedFields 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 getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new PodDisruptionBudget ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type maxUnavailable string minAvailable string selector LabelSelector Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type currentHealthy number desiredHealthy number disruptionsAllowed number expectedPods number Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"PodDisruptionBudget\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getCurrentHealthy # \u25b8 getCurrentHealthy (): number Returns # number getDesiredHealthy # \u25b8 getDesiredHealthy (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getMaxUnavailable # \u25b8 getMaxUnavailable (): string Returns # string getMinAvailable # \u25b8 getMinAvailable (): string Returns # string getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < PodDisruptionBudget > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#class-poddisruptionbudget","text":"Renderer . K8sApi .PodDisruptionBudget","title":"Class: PodDisruptionBudget"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#hierarchy","text":"KubeObject \u21b3 PodDisruptionBudget","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#methods","text":"delete getAge getAnnotations getCurrentHealthy getDesiredHealthy getFinalizers getId getLabels getMaxUnavailable getMinAvailable getName getNs getOwnerRefs getResourceVersion getSearchFields getSelectors getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#constructor","text":"\u2022 new PodDisruptionBudget ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#apibase","text":"\u25aa Static apiBase : string = \"/apis/policy/v1beta1/poddisruptionbudgets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#kind_1","text":"\u25aa Static kind : string = \"PodDisruptionBudget\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getcurrenthealthy","text":"\u25b8 getCurrentHealthy (): number","title":"getCurrentHealthy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getdesiredhealthy","text":"\u25b8 getDesiredHealthy (): number","title":"getDesiredHealthy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getmaxunavailable","text":"\u25b8 getMaxUnavailable (): string","title":"getMaxUnavailable"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getminavailable","text":"\u25b8 getMinAvailable (): string","title":"getMinAvailable"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/","text":"Class: PodDisruptionBudgetsStore # Renderer . K8sApi .PodDisruptionBudgetsStore Hierarchy # KubeObjectStore < PodDisruptionBudget > \u21b3 PodDisruptionBudgetsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PodDisruptionBudgetsStore ( api? ) Parameters # Name Type api? KubeApi < PodDisruptionBudget > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < PodDisruptionBudget > = pdbApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PodDisruptionBudget > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PodDisruptionBudget , void , undefined > Returns # Generator < PodDisruptionBudget , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PodDisruptionBudget [] Parameters # Name Type items PodDisruptionBudget [] Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PodDisruptionBudget [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PodDisruptionBudget Parameters # Name Type id string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PodDisruptionBudget [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PodDisruptionBudget Parameters # Name Type name string namespace? string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PodDisruptionBudget Parameters # Name Type path string Returns # PodDisruptionBudget Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PodDisruptionBudget [] Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PodDisruptionBudget [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PodDisruptionBudget Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PodDisruptionBudget [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PodDisruptionBudget []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PodDisruptionBudget []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PodDisruptionBudget > Parameters # Name Type resourcePath string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PodDisruptionBudget > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PodDisruptionBudget []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PodDisruptionBudget []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PodDisruptionBudget [] Parameters # Name Type partialItems PodDisruptionBudget [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget patch Patch Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PodDisruptionBudget []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PodDisruptionBudget []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PodDisruptionBudget Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PodDisruptionBudget request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PodDisruptionBudget [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PodDisruptionBudget [] the items to be sorted (default: the current items in this store) sorting ( item : PodDisruptionBudget ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PodDisruptionBudget [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PodDisruptionBudget [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PodDisruptionBudget Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget data Partial < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PodDisruptionBudget > Parameters # Name Type item PodDisruptionBudget request () => Promise < PodDisruptionBudget > Returns # Promise < PodDisruptionBudget > Inherited from # KubeObjectStore . updateItem","title":"Class: PodDisruptionBudgetsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#class-poddisruptionbudgetsstore","text":"Renderer . K8sApi .PodDisruptionBudgetsStore","title":"Class: PodDisruptionBudgetsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#hierarchy","text":"KubeObjectStore < PodDisruptionBudget > \u21b3 PodDisruptionBudgetsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#constructor","text":"\u2022 new PodDisruptionBudgetsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#api","text":"\u2022 api : KubeApi < PodDisruptionBudget > = pdbApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#items","text":"\u2022 items : IObservableArray < PodDisruptionBudget >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#iterator","text":"\u25b8 [iterator] (): Generator < PodDisruptionBudget , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#create","text":"\u25b8 create ( params , data? ): Promise < PodDisruptionBudget >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PodDisruptionBudget >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PodDisruptionBudget []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PodDisruptionBudget []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbyid","text":"\u25b8 getById ( id ): PodDisruptionBudget","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PodDisruptionBudget []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PodDisruptionBudget","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getbypath","text":"\u25b8 getByPath ( path ): PodDisruptionBudget","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getitems","text":"\u25b8 getItems (): PodDisruptionBudget []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#load","text":"\u25b8 load ( params ): Promise < PodDisruptionBudget >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PodDisruptionBudget []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PodDisruptionBudget >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PodDisruptionBudget >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PodDisruptionBudget []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PodDisruptionBudget []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PodDisruptionBudget >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PodDisruptionBudget []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PodDisruptionBudget [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#update","text":"\u25b8 update ( item , data ): Promise < PodDisruptionBudget >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PodDisruptionBudget >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/","text":"Class: PodsApi # Renderer . K8sApi .PodsApi Hierarchy # KubeApi < Pod > \u21b3 PodsApi Table of contents # Constructors # constructor Properties # apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer Accessors # apiVersionWithGroup Methods # checkPreferredVersion create delete get getLogs getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch Constructors # constructor # \u2022 new PodsApi ( options ) Parameters # Name Type options IKubeApiOptions < Pod > Inherited from # KubeApi . constructor Properties # apiBase # \u2022 apiBase : string Inherited from # KubeApi . apiBase apiGroup # \u2022 apiGroup : string Inherited from # KubeApi . apiGroup apiPrefix # \u2022 apiPrefix : string Inherited from # KubeApi . apiPrefix apiResource # \u2022 Readonly apiResource : string Inherited from # KubeApi . apiResource apiVersion # \u2022 Readonly apiVersion : string Inherited from # KubeApi . apiVersion apiVersionPreferred # \u2022 Optional apiVersionPreferred : string Inherited from # KubeApi . apiVersionPreferred isNamespaced # \u2022 Readonly isNamespaced : boolean Inherited from # KubeApi . isNamespaced kind # \u2022 Readonly kind : string Inherited from # KubeApi . kind objectConstructor # \u2022 objectConstructor : KubeObjectConstructor < Pod > Inherited from # KubeApi . objectConstructor options # \u2022 Protected options : IKubeApiOptions < Pod > Inherited from # KubeApi . options request # \u2022 Protected request : KubeJsonApi Inherited from # KubeApi . request resourceVersions # \u2022 Protected resourceVersions : Map < string , string > Inherited from # KubeApi . resourceVersions watchDisposer # \u2022 Protected watchDisposer : () => void Type declaration # \u25b8 (): void Returns # void Inherited from # KubeApi . watchDisposer Accessors # apiVersionWithGroup # \u2022 get apiVersionWithGroup (): string Returns # string Inherited from # KubeApi.apiVersionWithGroup Methods # checkPreferredVersion # \u25b8 Protected checkPreferredVersion (): Promise < void > Returns # Promise < void > Inherited from # KubeApi . checkPreferredVersion create # \u25b8 create ( __namedParameters , data? ): Promise < Pod > Parameters # Name Type __namedParameters Partial < ResourceDescriptor > data? PartialKubeObject < Pod > Returns # Promise < Pod > Inherited from # KubeApi . create delete # \u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData > Parameters # Name Type __namedParameters DeleteResourceDescriptor Returns # Promise < KubeJsonApiData > Inherited from # KubeApi . delete get # \u25b8 get ( desc , query? ): Promise < Pod > Parameters # Name Type desc ResourceDescriptor query? IKubeApiQueryParams Returns # Promise < Pod > Inherited from # KubeApi . get getLogs # \u25b8 getLogs ( params , query? ): Promise < string > Parameters # Name Type params Object params.name string params.namespace string query? IPodLogsQuery Returns # Promise < string > getResourceVersion # \u25b8 getResourceVersion ( namespace? ): string Parameters # Name Type Default value namespace string \"\" Returns # string Inherited from # KubeApi . getResourceVersion getUrl # \u25b8 getUrl ( __namedParameters? , query? ): string Parameters # Name Type __namedParameters Partial < ResourceDescriptor > query? Partial < IKubeApiQueryParams > Returns # string Inherited from # KubeApi . getUrl getWatchUrl # \u25b8 getWatchUrl ( namespace? , query? ): string Parameters # Name Type Default value namespace string \"\" query IKubeApiQueryParams {} Returns # string Inherited from # KubeApi . getWatchUrl list # \u25b8 list ( __namedParameters? , query? ): Promise < Pod []> Parameters # Name Type __namedParameters KubeApiListOptions query? IKubeApiQueryParams Returns # Promise < Pod []> Inherited from # KubeApi . list modifyWatchEvent # \u25b8 Protected modifyWatchEvent ( event ): void Parameters # Name Type event IKubeWatchEvent < KubeJsonApiData > Returns # void Inherited from # KubeApi . modifyWatchEvent normalizeQuery # \u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams > Parameters # Name Type query Partial < IKubeApiQueryParams > Returns # Partial < IKubeApiQueryParams > Inherited from # KubeApi . normalizeQuery parseResponse # \u25b8 Protected parseResponse ( data , namespace? ): Pod | Pod [] Parameters # Name Type data unknown namespace? string Returns # Pod | Pod [] Inherited from # KubeApi . parseResponse patch # \u25b8 patch ( desc , data? , strategy? ): Promise < Pod > Parameters # Name Type Default value desc ResourceDescriptor undefined data? Patch | PartialKubeObject < Pod > undefined strategy KubeApiPatchType \"strategic\" Returns # Promise < Pod > Inherited from # KubeApi . patch refreshResourceVersion # \u25b8 refreshResourceVersion ( params? ): Promise < Pod []> Parameters # Name Type params? KubeApiListOptions Returns # Promise < Pod []> Inherited from # KubeApi . refreshResourceVersion setResourceVersion # \u25b8 setResourceVersion ( namespace? , newVersion ): void Parameters # Name Type Default value namespace string \"\" newVersion string undefined Returns # void Inherited from # KubeApi . setResourceVersion update # \u25b8 update ( __namedParameters , data ): Promise < Pod > Parameters # Name Type __namedParameters ResourceDescriptor data PartialKubeObject < Pod > Returns # Promise < Pod > Inherited from # KubeApi . update watch # \u25b8 watch ( opts? ): () => void Parameters # Name Type opts KubeApiWatchOptions Returns # fn \u25b8 (): void Returns # void Inherited from # KubeApi . watch","title":"Class: PodsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#class-podsapi","text":"Renderer . K8sApi .PodsApi","title":"Class: PodsApi"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#hierarchy","text":"KubeApi < Pod > \u21b3 PodsApi","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#properties","text":"apiBase apiGroup apiPrefix apiResource apiVersion apiVersionPreferred isNamespaced kind objectConstructor options request resourceVersions watchDisposer","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#accessors","text":"apiVersionWithGroup","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#methods","text":"checkPreferredVersion create delete get getLogs getResourceVersion getUrl getWatchUrl list modifyWatchEvent normalizeQuery parseResponse patch refreshResourceVersion setResourceVersion update watch","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#constructor","text":"\u2022 new PodsApi ( options )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apibase","text":"\u2022 apiBase : string","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apigroup","text":"\u2022 apiGroup : string","title":"apiGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiprefix","text":"\u2022 apiPrefix : string","title":"apiPrefix"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiresource","text":"\u2022 Readonly apiResource : string","title":"apiResource"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversionpreferred","text":"\u2022 Optional apiVersionPreferred : string","title":"apiVersionPreferred"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#isnamespaced","text":"\u2022 Readonly isNamespaced : boolean","title":"isNamespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#objectconstructor","text":"\u2022 objectConstructor : KubeObjectConstructor < Pod >","title":"objectConstructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#options","text":"\u2022 Protected options : IKubeApiOptions < Pod >","title":"options"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#request","text":"\u2022 Protected request : KubeJsonApi","title":"request"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#resourceversions","text":"\u2022 Protected resourceVersions : Map < string , string >","title":"resourceVersions"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#watchdisposer","text":"\u2022 Protected watchDisposer : () => void","title":"watchDisposer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#apiversionwithgroup","text":"\u2022 get apiVersionWithGroup (): string","title":"apiVersionWithGroup"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#checkpreferredversion","text":"\u25b8 Protected checkPreferredVersion (): Promise < void >","title":"checkPreferredVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#create","text":"\u25b8 create ( __namedParameters , data? ): Promise < Pod >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#delete","text":"\u25b8 delete ( __namedParameters ): Promise < KubeJsonApiData >","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#get","text":"\u25b8 get ( desc , query? ): Promise < Pod >","title":"get"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getlogs","text":"\u25b8 getLogs ( params , query? ): Promise < string >","title":"getLogs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getresourceversion","text":"\u25b8 getResourceVersion ( namespace? ): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#geturl","text":"\u25b8 getUrl ( __namedParameters? , query? ): string","title":"getUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#getwatchurl","text":"\u25b8 getWatchUrl ( namespace? , query? ): string","title":"getWatchUrl"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#list","text":"\u25b8 list ( __namedParameters? , query? ): Promise < Pod []>","title":"list"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#modifywatchevent","text":"\u25b8 Protected modifyWatchEvent ( event ): void","title":"modifyWatchEvent"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#normalizequery","text":"\u25b8 Protected normalizeQuery ( query? ): Partial < IKubeApiQueryParams >","title":"normalizeQuery"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#parseresponse","text":"\u25b8 Protected parseResponse ( data , namespace? ): Pod | Pod []","title":"parseResponse"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#patch","text":"\u25b8 patch ( desc , data? , strategy? ): Promise < Pod >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#refreshresourceversion","text":"\u25b8 refreshResourceVersion ( params? ): Promise < Pod []>","title":"refreshResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#setresourceversion","text":"\u25b8 setResourceVersion ( namespace? , newVersion ): void","title":"setResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#update","text":"\u25b8 update ( __namedParameters , data ): Promise < Pod >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsApi/#watch","text":"\u25b8 watch ( opts? ): () => void","title":"watch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/","text":"Class: PodsStore # Renderer . K8sApi .PodsStore Hierarchy # KubeObjectStore < Pod > \u21b3 PodsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items kubeMetrics limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPodKubeMetrics getPodsByNode getPodsByOwner getPodsByOwnerId getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems loadKubeMetrics mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new PodsStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : PodsApi = podsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Pod > Inherited from # KubeObjectStore . items kubeMetrics # \u2022 kubeMetrics : IObservableArray < PodMetrics > limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Pod , void , undefined > Returns # Generator < Pod , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Pod [] Parameters # Name Type items Pod [] Returns # Pod [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Pod [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Pod [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Pod Parameters # Name Type id string Returns # Pod Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Pod [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Pod [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Pod Parameters # Name Type name string namespace? string Returns # Pod Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Pod Parameters # Name Type path string Returns # Pod Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Pod [] Returns # Pod [] Inherited from # KubeObjectStore . getItems getPodKubeMetrics # \u25b8 getPodKubeMetrics ( pod ): Object Parameters # Name Type pod Pod Returns # Object Name Type cpu number memory number getPodsByNode # \u25b8 getPodsByNode ( node ): Pod [] Parameters # Name Type node string Returns # Pod [] getPodsByOwner # \u25b8 getPodsByOwner ( workload ): Pod [] Parameters # Name Type workload WorkloadKubeObject Returns # Pod [] getPodsByOwnerId # \u25b8 getPodsByOwnerId ( workloadId ): Pod [] Parameters # Name Type workloadId string Returns # Pod [] getStatuses # \u25b8 getStatuses ( pods ): Dictionary < number > Parameters # Name Type pods Pod [] Returns # Dictionary < number > Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Pod Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Pod [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Pod > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Pod []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Pod []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Pod > Parameters # Name Type resourcePath string Returns # Promise < Pod > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Pod > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Pod > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Pod []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Pod []> Inherited from # KubeObjectStore . loadItems loadKubeMetrics # \u25b8 loadKubeMetrics ( namespace? ): Promise < void > Parameters # Name Type namespace? string Returns # Promise < void > mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Pod [] Parameters # Name Type partialItems Pod [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Pod [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Pod > Parameters # Name Type item Pod patch Patch Returns # Promise < Pod > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Pod []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Pod []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Pod Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Pod request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Pod [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Pod [] the items to be sorted (default: the current items in this store) sorting ( item : Pod ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Pod [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Pod [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Pod Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Pod > Parameters # Name Type item Pod data Partial < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Pod > Parameters # Name Type item Pod request () => Promise < Pod > Returns # Promise < Pod > Inherited from # KubeObjectStore . updateItem","title":"Class: PodsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#class-podsstore","text":"Renderer . K8sApi .PodsStore","title":"Class: PodsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#hierarchy","text":"KubeObjectStore < Pod > \u21b3 PodsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items kubeMetrics limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPodKubeMetrics getPodsByNode getPodsByOwner getPodsByOwnerId getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems loadKubeMetrics mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#constructor","text":"\u2022 new PodsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#api","text":"\u2022 api : PodsApi = podsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#items","text":"\u2022 items : IObservableArray < Pod >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#kubemetrics","text":"\u2022 kubeMetrics : IObservableArray < PodMetrics >","title":"kubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#iterator","text":"\u25b8 [iterator] (): Generator < Pod , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#create","text":"\u25b8 create ( params , data? ): Promise < Pod >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Pod >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Pod []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Pod []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbyid","text":"\u25b8 getById ( id ): Pod","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Pod []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Pod","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getbypath","text":"\u25b8 getByPath ( path ): Pod","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getitems","text":"\u25b8 getItems (): Pod []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodkubemetrics","text":"\u25b8 getPodKubeMetrics ( pod ): Object","title":"getPodKubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbynode","text":"\u25b8 getPodsByNode ( node ): Pod []","title":"getPodsByNode"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbyowner","text":"\u25b8 getPodsByOwner ( workload ): Pod []","title":"getPodsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getpodsbyownerid","text":"\u25b8 getPodsByOwnerId ( workloadId ): Pod []","title":"getPodsByOwnerId"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#getstatuses","text":"\u25b8 getStatuses ( pods ): Dictionary < number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#load","text":"\u25b8 load ( params ): Promise < Pod >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Pod []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Pod >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Pod >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Pod []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#loadkubemetrics","text":"\u25b8 loadKubeMetrics ( namespace? ): Promise < void >","title":"loadKubeMetrics"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Pod []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Pod >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Pod []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Pod [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#update","text":"\u25b8 update ( item , data ): Promise < Pod >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.PodsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Pod >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/","text":"Class: ReplicaSet # Renderer . K8sApi .ReplicaSet Hierarchy # WorkloadKubeObject \u21b3 ReplicaSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getCurrent getDesired getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReady getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ReplicaSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type minReadySeconds? number replicas? number selector LabelSelector template? Object template.metadata Object template.metadata.labels Object template.metadata.labels.app string template.spec? Object template.spec.activeDeadlineSeconds? number template.spec.affinity? IAffinity template.spec.automountServiceAccountToken? boolean template.spec.containers IPodContainer [] template.spec.dnsPolicy? string template.spec.hostAliases? Object template.spec.hostAliases.hostnames string [] template.spec.hostAliases.ip string template.spec.hostIPC? boolean template.spec.hostNetwork? boolean template.spec.hostPID? boolean template.spec.hostname? string template.spec.imagePullSecrets? { name : string }[] template.spec.initContainers IPodContainer [] template.spec.nodeName? string template.spec.nodeSelector? Object template.spec.priority? number template.spec.priorityClassName? string template.spec.restartPolicy? string template.spec.schedulerName? string template.spec.securityContext? Object template.spec.serviceAccount string template.spec.serviceAccountName string template.spec.shareProcessNamespace? boolean template.spec.subdomain? string template.spec.terminationGracePeriodSeconds? number template.spec.tolerations? { effect? : string ; key? : string ; operator? : string ; tolerationSeconds? : number ; value? : string }[] template.spec.volumes? { configMap : { name : string } ; emptyDir : { medium? : string ; sizeLimit? : string } ; name : string ; persistentVolumeClaim : { claimName : string } ; secret : { defaultMode : number ; secretName : string } }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type availableReplicas? number conditions? { lastTransitionTime : string ; lastUpdateTime : string ; message : string ; reason : string ; status : string ; type : string }[] fullyLabeledReplicas? number observedGeneration? number readyReplicas? number replicas number Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"ReplicaSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getCurrent # \u25b8 getCurrent (): number Returns # number getDesired # \u25b8 getDesired (): number Returns # number getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReady # \u25b8 getReady (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ReplicaSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#class-replicaset","text":"Renderer . K8sApi .ReplicaSet","title":"Class: ReplicaSet"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#hierarchy","text":"WorkloadKubeObject \u21b3 ReplicaSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getCurrent getDesired getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReady getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#constructor","text":"\u2022 new ReplicaSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/replicasets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#kind_1","text":"\u25aa Static kind : string = \"ReplicaSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getcurrent","text":"\u25b8 getCurrent (): number","title":"getCurrent"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getdesired","text":"\u25b8 getDesired (): number","title":"getDesired"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getready","text":"\u25b8 getReady (): number","title":"getReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/","text":"Class: ReplicaSetStore # Renderer . K8sApi .ReplicaSetStore Hierarchy # KubeObjectStore < ReplicaSet > \u21b3 ReplicaSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getReplicaSetsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ReplicaSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : ReplicaSetApi = replicaSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ReplicaSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ReplicaSet , void , undefined > Returns # Generator < ReplicaSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ReplicaSet [] Parameters # Name Type items ReplicaSet [] Returns # ReplicaSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ReplicaSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ReplicaSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ReplicaSet Parameters # Name Type id string Returns # ReplicaSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ReplicaSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ReplicaSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ReplicaSet Parameters # Name Type name string namespace? string Returns # ReplicaSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ReplicaSet Parameters # Name Type path string Returns # ReplicaSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( replicaSet ): Pod [] Parameters # Name Type replicaSet ReplicaSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ReplicaSet [] Returns # ReplicaSet [] Inherited from # KubeObjectStore . getItems getReplicaSetsByOwner # \u25b8 getReplicaSetsByOwner ( deployment ): ReplicaSet [] Parameters # Name Type deployment Deployment Returns # ReplicaSet [] getStatuses # \u25b8 getStatuses ( replicaSets ): Object Parameters # Name Type replicaSets ReplicaSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ReplicaSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ReplicaSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ReplicaSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ReplicaSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ReplicaSet > Parameters # Name Type resourcePath string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ReplicaSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ReplicaSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ReplicaSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ReplicaSet [] Parameters # Name Type partialItems ReplicaSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ReplicaSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet patch Patch Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ReplicaSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ReplicaSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ReplicaSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ReplicaSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ReplicaSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ReplicaSet [] the items to be sorted (default: the current items in this store) sorting ( item : ReplicaSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ReplicaSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ReplicaSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ReplicaSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet data Partial < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ReplicaSet > Parameters # Name Type item ReplicaSet request () => Promise < ReplicaSet > Returns # Promise < ReplicaSet > Inherited from # KubeObjectStore . updateItem","title":"Class: ReplicaSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#class-replicasetstore","text":"Renderer . K8sApi .ReplicaSetStore","title":"Class: ReplicaSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#hierarchy","text":"KubeObjectStore < ReplicaSet > \u21b3 ReplicaSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getReplicaSetsByOwner getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#constructor","text":"\u2022 new ReplicaSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#api","text":"\u2022 api : ReplicaSetApi = replicaSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#items","text":"\u2022 items : IObservableArray < ReplicaSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < ReplicaSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < ReplicaSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ReplicaSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ReplicaSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ReplicaSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbyid","text":"\u25b8 getById ( id ): ReplicaSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ReplicaSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ReplicaSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getbypath","text":"\u25b8 getByPath ( path ): ReplicaSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getchildpods","text":"\u25b8 getChildPods ( replicaSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getitems","text":"\u25b8 getItems (): ReplicaSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getreplicasetsbyowner","text":"\u25b8 getReplicaSetsByOwner ( deployment ): ReplicaSet []","title":"getReplicaSetsByOwner"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#getstatuses","text":"\u25b8 getStatuses ( replicaSets ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#load","text":"\u25b8 load ( params ): Promise < ReplicaSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ReplicaSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ReplicaSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ReplicaSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ReplicaSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ReplicaSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ReplicaSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ReplicaSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ReplicaSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#update","text":"\u25b8 update ( item , data ): Promise < ReplicaSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ReplicaSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/","text":"Class: ResourceQuota # Renderer . K8sApi .ResourceQuota Hierarchy # KubeObject \u21b3 ResourceQuota Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ResourceQuota ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type hard IResourceQuotaValues scopeSelector? Object scopeSelector.matchExpressions { operator : string ; scopeName : string ; values : string [] }[] Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type hard IResourceQuotaValues used IResourceQuotaValues Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/resourcequotas\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ResourceQuota\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getScopeSelector # \u25b8 getScopeSelector (): { operator : string ; scopeName : string ; values : string [] }[] Returns # { operator : string ; scopeName : string ; values : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ResourceQuota > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#class-resourcequota","text":"Renderer . K8sApi .ResourceQuota","title":"Class: ResourceQuota"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#hierarchy","text":"KubeObject \u21b3 ResourceQuota","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getScopeSelector getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#constructor","text":"\u2022 new ResourceQuota ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/resourcequotas\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#kind_1","text":"\u25aa Static kind : string = \"ResourceQuota\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getscopeselector","text":"\u25b8 getScopeSelector (): { operator : string ; scopeName : string ; values : string [] }[]","title":"getScopeSelector"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuota/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/","text":"Class: ResourceQuotasStore # Renderer . K8sApi .ResourceQuotasStore Hierarchy # KubeObjectStore < ResourceQuota > \u21b3 ResourceQuotasStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ResourceQuotasStore ( api? ) Parameters # Name Type api? KubeApi < ResourceQuota > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ResourceQuota > = resourceQuotaApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ResourceQuota > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ResourceQuota , void , undefined > Returns # Generator < ResourceQuota , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ResourceQuota [] Parameters # Name Type items ResourceQuota [] Returns # ResourceQuota [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ResourceQuota [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ResourceQuota [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ResourceQuota Parameters # Name Type id string Returns # ResourceQuota Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ResourceQuota [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ResourceQuota [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ResourceQuota Parameters # Name Type name string namespace? string Returns # ResourceQuota Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ResourceQuota Parameters # Name Type path string Returns # ResourceQuota Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ResourceQuota [] Returns # ResourceQuota [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ResourceQuota [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ResourceQuota Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ResourceQuota [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ResourceQuota []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ResourceQuota []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ResourceQuota > Parameters # Name Type resourcePath string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ResourceQuota > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ResourceQuota []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ResourceQuota []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ResourceQuota [] Parameters # Name Type partialItems ResourceQuota [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ResourceQuota [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota patch Patch Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ResourceQuota []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ResourceQuota []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ResourceQuota Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ResourceQuota request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ResourceQuota [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ResourceQuota [] the items to be sorted (default: the current items in this store) sorting ( item : ResourceQuota ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ResourceQuota [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ResourceQuota [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ResourceQuota Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota data Partial < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ResourceQuota > Parameters # Name Type item ResourceQuota request () => Promise < ResourceQuota > Returns # Promise < ResourceQuota > Inherited from # KubeObjectStore . updateItem","title":"Class: ResourceQuotasStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#class-resourcequotasstore","text":"Renderer . K8sApi .ResourceQuotasStore","title":"Class: ResourceQuotasStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#hierarchy","text":"KubeObjectStore < ResourceQuota > \u21b3 ResourceQuotasStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#constructor","text":"\u2022 new ResourceQuotasStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#api","text":"\u2022 api : KubeApi < ResourceQuota > = resourceQuotaApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#items","text":"\u2022 items : IObservableArray < ResourceQuota >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#iterator","text":"\u25b8 [iterator] (): Generator < ResourceQuota , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#create","text":"\u25b8 create ( params , data? ): Promise < ResourceQuota >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < ResourceQuota >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ResourceQuota []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ResourceQuota []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbyid","text":"\u25b8 getById ( id ): ResourceQuota","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ResourceQuota []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ResourceQuota","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getbypath","text":"\u25b8 getByPath ( path ): ResourceQuota","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getitems","text":"\u25b8 getItems (): ResourceQuota []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#load","text":"\u25b8 load ( params ): Promise < ResourceQuota >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ResourceQuota []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ResourceQuota >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ResourceQuota >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ResourceQuota []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ResourceQuota []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ResourceQuota >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ResourceQuota []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ResourceQuota [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#update","text":"\u25b8 update ( item , data ): Promise < ResourceQuota >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ResourceQuota >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/","text":"Class: ResourceStack # Renderer . K8sApi .ResourceStack Table of contents # Constructors # constructor Properties # cluster name Methods # appendKubectlArgs applyResources deleteResources kubectlApplyFolder kubectlDeleteFolder renderTemplates Constructors # constructor # \u2022 new ResourceStack ( cluster , name ) Parameters # Name Type cluster KubernetesCluster name string Properties # cluster # \u2022 Protected cluster : KubernetesCluster name # \u2022 Protected name : string Methods # appendKubectlArgs # \u25b8 Protected appendKubectlArgs ( kubectlArgs ): string [] Parameters # Name Type kubectlArgs string [] Returns # string [] applyResources # \u25b8 Protected applyResources ( resources , extraArgs? ): Promise < string > Parameters # Name Type resources string [] extraArgs? string [] Returns # Promise < string > deleteResources # \u25b8 Protected deleteResources ( resources , extraArgs? ): Promise < string > Parameters # Name Type resources string [] extraArgs? string [] Returns # Promise < string > kubectlApplyFolder # \u25b8 kubectlApplyFolder ( folderPath , templateContext? , extraArgs? ): Promise < string > Parameters # Name Type Description folderPath string folder path that is searched for files defining kubernetes resources. templateContext? any sets the template parameters that are to be applied to any templated kubernetes resources that are to be applied. extraArgs? string [] - Returns # Promise < string > kubectlDeleteFolder # \u25b8 kubectlDeleteFolder ( folderPath , templateContext? , extraArgs? ): Promise < string > Parameters # Name Type Description folderPath string folder path that is searched for files defining kubernetes resources. templateContext? any sets the template parameters that are to be applied to any templated kubernetes resources that are to be applied. extraArgs? string [] - Returns # Promise < string > renderTemplates # \u25b8 Protected renderTemplates ( folderPath , templateContext ): Promise < string []> Parameters # Name Type folderPath string templateContext any Returns # Promise < string []>","title":"Class: ResourceStack"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#class-resourcestack","text":"Renderer . K8sApi .ResourceStack","title":"Class: ResourceStack"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#properties","text":"cluster name","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#methods","text":"appendKubectlArgs applyResources deleteResources kubectlApplyFolder kubectlDeleteFolder renderTemplates","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#constructor","text":"\u2022 new ResourceStack ( cluster , name )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#cluster","text":"\u2022 Protected cluster : KubernetesCluster","title":"cluster"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#name","text":"\u2022 Protected name : string","title":"name"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#appendkubectlargs","text":"\u25b8 Protected appendKubectlArgs ( kubectlArgs ): string []","title":"appendKubectlArgs"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#applyresources","text":"\u25b8 Protected applyResources ( resources , extraArgs? ): Promise < string >","title":"applyResources"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#deleteresources","text":"\u25b8 Protected deleteResources ( resources , extraArgs? ): Promise < string >","title":"deleteResources"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#kubectlapplyfolder","text":"\u25b8 kubectlApplyFolder ( folderPath , templateContext? , extraArgs? ): Promise < string >","title":"kubectlApplyFolder"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#kubectldeletefolder","text":"\u25b8 kubectlDeleteFolder ( folderPath , templateContext? , extraArgs? ): Promise < string >","title":"kubectlDeleteFolder"},{"location":"extensions/api/classes/Renderer.K8sApi.ResourceStack/#rendertemplates","text":"\u25b8 Protected renderTemplates ( folderPath , templateContext ): Promise < string []>","title":"renderTemplates"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/","text":"Class: Role # Renderer . K8sApi .Role Hierarchy # KubeObject \u21b3 Role Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata rules spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Role ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata rules # \u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Role\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getRules # \u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] Returns # { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[] getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Role > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Role"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#class-role","text":"Renderer . K8sApi .Role","title":"Class: Role"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#hierarchy","text":"KubeObject \u21b3 Role","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#properties","text":"apiVersion kind managedFields metadata rules spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getRules getSearchFields getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#constructor","text":"\u2022 new Role ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#rules","text":"\u2022 rules : { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"rules"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/roles\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#kind_1","text":"\u25aa Static kind : string = \"Role\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getrules","text":"\u25b8 getRules (): { apiGroups : string [] ; resourceNames? : string [] ; resources : string [] ; verbs : string [] }[]","title":"getRules"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Role/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/","text":"Class: RoleBinding # Renderer . K8sApi .RoleBinding Hierarchy # KubeObject \u21b3 RoleBinding Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new RoleBinding ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata roleRef # \u2022 roleRef : Object Type declaration # Name Type apiGroup? string kind string name string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status subjects # \u2022 Optional subjects : RoleBindingSubject [] apiBase # \u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"RoleBinding\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSubjectNames # \u25b8 getSubjectNames (): string Returns # string getSubjects # \u25b8 getSubjects (): RoleBindingSubject [] Returns # RoleBindingSubject [] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < RoleBinding > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: RoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#class-rolebinding","text":"Renderer . K8sApi .RoleBinding","title":"Class: RoleBinding"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#hierarchy","text":"KubeObject \u21b3 RoleBinding","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#properties","text":"apiVersion kind managedFields metadata roleRef spec status subjects apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSubjectNames getSubjects getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#constructor","text":"\u2022 new RoleBinding ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#roleref","text":"\u2022 roleRef : Object","title":"roleRef"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#subjects","text":"\u2022 Optional subjects : RoleBindingSubject []","title":"subjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#apibase","text":"\u25aa Static apiBase : string = \"/apis/rbac.authorization.k8s.io/v1/rolebindings\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#kind_1","text":"\u25aa Static kind : string = \"RoleBinding\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsubjectnames","text":"\u25b8 getSubjectNames (): string","title":"getSubjectNames"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#getsubjects","text":"\u25b8 getSubjects (): RoleBindingSubject []","title":"getSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBinding/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/","text":"Class: RoleBindingsStore # Renderer . K8sApi .RoleBindingsStore Hierarchy # KubeObjectStore < RoleBinding > \u21b3 RoleBindingsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems removeSubjects reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateSubjects Constructors # constructor # \u2022 new RoleBindingsStore ( api? ) Parameters # Name Type api? KubeApi < RoleBinding > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < RoleBinding > = roleBindingApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < RoleBinding > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < RoleBinding , void , undefined > Returns # Generator < RoleBinding , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace string data? Partial < RoleBinding > Returns # Promise < RoleBinding > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): RoleBinding [] Parameters # Name Type items RoleBinding [] Returns # RoleBinding [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): RoleBinding [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # RoleBinding [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): RoleBinding Parameters # Name Type id string Returns # RoleBinding Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): RoleBinding [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # RoleBinding [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): RoleBinding Parameters # Name Type name string namespace? string Returns # RoleBinding Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): RoleBinding Parameters # Name Type path string Returns # RoleBinding Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): RoleBinding [] Returns # RoleBinding [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items RoleBinding [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item RoleBinding Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems RoleBinding [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | RoleBinding []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | RoleBinding []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < RoleBinding > Parameters # Name Type resourcePath string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < RoleBinding > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < RoleBinding []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < RoleBinding []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): RoleBinding [] Parameters # Name Type partialItems RoleBinding [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # RoleBinding [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < RoleBinding > Parameters # Name Type item RoleBinding patch Patch Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | RoleBinding []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | RoleBinding []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item RoleBinding Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item RoleBinding request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems removeSubjects # \u25b8 removeSubjects ( roleBinding , subjectsToRemove ): Promise < RoleBinding > Parameters # Name Type roleBinding RoleBinding subjectsToRemove Iterable < RoleBindingSubject > Returns # Promise < RoleBinding > reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): RoleBinding [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items RoleBinding [] Returns # RoleBinding [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems RoleBinding [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item RoleBinding Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < RoleBinding > Parameters # Name Type item RoleBinding data Partial < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < RoleBinding > Parameters # Name Type item RoleBinding request () => Promise < RoleBinding > Returns # Promise < RoleBinding > Inherited from # KubeObjectStore . updateItem updateSubjects # \u25b8 updateSubjects ( roleBinding , subjects ): Promise < RoleBinding > Parameters # Name Type roleBinding RoleBinding subjects RoleBindingSubject [] Returns # Promise < RoleBinding >","title":"Class: RoleBindingsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#class-rolebindingsstore","text":"Renderer . K8sApi .RoleBindingsStore","title":"Class: RoleBindingsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#hierarchy","text":"KubeObjectStore < RoleBinding > \u21b3 RoleBindingsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems removeSubjects reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem updateSubjects","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#constructor","text":"\u2022 new RoleBindingsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#api","text":"\u2022 api : KubeApi < RoleBinding > = roleBindingApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#items","text":"\u2022 items : IObservableArray < RoleBinding >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#iterator","text":"\u25b8 [iterator] (): Generator < RoleBinding , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#create","text":"\u25b8 create ( params , data? ): Promise < RoleBinding >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < RoleBinding >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): RoleBinding []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): RoleBinding []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbyid","text":"\u25b8 getById ( id ): RoleBinding","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): RoleBinding []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): RoleBinding","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getbypath","text":"\u25b8 getByPath ( path ): RoleBinding","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getitems","text":"\u25b8 getItems (): RoleBinding []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#load","text":"\u25b8 load ( params ): Promise < RoleBinding >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | RoleBinding []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < RoleBinding >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < RoleBinding >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < RoleBinding []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): RoleBinding []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < RoleBinding >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | RoleBinding []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#removesubjects","text":"\u25b8 removeSubjects ( roleBinding , subjectsToRemove ): Promise < RoleBinding >","title":"removeSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): RoleBinding [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#update","text":"\u25b8 update ( item , data ): Promise < RoleBinding >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < RoleBinding >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/#updatesubjects","text":"\u25b8 updateSubjects ( roleBinding , subjects ): Promise < RoleBinding >","title":"updateSubjects"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/","text":"Class: RolesStore # Renderer . K8sApi .RolesStore Hierarchy # KubeObjectStore < Role > \u21b3 RolesStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new RolesStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Role > = roleApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Role > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Role , void , undefined > Returns # Generator < Role , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Role > Returns # Promise < Role > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Role [] Parameters # Name Type items Role [] Returns # Role [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Role [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Role [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Role Parameters # Name Type id string Returns # Role Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Role [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Role [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Role Parameters # Name Type name string namespace? string Returns # Role Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Role Parameters # Name Type path string Returns # Role Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Role [] Returns # Role [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Role [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Role Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Role [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Role > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Role []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Role []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Role > Parameters # Name Type resourcePath string Returns # Promise < Role > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Role > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Role > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Role []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Role []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Role [] Parameters # Name Type partialItems Role [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Role [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Role > Parameters # Name Type item Role patch Patch Returns # Promise < Role > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Role []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Role []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Role Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Role request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items ): Role [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type items Role [] Returns # Role [] Overrides # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Role [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Role Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Role > Parameters # Name Type item Role data Partial < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Role > Parameters # Name Type item Role request () => Promise < Role > Returns # Promise < Role > Inherited from # KubeObjectStore . updateItem","title":"Class: RolesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#class-rolesstore","text":"Renderer . K8sApi .RolesStore","title":"Class: RolesStore"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#hierarchy","text":"KubeObjectStore < Role > \u21b3 RolesStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#constructor","text":"\u2022 new RolesStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#api","text":"\u2022 api : KubeApi < Role > = roleApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#items","text":"\u2022 items : IObservableArray < Role >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#iterator","text":"\u25b8 [iterator] (): Generator < Role , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#create","text":"\u25b8 create ( params , data? ): Promise < Role >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Role >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Role []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Role []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbyid","text":"\u25b8 getById ( id ): Role","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Role []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Role","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getbypath","text":"\u25b8 getByPath ( path ): Role","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getitems","text":"\u25b8 getItems (): Role []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#load","text":"\u25b8 load ( params ): Promise < Role >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Role []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Role >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Role >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Role []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Role []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Role >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Role []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#sortitems","text":"\u25b8 Protected sortItems ( items ): Role [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#update","text":"\u25b8 update ( item , data ): Promise < Role >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.RolesStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Role >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/","text":"Class: Secret # Renderer . K8sApi .Secret Hierarchy # KubeObject \u21b3 Secret Table of contents # Constructors # constructor Properties # apiVersion data kind managedFields metadata spec status type apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getToken patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Secret ( data ) Parameters # Name Type data SecretData Overrides # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion data # \u2022 data : Record < string , string > kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status type # \u2022 type : SecretType apiBase # \u25aa Static apiBase : string = \"/api/v1/secrets\" Overrides # KubeObject . apiBase kind # \u25aa Static kind : string = \"Secret\" Overrides # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Overrides # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # KubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getKeys # \u25b8 getKeys (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getToken # \u25b8 getToken (): string Returns # string patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Secret > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Secret"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#class-secret","text":"Renderer . K8sApi .Secret","title":"Class: Secret"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#hierarchy","text":"KubeObject \u21b3 Secret","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#properties","text":"apiVersion data kind managedFields metadata spec status type apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#methods","text":"delete getAge getAnnotations getFinalizers getId getKeys getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getTimeDiffFromNow getToken patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#constructor","text":"\u2022 new Secret ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#data","text":"\u2022 data : Record < string , string >","title":"data"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#type","text":"\u2022 type : SecretType","title":"type"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/secrets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#kind_1","text":"\u25aa Static kind : string = \"Secret\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getkeys","text":"\u25b8 getKeys (): string []","title":"getKeys"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#gettoken","text":"\u25b8 getToken (): string","title":"getToken"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Secret/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/","text":"Class: SecretsStore # Renderer . K8sApi .SecretsStore Hierarchy # KubeObjectStore < Secret > \u21b3 SecretsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new SecretsStore ( api? ) Parameters # Name Type api? KubeApi < Secret > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Secret > = secretsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Secret > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Secret , void , undefined > Returns # Generator < Secret , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Secret [] Parameters # Name Type items Secret [] Returns # Secret [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Secret [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Secret [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Secret Parameters # Name Type id string Returns # Secret Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Secret [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Secret [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Secret Parameters # Name Type name string namespace? string Returns # Secret Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Secret Parameters # Name Type path string Returns # Secret Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Secret [] Returns # Secret [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Secret [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Secret Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Secret [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Secret > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Secret []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Secret []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Secret > Parameters # Name Type resourcePath string Returns # Promise < Secret > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Secret > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Secret > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Secret []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Secret []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Secret [] Parameters # Name Type partialItems Secret [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Secret [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Secret > Parameters # Name Type item Secret patch Patch Returns # Promise < Secret > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Secret []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Secret []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Secret Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Secret request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Secret [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Secret [] the items to be sorted (default: the current items in this store) sorting ( item : Secret ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Secret [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Secret [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Secret Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Secret > Parameters # Name Type item Secret data Partial < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Secret > Parameters # Name Type item Secret request () => Promise < Secret > Returns # Promise < Secret > Inherited from # KubeObjectStore . updateItem","title":"Class: SecretsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#class-secretsstore","text":"Renderer . K8sApi .SecretsStore","title":"Class: SecretsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#hierarchy","text":"KubeObjectStore < Secret > \u21b3 SecretsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#constructor","text":"\u2022 new SecretsStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#api","text":"\u2022 api : KubeApi < Secret > = secretsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#items","text":"\u2022 items : IObservableArray < Secret >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#iterator","text":"\u25b8 [iterator] (): Generator < Secret , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#create","text":"\u25b8 create ( params , data? ): Promise < Secret >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Secret >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Secret []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Secret []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbyid","text":"\u25b8 getById ( id ): Secret","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Secret []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Secret","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getbypath","text":"\u25b8 getByPath ( path ): Secret","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getitems","text":"\u25b8 getItems (): Secret []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#load","text":"\u25b8 load ( params ): Promise < Secret >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Secret []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Secret >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Secret >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Secret []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Secret []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Secret >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Secret []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Secret [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#update","text":"\u25b8 update ( item , data ): Promise < Secret >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.SecretsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Secret >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/","text":"Class: Service # Renderer . K8sApi .Service Hierarchy # KubeObject \u21b3 Service Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getClusterIp getClusterIps getExternalIps getFinalizers getId getIpFamilies getIpFamilyPolicy getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getTimeDiffFromNow getType isActive patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new Service ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata spec # \u2022 spec : Object Type declaration # Name Type allocateLoadBalancerNodePorts? boolean clusterIP string clusterIPs? string [] externalIPs? string [] externalName? string externalTrafficPolicy? string healthCheckNodePort? number internalTrafficPolicy? string ipFamilies? string [] ipFamilyPolicy? string loadBalancerClass? string loadBalancerIP? string loadBalancerSourceRanges? string [] ports ServicePort [] selector Object sessionAffinity string topologyKeys? string [] type string Inherited from # KubeObject . spec status # \u2022 status : Object Type declaration # Name Type loadBalancer? Object loadBalancer.ingress? { hostname? : string ; ip? : string }[] Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/services\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"Service\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getClusterIp # \u25b8 getClusterIp (): string Returns # string getClusterIps # \u25b8 getClusterIps (): string [] Returns # string [] getExternalIps # \u25b8 getExternalIps (): string [] Returns # string [] getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getIpFamilies # \u25b8 getIpFamilies (): string [] Returns # string [] getIpFamilyPolicy # \u25b8 getIpFamilyPolicy (): string Returns # string getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getLoadBalancer # \u25b8 getLoadBalancer (): Object Returns # Object Name Type ingress? { hostname? : string ; ip? : string }[] getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getPorts # \u25b8 getPorts (): ServicePort [] Returns # ServicePort [] getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSelector # \u25b8 getSelector (): string [] Returns # string [] getStatus # \u25b8 getStatus (): \"Active\" | \"Pending\" Returns # \"Active\" | \"Pending\" getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getType # \u25b8 getType (): string Returns # string isActive # \u25b8 isActive (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < Service > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: Service"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#class-service","text":"Renderer . K8sApi .Service","title":"Class: Service"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#hierarchy","text":"KubeObject \u21b3 Service","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#methods","text":"delete getAge getAnnotations getClusterIp getClusterIps getExternalIps getFinalizers getId getIpFamilies getIpFamilyPolicy getLabels getLoadBalancer getName getNs getOwnerRefs getPorts getResourceVersion getSearchFields getSelector getStatus getTimeDiffFromNow getType isActive patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#constructor","text":"\u2022 new Service ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/services\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#kind_1","text":"\u25aa Static kind : string = \"Service\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getclusterip","text":"\u25b8 getClusterIp (): string","title":"getClusterIp"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getclusterips","text":"\u25b8 getClusterIps (): string []","title":"getClusterIps"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getexternalips","text":"\u25b8 getExternalIps (): string []","title":"getExternalIps"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getipfamilies","text":"\u25b8 getIpFamilies (): string []","title":"getIpFamilies"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getipfamilypolicy","text":"\u25b8 getIpFamilyPolicy (): string","title":"getIpFamilyPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getloadbalancer","text":"\u25b8 getLoadBalancer (): Object","title":"getLoadBalancer"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getports","text":"\u25b8 getPorts (): ServicePort []","title":"getPorts"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getselector","text":"\u25b8 getSelector (): string []","title":"getSelector"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#getstatus","text":"\u25b8 getStatus (): \"Active\" | \"Pending\"","title":"getStatus"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#gettype","text":"\u25b8 getType (): string","title":"getType"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isactive","text":"\u25b8 isActive (): boolean","title":"isActive"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.Service/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/","text":"Class: ServiceAccount # Renderer . K8sApi .ServiceAccount Hierarchy # KubeObject \u21b3 ServiceAccount Table of contents # Constructors # constructor Properties # apiVersion imagePullSecrets kind managedFields metadata secrets spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new ServiceAccount ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion imagePullSecrets # \u2022 Optional imagePullSecrets : { name : string }[] kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata secrets # \u2022 Optional secrets : { name : string }[] spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status apiBase # \u25aa Static apiBase : string = \"/api/v1/serviceaccounts\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"ServiceAccount\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = true Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getImagePullSecrets # \u25b8 getImagePullSecrets (): { name : string }[] Returns # { name : string }[] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getSecrets # \u25b8 getSecrets (): { name : string }[] Returns # { name : string }[] getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < ServiceAccount > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#class-serviceaccount","text":"Renderer . K8sApi .ServiceAccount","title":"Class: ServiceAccount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#hierarchy","text":"KubeObject \u21b3 ServiceAccount","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#properties","text":"apiVersion imagePullSecrets kind managedFields metadata secrets spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#methods","text":"delete getAge getAnnotations getFinalizers getId getImagePullSecrets getLabels getName getNs getOwnerRefs getResourceVersion getSearchFields getSecrets getTimeDiffFromNow patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#constructor","text":"\u2022 new ServiceAccount ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#imagepullsecrets","text":"\u2022 Optional imagePullSecrets : { name : string }[]","title":"imagePullSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#secrets","text":"\u2022 Optional secrets : { name : string }[]","title":"secrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#apibase","text":"\u25aa Static apiBase : string = \"/api/v1/serviceaccounts\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#kind_1","text":"\u25aa Static kind : string = \"ServiceAccount\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getimagepullsecrets","text":"\u25b8 getImagePullSecrets (): { name : string }[]","title":"getImagePullSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#getsecrets","text":"\u25b8 getSecrets (): { name : string }[]","title":"getSecrets"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccount/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/","text":"Class: ServiceAccountsStore # Renderer . K8sApi .ServiceAccountsStore Hierarchy # KubeObjectStore < ServiceAccount > \u21b3 ServiceAccountsStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ServiceAccountsStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < ServiceAccount > = serviceAccountsApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < ServiceAccount > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < ServiceAccount , void , undefined > Returns # Generator < ServiceAccount , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Overrides # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): ServiceAccount [] Parameters # Name Type items ServiceAccount [] Returns # ServiceAccount [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): ServiceAccount [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # ServiceAccount [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): ServiceAccount Parameters # Name Type id string Returns # ServiceAccount Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): ServiceAccount [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # ServiceAccount [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): ServiceAccount Parameters # Name Type name string namespace? string Returns # ServiceAccount Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): ServiceAccount Parameters # Name Type path string Returns # ServiceAccount Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): ServiceAccount [] Returns # ServiceAccount [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items ServiceAccount [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item ServiceAccount Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems ServiceAccount [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | ServiceAccount []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | ServiceAccount []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < ServiceAccount > Parameters # Name Type resourcePath string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < ServiceAccount > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < ServiceAccount []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < ServiceAccount []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ServiceAccount [] Parameters # Name Type partialItems ServiceAccount [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # ServiceAccount [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount patch Patch Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | ServiceAccount []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | ServiceAccount []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item ServiceAccount Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item ServiceAccount request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): ServiceAccount [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items ServiceAccount [] the items to be sorted (default: the current items in this store) sorting ( item : ServiceAccount ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # ServiceAccount [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems ServiceAccount [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item ServiceAccount Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount data Partial < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < ServiceAccount > Parameters # Name Type item ServiceAccount request () => Promise < ServiceAccount > Returns # Promise < ServiceAccount > Inherited from # KubeObjectStore . updateItem","title":"Class: ServiceAccountsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#class-serviceaccountsstore","text":"Renderer . K8sApi .ServiceAccountsStore","title":"Class: ServiceAccountsStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#hierarchy","text":"KubeObjectStore < ServiceAccount > \u21b3 ServiceAccountsStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#constructor","text":"\u2022 new ServiceAccountsStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#api","text":"\u2022 api : KubeApi < ServiceAccount > = serviceAccountsApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#items","text":"\u2022 items : IObservableArray < ServiceAccount >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#iterator","text":"\u25b8 [iterator] (): Generator < ServiceAccount , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#create","text":"\u25b8 create ( params , data? ): Promise < ServiceAccount >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#createitem","text":"\u25b8 Protected createItem ( params ): Promise < ServiceAccount >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): ServiceAccount []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): ServiceAccount []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbyid","text":"\u25b8 getById ( id ): ServiceAccount","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): ServiceAccount []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): ServiceAccount","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getbypath","text":"\u25b8 getByPath ( path ): ServiceAccount","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getitems","text":"\u25b8 getItems (): ServiceAccount []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#load","text":"\u25b8 load ( params ): Promise < ServiceAccount >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | ServiceAccount []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < ServiceAccount >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < ServiceAccount >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < ServiceAccount []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): ServiceAccount []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < ServiceAccount >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | ServiceAccount []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): ServiceAccount [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#update","text":"\u25b8 update ( item , data ): Promise < ServiceAccount >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < ServiceAccount >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/","text":"Class: ServiceStore # Renderer . K8sApi .ServiceStore Hierarchy # KubeObjectStore < Service > \u21b3 ServiceStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new ServiceStore ( api? ) Parameters # Name Type api? KubeApi < Service > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < Service > = serviceApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < Service > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < Service , void , undefined > Returns # Generator < Service , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): Service [] Parameters # Name Type items Service [] Returns # Service [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): Service [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # Service [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): Service Parameters # Name Type id string Returns # Service Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): Service [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # Service [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): Service Parameters # Name Type name string namespace? string Returns # Service Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): Service Parameters # Name Type path string Returns # Service Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): Service [] Returns # Service [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items Service [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item Service Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems Service [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Service > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | Service []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | Service []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < Service > Parameters # Name Type resourcePath string Returns # Promise < Service > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < Service > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < Service > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < Service []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < Service []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Service [] Parameters # Name Type partialItems Service [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # Service [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < Service > Parameters # Name Type item Service patch Patch Returns # Promise < Service > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | Service []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | Service []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item Service Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item Service request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): Service [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items Service [] the items to be sorted (default: the current items in this store) sorting ( item : Service ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # Service [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems Service [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item Service Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < Service > Parameters # Name Type item Service data Partial < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < Service > Parameters # Name Type item Service request () => Promise < Service > Returns # Promise < Service > Inherited from # KubeObjectStore . updateItem","title":"Class: ServiceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#class-servicestore","text":"Renderer . K8sApi .ServiceStore","title":"Class: ServiceStore"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#hierarchy","text":"KubeObjectStore < Service > \u21b3 ServiceStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#constructor","text":"\u2022 new ServiceStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#api","text":"\u2022 api : KubeApi < Service > = serviceApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#items","text":"\u2022 items : IObservableArray < Service >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#iterator","text":"\u25b8 [iterator] (): Generator < Service , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#create","text":"\u25b8 create ( params , data? ): Promise < Service >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < Service >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): Service []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): Service []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbyid","text":"\u25b8 getById ( id ): Service","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): Service []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): Service","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getbypath","text":"\u25b8 getByPath ( path ): Service","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getitems","text":"\u25b8 getItems (): Service []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#load","text":"\u25b8 load ( params ): Promise < Service >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | Service []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < Service >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < Service >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < Service []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): Service []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < Service >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | Service []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): Service [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#update","text":"\u25b8 update ( item , data ): Promise < Service >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.ServiceStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < Service >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/","text":"Class: StatefulSet # Renderer . K8sApi .StatefulSet Hierarchy # WorkloadKubeObject \u21b3 StatefulSet Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata spec status apiBase kind namespaced Accessors # selfLink Methods # delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new StatefulSet ( data ) Parameters # Name Type data KubeJsonApiData Overrides # WorkloadKubeObject.constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # WorkloadKubeObject.apiVersion kind # \u2022 kind : string Inherited from # WorkloadKubeObject.kind managedFields # \u2022 Optional managedFields : any Inherited from # WorkloadKubeObject.managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # WorkloadKubeObject.metadata spec # \u2022 spec : Object Type declaration # Name Type replicas number selector LabelSelector serviceName string template Object template.metadata Object template.metadata.labels Object template.metadata.labels.app string template.spec Object template.spec.affinity? IAffinity template.spec.containers { image : string ; name : string ; ports : { containerPort : number ; name : string }[] ; volumeMounts : { mountPath : string ; name : string }[] }[] template.spec.nodeSelector? Object template.spec.tolerations { effect : string ; key : string ; operator : string ; tolerationSeconds : number }[] volumeClaimTemplates { metadata : { name : string } ; spec : { accessModes : string [] ; resources : { requests : { storage : string } } } }[] Overrides # WorkloadKubeObject.spec status # \u2022 status : Object Type declaration # Name Type collisionCount number currentReplicas number currentRevision string observedGeneration number readyReplicas number replicas number updateRevision string Overrides # WorkloadKubeObject.status apiBase # \u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\" Overrides # WorkloadKubeObject.apiBase kind # \u25aa Static kind : string = \"StatefulSet\" Overrides # WorkloadKubeObject.kind namespaced # \u25aa Static namespaced : boolean = true Overrides # WorkloadKubeObject.namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Inherited from # WorkloadKubeObject.selfLink Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.delete getAffinity # \u25b8 getAffinity (): IAffinity Returns # IAffinity Inherited from # WorkloadKubeObject.getAffinity getAffinityNumber # \u25b8 getAffinityNumber (): number Returns # number Inherited from # WorkloadKubeObject.getAffinityNumber getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # WorkloadKubeObject.getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # WorkloadKubeObject.getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # WorkloadKubeObject.getId getImages # \u25b8 getImages (): string [] Returns # string [] getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getLabels getName # \u25b8 getName (): string Returns # string Inherited from # WorkloadKubeObject.getName getNodeSelectors # \u25b8 getNodeSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getNodeSelectors getNs # \u25b8 getNs (): string Returns # string Inherited from # WorkloadKubeObject.getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # WorkloadKubeObject.getOwnerRefs getReplicas # \u25b8 getReplicas (): number Returns # number getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # WorkloadKubeObject.getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSearchFields getSelectors # \u25b8 getSelectors (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getSelectors getTemplateLabels # \u25b8 getTemplateLabels (): string [] Returns # string [] Inherited from # WorkloadKubeObject.getTemplateLabels getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # WorkloadKubeObject.getTimeDiffFromNow getTolerations # \u25b8 getTolerations (): IToleration [] Returns # IToleration [] Inherited from # WorkloadKubeObject.getTolerations patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # WorkloadKubeObject.toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < StatefulSet > Returns # Promise < KubeJsonApiData > Inherited from # WorkloadKubeObject.update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # WorkloadKubeObject.create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # WorkloadKubeObject.isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # WorkloadKubeObject.isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # WorkloadKubeObject.isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # WorkloadKubeObject.isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # WorkloadKubeObject.isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # WorkloadKubeObject.stringifyLabels","title":"Class: StatefulSet"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#class-statefulset","text":"Renderer . K8sApi .StatefulSet","title":"Class: StatefulSet"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#hierarchy","text":"WorkloadKubeObject \u21b3 StatefulSet","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#properties","text":"apiVersion kind managedFields metadata spec status apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#methods","text":"delete getAffinity getAffinityNumber getAge getAnnotations getFinalizers getId getImages getLabels getName getNodeSelectors getNs getOwnerRefs getReplicas getResourceVersion getSearchFields getSelectors getTemplateLabels getTimeDiffFromNow getTolerations patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#constructor","text":"\u2022 new StatefulSet ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#spec","text":"\u2022 spec : Object","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#status","text":"\u2022 status : Object","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#apibase","text":"\u25aa Static apiBase : string = \"/apis/apps/v1/statefulsets\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#kind_1","text":"\u25aa Static kind : string = \"StatefulSet\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#namespaced","text":"\u25aa Static namespaced : boolean = true","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getaffinity","text":"\u25b8 getAffinity (): IAffinity","title":"getAffinity"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getaffinitynumber","text":"\u25b8 getAffinityNumber (): number","title":"getAffinityNumber"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getimages","text":"\u25b8 getImages (): string []","title":"getImages"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getnodeselectors","text":"\u25b8 getNodeSelectors (): string []","title":"getNodeSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getreplicas","text":"\u25b8 getReplicas (): number","title":"getReplicas"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#getselectors","text":"\u25b8 getSelectors (): string []","title":"getSelectors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettemplatelabels","text":"\u25b8 getTemplateLabels (): string []","title":"getTemplateLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#gettolerations","text":"\u25b8 getTolerations (): IToleration []","title":"getTolerations"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSet/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/","text":"Class: StatefulSetStore # Renderer . K8sApi .StatefulSetStore Hierarchy # KubeObjectStore < StatefulSet > \u21b3 StatefulSetStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new StatefulSetStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : StatefulSetApi = statefulSetApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < StatefulSet > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < StatefulSet , void , undefined > Returns # Generator < StatefulSet , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): StatefulSet [] Parameters # Name Type items StatefulSet [] Returns # StatefulSet [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): StatefulSet [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # StatefulSet [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): StatefulSet Parameters # Name Type id string Returns # StatefulSet Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): StatefulSet [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # StatefulSet [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): StatefulSet Parameters # Name Type name string namespace? string Returns # StatefulSet Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): StatefulSet Parameters # Name Type path string Returns # StatefulSet Inherited from # KubeObjectStore . getByPath getChildPods # \u25b8 getChildPods ( statefulSet ): Pod [] Parameters # Name Type statefulSet StatefulSet Returns # Pod [] getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): StatefulSet [] Returns # StatefulSet [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 getStatuses ( statefulSets ): Object Parameters # Name Type statefulSets StatefulSet [] Returns # Object Name Type failed number pending number running number Overrides # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item StatefulSet Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems StatefulSet [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | StatefulSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | StatefulSet []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < StatefulSet > Parameters # Name Type resourcePath string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < StatefulSet > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < StatefulSet []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < StatefulSet []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StatefulSet [] Parameters # Name Type partialItems StatefulSet [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # StatefulSet [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < StatefulSet > Parameters # Name Type item StatefulSet patch Patch Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | StatefulSet []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | StatefulSet []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item StatefulSet Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item StatefulSet request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): StatefulSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items StatefulSet [] the items to be sorted (default: the current items in this store) sorting ( item : StatefulSet ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # StatefulSet [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems StatefulSet [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item StatefulSet Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < StatefulSet > Parameters # Name Type item StatefulSet data Partial < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < StatefulSet > Parameters # Name Type item StatefulSet request () => Promise < StatefulSet > Returns # Promise < StatefulSet > Inherited from # KubeObjectStore . updateItem","title":"Class: StatefulSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#class-statefulsetstore","text":"Renderer . K8sApi .StatefulSetStore","title":"Class: StatefulSetStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#hierarchy","text":"KubeObjectStore < StatefulSet > \u21b3 StatefulSetStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getChildPods getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#constructor","text":"\u2022 new StatefulSetStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#api","text":"\u2022 api : StatefulSetApi = statefulSetApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#items","text":"\u2022 items : IObservableArray < StatefulSet >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#iterator","text":"\u25b8 [iterator] (): Generator < StatefulSet , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#create","text":"\u25b8 create ( params , data? ): Promise < StatefulSet >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < StatefulSet >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): StatefulSet []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): StatefulSet []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbyid","text":"\u25b8 getById ( id ): StatefulSet","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): StatefulSet []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): StatefulSet","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getbypath","text":"\u25b8 getByPath ( path ): StatefulSet","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getchildpods","text":"\u25b8 getChildPods ( statefulSet ): Pod []","title":"getChildPods"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getitems","text":"\u25b8 getItems (): StatefulSet []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#getstatuses","text":"\u25b8 getStatuses ( statefulSets ): Object","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#load","text":"\u25b8 load ( params ): Promise < StatefulSet >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | StatefulSet []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < StatefulSet >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < StatefulSet >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < StatefulSet []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StatefulSet []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < StatefulSet >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | StatefulSet []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): StatefulSet [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#update","text":"\u25b8 update ( item , data ): Promise < StatefulSet >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StatefulSetStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < StatefulSet >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/","text":"Class: StorageClass # Renderer . K8sApi .StorageClass Hierarchy # KubeObject \u21b3 StorageClass Table of contents # Constructors # constructor Properties # apiVersion kind managedFields metadata mountOptions parameters provisioner reclaimPolicy spec status volumeBindingMode apiBase kind namespaced Accessors # selfLink Methods # delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getTimeDiffFromNow getVolumeBindingMode isDefault patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels Constructors # constructor # \u2022 new StorageClass ( data ) Parameters # Name Type data KubeJsonApiData Inherited from # KubeObject . constructor Properties # apiVersion # \u2022 apiVersion : string Inherited from # KubeObject . apiVersion kind # \u2022 kind : string Inherited from # KubeObject . kind managedFields # \u2022 Optional managedFields : any Inherited from # KubeObject . managedFields metadata # \u2022 metadata : KubeObjectMetadata Inherited from # KubeObject . metadata mountOptions # \u2022 Optional mountOptions : string [] parameters # \u2022 parameters : Object Index signature # \u25aa [param: string ]: string provisioner # \u2022 provisioner : string reclaimPolicy # \u2022 reclaimPolicy : string spec # \u2022 Optional spec : any Inherited from # KubeObject . spec status # \u2022 Optional status : any Inherited from # KubeObject . status volumeBindingMode # \u2022 volumeBindingMode : string apiBase # \u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\" Inherited from # KubeObject . apiBase kind # \u25aa Static kind : string = \"StorageClass\" Inherited from # KubeObject . kind namespaced # \u25aa Static namespaced : boolean = false Inherited from # KubeObject . namespaced Accessors # selfLink # \u2022 get selfLink (): string Returns # string Methods # delete # \u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead Parameters # Name Type params? JsonApiParams < any > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . delete getAge # \u25b8 getAge ( humanize? , compact? , fromNow? ): string | number Parameters # Name Type Default value humanize boolean true compact boolean true fromNow boolean false Returns # string | number Inherited from # KubeObject . getAge getAnnotations # \u25b8 getAnnotations ( filter? ): string [] Parameters # Name Type Default value filter boolean false Returns # string [] Inherited from # KubeObject . getAnnotations getFinalizers # \u25b8 getFinalizers (): string [] Returns # string [] Inherited from # KubeObject . getFinalizers getId # \u25b8 getId (): string Returns # string Inherited from # KubeObject . getId getLabels # \u25b8 getLabels (): string [] Returns # string [] Inherited from # KubeObject . getLabels getName # \u25b8 getName (): string Returns # string Inherited from # KubeObject . getName getNs # \u25b8 getNs (): string Returns # string Inherited from # KubeObject . getNs getOwnerRefs # \u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Returns # { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[] Inherited from # KubeObject . getOwnerRefs getReclaimPolicy # \u25b8 getReclaimPolicy (): string Returns # string getResourceVersion # \u25b8 getResourceVersion (): string Returns # string Inherited from # KubeObject . getResourceVersion getSearchFields # \u25b8 getSearchFields (): string [] Returns # string [] Inherited from # KubeObject . getSearchFields getTimeDiffFromNow # \u25b8 getTimeDiffFromNow (): number Returns # number Inherited from # KubeObject . getTimeDiffFromNow getVolumeBindingMode # \u25b8 getVolumeBindingMode (): string Returns # string isDefault # \u25b8 isDefault (): boolean Returns # boolean patch # \u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead Parameters # Name Type patch Patch Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . patch toPlainObject # \u25b8 toPlainObject (): object Returns # object Inherited from # KubeObject . toPlainObject update # \u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead Parameters # Name Type data Partial < StorageClass > Returns # Promise < KubeJsonApiData > Inherited from # KubeObject . update create # \u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any > Parameters # Name Type data KubeJsonApiData Returns # KubeObject < KubeObjectMetadata , any , any > Inherited from # KubeObject . create isJsonApiData # \u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData Parameters # Name Type object unknown Returns # object is KubeJsonApiData Inherited from # KubeObject . isJsonApiData isJsonApiDataList # \u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList Type parameters # Name T Parameters # Name Type object unknown verifyItem ( val : unknown ) => val is T Returns # object is KubeJsonApiDataList Inherited from # KubeObject . isJsonApiDataList isKubeJsonApiListMetadata # \u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiListMetadata Inherited from # KubeObject . isKubeJsonApiListMetadata isKubeJsonApiMetadata # \u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata Parameters # Name Type object unknown Returns # object is KubeJsonApiMetadata Inherited from # KubeObject . isKubeJsonApiMetadata isNonSystem # \u25b8 Static isNonSystem ( item ): boolean Parameters # Name Type item KubeObject < KubeObjectMetadata , any , any > | KubeJsonApiData Returns # boolean Inherited from # KubeObject . isNonSystem isPartialJsonApiData # \u25b8 Static isPartialJsonApiData ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiData isPartialJsonApiMetadata # \u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial Parameters # Name Type object unknown Returns # object is Partial Inherited from # KubeObject . isPartialJsonApiMetadata stringifyLabels # \u25b8 Static stringifyLabels ( labels? ): string [] Parameters # Name Type labels? Object Returns # string [] Inherited from # KubeObject . stringifyLabels","title":"Class: StorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#class-storageclass","text":"Renderer . K8sApi .StorageClass","title":"Class: StorageClass"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#hierarchy","text":"KubeObject \u21b3 StorageClass","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#properties","text":"apiVersion kind managedFields metadata mountOptions parameters provisioner reclaimPolicy spec status volumeBindingMode apiBase kind namespaced","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#accessors","text":"selfLink","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#methods","text":"delete getAge getAnnotations getFinalizers getId getLabels getName getNs getOwnerRefs getReclaimPolicy getResourceVersion getSearchFields getTimeDiffFromNow getVolumeBindingMode isDefault patch toPlainObject update create isJsonApiData isJsonApiDataList isKubeJsonApiListMetadata isKubeJsonApiMetadata isNonSystem isPartialJsonApiData isPartialJsonApiMetadata stringifyLabels","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#constructor","text":"\u2022 new StorageClass ( data )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#apiversion","text":"\u2022 apiVersion : string","title":"apiVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#managedfields","text":"\u2022 Optional managedFields : any","title":"managedFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#metadata","text":"\u2022 metadata : KubeObjectMetadata","title":"metadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#mountoptions","text":"\u2022 Optional mountOptions : string []","title":"mountOptions"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#parameters_1","text":"\u2022 parameters : Object","title":"parameters"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#provisioner","text":"\u2022 provisioner : string","title":"provisioner"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#reclaimpolicy","text":"\u2022 reclaimPolicy : string","title":"reclaimPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#spec","text":"\u2022 Optional spec : any","title":"spec"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#status","text":"\u2022 Optional status : any","title":"status"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#volumebindingmode","text":"\u2022 volumeBindingMode : string","title":"volumeBindingMode"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#apibase","text":"\u25aa Static apiBase : string = \"/apis/storage.k8s.io/v1/storageclasses\"","title":"apiBase"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#kind_1","text":"\u25aa Static kind : string = \"StorageClass\"","title":"kind"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#namespaced","text":"\u25aa Static namespaced : boolean = false","title":"namespaced"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#selflink","text":"\u2022 get selfLink (): string","title":"selfLink"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#delete","text":"\u25b8 delete ( params? ): Promise < KubeJsonApiData > deprecated use KubeApi.delete instead","title":"delete"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getage","text":"\u25b8 getAge ( humanize? , compact? , fromNow? ): string | number","title":"getAge"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getannotations","text":"\u25b8 getAnnotations ( filter? ): string []","title":"getAnnotations"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getfinalizers","text":"\u25b8 getFinalizers (): string []","title":"getFinalizers"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getid","text":"\u25b8 getId (): string","title":"getId"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getlabels","text":"\u25b8 getLabels (): string []","title":"getLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getname","text":"\u25b8 getName (): string","title":"getName"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getns","text":"\u25b8 getNs (): string","title":"getNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getownerrefs","text":"\u25b8 getOwnerRefs (): { apiVersion : string ; blockOwnerDeletion : boolean ; controller : boolean ; kind : string ; name : string ; namespace : string ; uid : string }[]","title":"getOwnerRefs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getreclaimpolicy","text":"\u25b8 getReclaimPolicy (): string","title":"getReclaimPolicy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getresourceversion","text":"\u25b8 getResourceVersion (): string","title":"getResourceVersion"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getsearchfields","text":"\u25b8 getSearchFields (): string []","title":"getSearchFields"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#gettimedifffromnow","text":"\u25b8 getTimeDiffFromNow (): number","title":"getTimeDiffFromNow"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#getvolumebindingmode","text":"\u25b8 getVolumeBindingMode (): string","title":"getVolumeBindingMode"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isdefault","text":"\u25b8 isDefault (): boolean","title":"isDefault"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#patch","text":"\u25b8 patch ( patch ): Promise < KubeJsonApiData > deprecated use KubeApi.patch instead","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#toplainobject","text":"\u25b8 toPlainObject (): object","title":"toPlainObject"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#update","text":"\u25b8 update ( data ): Promise < KubeJsonApiData > Perform a full update (or more specifically a replace) Note: this is brittle if data is not actually partial (but instead whole). As fields such as resourceVersion will probably out of date. This is a common race condition. deprecated use KubeApi.update instead","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#create","text":"\u25b8 Static create ( data ): KubeObject < KubeObjectMetadata , any , any >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isjsonapidata","text":"\u25b8 Static isJsonApiData ( object ): object is KubeJsonApiData","title":"isJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isjsonapidatalist","text":"\u25b8 Static isJsonApiDataList < T >( object , verifyItem ): object is KubeJsonApiDataList","title":"isJsonApiDataList"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#iskubejsonapilistmetadata","text":"\u25b8 Static isKubeJsonApiListMetadata ( object ): object is KubeJsonApiListMetadata","title":"isKubeJsonApiListMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#iskubejsonapimetadata","text":"\u25b8 Static isKubeJsonApiMetadata ( object ): object is KubeJsonApiMetadata","title":"isKubeJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#isnonsystem","text":"\u25b8 Static isNonSystem ( item ): boolean","title":"isNonSystem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#ispartialjsonapidata","text":"\u25b8 Static isPartialJsonApiData ( object ): object is Partial","title":"isPartialJsonApiData"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#ispartialjsonapimetadata","text":"\u25b8 Static isPartialJsonApiMetadata ( object ): object is Partial","title":"isPartialJsonApiMetadata"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClass/#stringifylabels","text":"\u25b8 Static stringifyLabels ( labels? ): string []","title":"stringifyLabels"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/","text":"Class: StorageClassStore # Renderer . K8sApi .StorageClassStore Hierarchy # KubeObjectStore < StorageClass > \u21b3 StorageClassStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPersistentVolumes getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new StorageClassStore () Overrides # KubeObjectStore . constructor Properties # api # \u2022 api : KubeApi < StorageClass > = storageClassApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < StorageClass > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < StorageClass , void , undefined > Returns # Generator < StorageClass , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): StorageClass [] Parameters # Name Type items StorageClass [] Returns # StorageClass [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): StorageClass [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # StorageClass [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): StorageClass Parameters # Name Type id string Returns # StorageClass Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): StorageClass [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # StorageClass [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): StorageClass Parameters # Name Type name string namespace? string Returns # StorageClass Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): StorageClass Parameters # Name Type path string Returns # StorageClass Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): StorageClass [] Returns # StorageClass [] Inherited from # KubeObjectStore . getItems getPersistentVolumes # \u25b8 getPersistentVolumes ( storageClass ): PersistentVolume [] Parameters # Name Type storageClass StorageClass Returns # PersistentVolume [] getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items StorageClass [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item StorageClass Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems StorageClass [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | StorageClass []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | StorageClass []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < StorageClass > Parameters # Name Type resourcePath string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < StorageClass > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < StorageClass > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < StorageClass []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < StorageClass []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StorageClass [] Parameters # Name Type partialItems StorageClass [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # StorageClass [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < StorageClass > Parameters # Name Type item StorageClass patch Patch Returns # Promise < StorageClass > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | StorageClass []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | StorageClass []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item StorageClass Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item StorageClass request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): StorageClass [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items StorageClass [] the items to be sorted (default: the current items in this store) sorting ( item : StorageClass ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # StorageClass [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems StorageClass [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item StorageClass Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < StorageClass > Parameters # Name Type item StorageClass data Partial < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < StorageClass > Parameters # Name Type item StorageClass request () => Promise < StorageClass > Returns # Promise < StorageClass > Inherited from # KubeObjectStore . updateItem","title":"Class: StorageClassStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#class-storageclassstore","text":"Renderer . K8sApi .StorageClassStore","title":"Class: StorageClassStore"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#hierarchy","text":"KubeObjectStore < StorageClass > \u21b3 StorageClassStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getPersistentVolumes getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#constructor","text":"\u2022 new StorageClassStore ()","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#api","text":"\u2022 api : KubeApi < StorageClass > = storageClassApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#items","text":"\u2022 items : IObservableArray < StorageClass >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#iterator","text":"\u25b8 [iterator] (): Generator < StorageClass , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#create","text":"\u25b8 create ( params , data? ): Promise < StorageClass >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < StorageClass >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): StorageClass []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): StorageClass []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbyid","text":"\u25b8 getById ( id ): StorageClass","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): StorageClass []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): StorageClass","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getbypath","text":"\u25b8 getByPath ( path ): StorageClass","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getitems","text":"\u25b8 getItems (): StorageClass []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getpersistentvolumes","text":"\u25b8 getPersistentVolumes ( storageClass ): PersistentVolume []","title":"getPersistentVolumes"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#load","text":"\u25b8 load ( params ): Promise < StorageClass >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | StorageClass []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < StorageClass >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < StorageClass >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < StorageClass []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): StorageClass []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < StorageClass >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | StorageClass []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): StorageClass [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#update","text":"\u25b8 update ( item , data ): Promise < StorageClass >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.StorageClassStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < StorageClass >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/","text":"Class: VolumeClaimStore # Renderer . K8sApi .VolumeClaimStore Hierarchy # KubeObjectStore < PersistentVolumeClaim > \u21b3 VolumeClaimStore Table of contents # Constructors # constructor Properties # api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext Accessors # context contextItems contextReady namespacesReady query selectedItems Methods # [iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem Constructors # constructor # \u2022 new VolumeClaimStore ( api? ) Parameters # Name Type api? KubeApi < PersistentVolumeClaim > Inherited from # KubeObjectStore . constructor Properties # api # \u2022 api : PersistentVolumeClaimsApi = pvcApi Overrides # KubeObjectStore . api bufferSize # \u2022 Readonly bufferSize : number = 50000 Inherited from # KubeObjectStore . bufferSize eventsBuffer # \u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >> Inherited from # KubeObjectStore . eventsBuffer failedLoading # \u2022 failedLoading : boolean = false Inherited from # KubeObjectStore . failedLoading isLoaded # \u2022 isLoaded : boolean = false Inherited from # KubeObjectStore . isLoaded isLoading # \u2022 isLoading : boolean = false Inherited from # KubeObjectStore . isLoading items # \u2022 items : IObservableArray < PersistentVolumeClaim > Inherited from # KubeObjectStore . items limit # \u2022 Optional Readonly limit : number Inherited from # KubeObjectStore . limit selectedItemsIds # \u2022 selectedItemsIds : ObservableMap < string , boolean > Inherited from # KubeObjectStore . selectedItemsIds defaultContext # \u25aa Static defaultContext : IObservableValue < ClusterContext > Inherited from # KubeObjectStore . defaultContext Accessors # context # \u2022 get context (): ClusterContext Returns # ClusterContext Inherited from # KubeObjectStore.context contextItems # \u2022 get contextItems (): T [] Returns # T [] Inherited from # KubeObjectStore.contextItems contextReady # \u2022 get contextReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.contextReady namespacesReady # \u2022 get namespacesReady (): Promise < void > & { cancel : () => void } Returns # Promise < void > & { cancel : () => void } Inherited from # KubeObjectStore.namespacesReady query # \u2022 get query (): IKubeApiQueryParams Returns # IKubeApiQueryParams Inherited from # KubeObjectStore.query selectedItems # \u2022 get selectedItems (): Item [] Returns # Item [] Inherited from # KubeObjectStore.selectedItems Methods # [iterator] # \u25b8 [iterator] (): Generator < PersistentVolumeClaim , void , undefined > Returns # Generator < PersistentVolumeClaim , void , undefined > Inherited from # KubeObjectStore . [iterator] bindWatchEventsUpdater # \u25b8 Protected bindWatchEventsUpdater ( delay? ): void Parameters # Name Type Default value delay number 1000 Returns # void Inherited from # KubeObjectStore . bindWatchEventsUpdater create # \u25b8 create ( params , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . create createItem # \u25b8 Protected createItem ( params , data? ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string data? Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . createItem defaultSorting # \u25b8 Protected defaultSorting ( item ): string Parameters # Name Type item Item Returns # string Inherited from # KubeObjectStore . defaultSorting filterItemsOnLoad # \u25b8 Protected filterItemsOnLoad ( items ): PersistentVolumeClaim [] Parameters # Name Type items PersistentVolumeClaim [] Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . filterItemsOnLoad getAllByNs # \u25b8 getAllByNs ( namespace , strict? ): PersistentVolumeClaim [] Parameters # Name Type Default value namespace string | string [] undefined strict boolean false Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getAllByNs getById # \u25b8 getById ( id ): PersistentVolumeClaim Parameters # Name Type id string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getById getByLabel # \u25b8 getByLabel ( labels ): PersistentVolumeClaim [] Parameters # Name Type labels string [] | { [label: string]: string ; } Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getByLabel getByName # \u25b8 getByName ( name , namespace? ): PersistentVolumeClaim Parameters # Name Type name string namespace? string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getByName getByPath # \u25b8 getByPath ( path ): PersistentVolumeClaim Parameters # Name Type path string Returns # PersistentVolumeClaim Inherited from # KubeObjectStore . getByPath getIndexById # \u25b8 getIndexById ( id ): number Parameters # Name Type id string Returns # number Inherited from # KubeObjectStore . getIndexById getItems # \u25b8 getItems (): PersistentVolumeClaim [] Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . getItems getStatuses # \u25b8 Optional getStatuses ( items ): Record < string , number > Parameters # Name Type items PersistentVolumeClaim [] Returns # Record < string , number > Inherited from # KubeObjectStore . getStatuses getTotalCount # \u25b8 getTotalCount (): number Returns # number Inherited from # KubeObjectStore . getTotalCount isSelected # \u25b8 isSelected ( item ): boolean Parameters # Name Type item PersistentVolumeClaim Returns # boolean Inherited from # KubeObjectStore . isSelected isSelectedAll # \u25b8 isSelectedAll ( visibleItems? ): boolean Parameters # Name Type visibleItems PersistentVolumeClaim [] Returns # boolean Inherited from # KubeObjectStore . isSelectedAll load # \u25b8 load ( params ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . load loadAll # \u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeObjectStoreLoadAllParams Returns # Promise < void | PersistentVolumeClaim []> Inherited from # KubeObjectStore . loadAll loadFromPath # \u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolumeClaim > Parameters # Name Type resourcePath string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . loadFromPath loadItem # \u25b8 Protected loadItem ( params ): Promise < PersistentVolumeClaim > Parameters # Name Type params Object params.name string params.namespace? string Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . loadItem loadItems # \u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolumeClaim []> Parameters # Name Type __namedParameters KubeObjectStoreLoadingParams Returns # Promise < PersistentVolumeClaim []> Inherited from # KubeObjectStore . loadItems mergeItems # \u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolumeClaim [] Parameters # Name Type partialItems PersistentVolumeClaim [] __namedParameters Object __namedParameters.filter boolean __namedParameters.merge boolean __namedParameters.sort boolean __namedParameters.updateStore boolean Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . mergeItems patch # \u25b8 patch ( item , patch ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim patch Patch Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . patch reloadAll # \u25b8 reloadAll ( opts? ): Promise < void | PersistentVolumeClaim []> Parameters # Name Type opts Object opts.force? boolean opts.merge? boolean opts.namespaces? string [] Returns # Promise < void | PersistentVolumeClaim []> Inherited from # KubeObjectStore . reloadAll remove # \u25b8 remove ( item ): Promise < void > Parameters # Name Type item PersistentVolumeClaim Returns # Promise < void > Inherited from # KubeObjectStore . remove removeItem # \u25b8 Protected removeItem ( item , request ): Promise < void > Parameters # Name Type item PersistentVolumeClaim request () => Promise < any > Returns # Promise < void > Inherited from # KubeObjectStore . removeItem removeSelectedItems # \u25b8 removeSelectedItems (): Promise < void []> Returns # Promise < void []> Inherited from # KubeObjectStore . removeSelectedItems reset # \u25b8 reset (): void Returns # void Inherited from # KubeObjectStore . reset resetOnError # \u25b8 Protected resetOnError ( error ): void Parameters # Name Type error any Returns # void Inherited from # KubeObjectStore . resetOnError resetSelection # \u25b8 resetSelection (): void Returns # void Inherited from # KubeObjectStore . resetSelection select # \u25b8 select ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . select sortItems # \u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolumeClaim [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort). Parameters # Name Type Description items PersistentVolumeClaim [] the items to be sorted (default: the current items in this store) sorting ( item : PersistentVolumeClaim ) => any [] list of functions to determine sort order (default: sorting by name) order? \"desc\" | \"asc\" whether to sort from least to greatest ( \"asc\" (default)) or vice-versa ( \"desc\" ) Returns # PersistentVolumeClaim [] Inherited from # KubeObjectStore . sortItems subscribe # \u25b8 subscribe ( __namedParameters? ): () => void Parameters # Name Type __namedParameters KubeObjectStoreSubscribeParams Returns # fn \u25b8 (): void Returns # void Inherited from # KubeObjectStore . subscribe toggleSelection # \u25b8 toggleSelection ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . toggleSelection toggleSelectionAll # \u25b8 toggleSelectionAll ( visibleItems? ): void Parameters # Name Type visibleItems PersistentVolumeClaim [] Returns # void Inherited from # KubeObjectStore . toggleSelectionAll unselect # \u25b8 unselect ( item ): void Parameters # Name Type item PersistentVolumeClaim Returns # void Inherited from # KubeObjectStore . unselect update # \u25b8 update ( item , data ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim data Partial < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . update updateFromEventsBuffer # \u25b8 Protected updateFromEventsBuffer (): void Returns # void Inherited from # KubeObjectStore . updateFromEventsBuffer updateItem # \u25b8 Protected updateItem ( item , request ): Promise < PersistentVolumeClaim > Parameters # Name Type item PersistentVolumeClaim request () => Promise < PersistentVolumeClaim > Returns # Promise < PersistentVolumeClaim > Inherited from # KubeObjectStore . updateItem","title":"Class: VolumeClaimStore"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#class-volumeclaimstore","text":"Renderer . K8sApi .VolumeClaimStore","title":"Class: VolumeClaimStore"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#hierarchy","text":"KubeObjectStore < PersistentVolumeClaim > \u21b3 VolumeClaimStore","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#properties","text":"api bufferSize eventsBuffer failedLoading isLoaded isLoading items limit selectedItemsIds defaultContext","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#accessors","text":"context contextItems contextReady namespacesReady query selectedItems","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#methods","text":"[iterator] bindWatchEventsUpdater create createItem defaultSorting filterItemsOnLoad getAllByNs getById getByLabel getByName getByPath getIndexById getItems getStatuses getTotalCount isSelected isSelectedAll load loadAll loadFromPath loadItem loadItems mergeItems patch reloadAll remove removeItem removeSelectedItems reset resetOnError resetSelection select sortItems subscribe toggleSelection toggleSelectionAll unselect update updateFromEventsBuffer updateItem","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#constructor","text":"\u2022 new VolumeClaimStore ( api? )","title":"constructor"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#api","text":"\u2022 api : PersistentVolumeClaimsApi = pvcApi","title":"api"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#buffersize","text":"\u2022 Readonly bufferSize : number = 50000","title":"bufferSize"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#eventsbuffer","text":"\u2022 Protected eventsBuffer : IObservableArray < IKubeWatchEvent < KubeJsonApiData >>","title":"eventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#failedloading","text":"\u2022 failedLoading : boolean = false","title":"failedLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isloaded","text":"\u2022 isLoaded : boolean = false","title":"isLoaded"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isloading","text":"\u2022 isLoading : boolean = false","title":"isLoading"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#items","text":"\u2022 items : IObservableArray < PersistentVolumeClaim >","title":"items"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#limit","text":"\u2022 Optional Readonly limit : number","title":"limit"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#selecteditemsids","text":"\u2022 selectedItemsIds : ObservableMap < string , boolean >","title":"selectedItemsIds"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#defaultcontext","text":"\u25aa Static defaultContext : IObservableValue < ClusterContext >","title":"defaultContext"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#context","text":"\u2022 get context (): ClusterContext","title":"context"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#contextitems","text":"\u2022 get contextItems (): T []","title":"contextItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#contextready","text":"\u2022 get contextReady (): Promise < void > & { cancel : () => void }","title":"contextReady"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#namespacesready","text":"\u2022 get namespacesReady (): Promise < void > & { cancel : () => void }","title":"namespacesReady"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#query","text":"\u2022 get query (): IKubeApiQueryParams","title":"query"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#selecteditems","text":"\u2022 get selectedItems (): Item []","title":"selectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#iterator","text":"\u25b8 [iterator] (): Generator < PersistentVolumeClaim , void , undefined >","title":"[iterator]"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#bindwatcheventsupdater","text":"\u25b8 Protected bindWatchEventsUpdater ( delay? ): void","title":"bindWatchEventsUpdater"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#create","text":"\u25b8 create ( params , data? ): Promise < PersistentVolumeClaim >","title":"create"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#createitem","text":"\u25b8 Protected createItem ( params , data? ): Promise < PersistentVolumeClaim >","title":"createItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#defaultsorting","text":"\u25b8 Protected defaultSorting ( item ): string","title":"defaultSorting"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#filteritemsonload","text":"\u25b8 Protected filterItemsOnLoad ( items ): PersistentVolumeClaim []","title":"filterItemsOnLoad"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getallbyns","text":"\u25b8 getAllByNs ( namespace , strict? ): PersistentVolumeClaim []","title":"getAllByNs"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbyid","text":"\u25b8 getById ( id ): PersistentVolumeClaim","title":"getById"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbylabel","text":"\u25b8 getByLabel ( labels ): PersistentVolumeClaim []","title":"getByLabel"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbyname","text":"\u25b8 getByName ( name , namespace? ): PersistentVolumeClaim","title":"getByName"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getbypath","text":"\u25b8 getByPath ( path ): PersistentVolumeClaim","title":"getByPath"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getindexbyid","text":"\u25b8 getIndexById ( id ): number","title":"getIndexById"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getitems","text":"\u25b8 getItems (): PersistentVolumeClaim []","title":"getItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#getstatuses","text":"\u25b8 Optional getStatuses ( items ): Record < string , number >","title":"getStatuses"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#gettotalcount","text":"\u25b8 getTotalCount (): number","title":"getTotalCount"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isselected","text":"\u25b8 isSelected ( item ): boolean","title":"isSelected"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#isselectedall","text":"\u25b8 isSelectedAll ( visibleItems? ): boolean","title":"isSelectedAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#load","text":"\u25b8 load ( params ): Promise < PersistentVolumeClaim >","title":"load"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loadall","text":"\u25b8 loadAll ( __namedParameters? ): Promise < void | PersistentVolumeClaim []>","title":"loadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loadfrompath","text":"\u25b8 loadFromPath ( resourcePath ): Promise < PersistentVolumeClaim >","title":"loadFromPath"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loaditem","text":"\u25b8 Protected loadItem ( params ): Promise < PersistentVolumeClaim >","title":"loadItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#loaditems","text":"\u25b8 Protected loadItems ( __namedParameters ): Promise < PersistentVolumeClaim []>","title":"loadItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#mergeitems","text":"\u25b8 Protected mergeItems ( partialItems , __namedParameters? ): PersistentVolumeClaim []","title":"mergeItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#patch","text":"\u25b8 patch ( item , patch ): Promise < PersistentVolumeClaim >","title":"patch"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#reloadall","text":"\u25b8 reloadAll ( opts? ): Promise < void | PersistentVolumeClaim []>","title":"reloadAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#remove","text":"\u25b8 remove ( item ): Promise < void >","title":"remove"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#removeitem","text":"\u25b8 Protected removeItem ( item , request ): Promise < void >","title":"removeItem"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#removeselecteditems","text":"\u25b8 removeSelectedItems (): Promise < void []>","title":"removeSelectedItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#reset","text":"\u25b8 reset (): void","title":"reset"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#resetonerror","text":"\u25b8 Protected resetOnError ( error ): void","title":"resetOnError"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#resetselection","text":"\u25b8 resetSelection (): void","title":"resetSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#select","text":"\u25b8 select ( item ): void","title":"select"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#sortitems","text":"\u25b8 Protected sortItems ( items? , sorting? , order? ): PersistentVolumeClaim [] Return items sorted by the given ordering functions. If two elements of items are sorted to the same \"index\" then the next sorting function is used to determine where to place them relative to each other. Once the sorting functions have been all exhausted then the order is unchanged (ie a stable sort).","title":"sortItems"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#subscribe","text":"\u25b8 subscribe ( __namedParameters? ): () => void","title":"subscribe"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#toggleselection","text":"\u25b8 toggleSelection ( item ): void","title":"toggleSelection"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#toggleselectionall","text":"\u25b8 toggleSelectionAll ( visibleItems? ): void","title":"toggleSelectionAll"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#unselect","text":"\u25b8 unselect ( item ): void","title":"unselect"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#update","text":"\u25b8 update ( item , data ): Promise < PersistentVolumeClaim >","title":"update"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#updatefromeventsbuffer","text":"\u25b8 Protected updateFromEventsBuffer (): void","title":"updateFromEventsBuffer"},{"location":"extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/#updateitem","text":"\u25b8 Protected updateItem ( item , request ): Promise < PersistentVolumeClaim >","title":"updateItem"},{"location":"extensions/api/classes/Renderer.LensExtension/","text":"Class: LensExtension # Renderer .LensExtension Hierarchy # LensExtension \u21b3 LensExtension Table of contents # Constructors # constructor Properties # [Disposers] appPreferences catalogEntityDetailItems clusterPageMenus clusterPages commands entitySettings globalPages id isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts kubeWorkloadsOverviewItems manifest manifestPath protocolHandlers statusBarItems topBarItems welcomeBanners welcomeMenus Accessors # description isEnabled name version Methods # addCatalogCategoryFilter addCatalogFilter disable enable getExtensionFileFolder isEnabledForCluster navigate onActivate onDeactivate Constructors # constructor # \u2022 new LensExtension ( __namedParameters ) Parameters # Name Type __namedParameters InstalledExtension Inherited from # LensExtension.constructor Properties # [Disposers] # \u2022 [Disposers] : ExtendableDisposer Inherited from # LensExtension.__@Disposers@22034 appPreferences # \u2022 appPreferences : AppPreferenceRegistration [] = [] catalogEntityDetailItems # \u2022 catalogEntityDetailItems : CatalogEntityDetailRegistration < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] = [] clusterPageMenus # \u2022 clusterPageMenus : ClusterPageMenuRegistration [] = [] clusterPages # \u2022 clusterPages : PageRegistration [] = [] commands # \u2022 commands : CommandRegistration [] = [] entitySettings # \u2022 entitySettings : EntitySettingRegistration [] = [] globalPages # \u2022 globalPages : PageRegistration [] = [] id # \u2022 Readonly id : string Inherited from # LensExtension.id isBundled # \u2022 Readonly isBundled : boolean Inherited from # LensExtension.isBundled kubeObjectDetailItems # \u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = [] kubeObjectMenuItems # \u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = [] kubeObjectStatusTexts # \u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = [] kubeWorkloadsOverviewItems # \u2022 kubeWorkloadsOverviewItems : WorkloadsOverviewDetailRegistration [] = [] manifest # \u2022 Readonly manifest : LensExtensionManifest Inherited from # LensExtension.manifest manifestPath # \u2022 Readonly manifestPath : string Inherited from # LensExtension.manifestPath protocolHandlers # \u2022 protocolHandlers : ProtocolHandlerRegistration [] = [] Inherited from # LensExtension.protocolHandlers statusBarItems # \u2022 statusBarItems : StatusBarRegistration [] = [] topBarItems # \u2022 topBarItems : TopBarRegistration [] = [] welcomeBanners # \u2022 welcomeBanners : WelcomeBannerRegistration [] = [] welcomeMenus # \u2022 welcomeMenus : WelcomeMenuRegistration [] = [] Accessors # description # \u2022 get description (): string Returns # string Inherited from # LensExtension.description isEnabled # \u2022 get isEnabled (): boolean Returns # boolean Inherited from # LensExtension.isEnabled name # \u2022 get name (): string Returns # string Inherited from # LensExtension.name version # \u2022 get version (): string Returns # string Inherited from # LensExtension.version Methods # addCatalogCategoryFilter # \u25b8 addCatalogCategoryFilter ( fn ): Disposer Add a filtering function for the catalog categories. This will be removed if the extension is disabled. Parameters # Name Type Description fn CategoryFilter The function which should return a truthy value for those categories which should be kept. Returns # Disposer A function to clean up the filter addCatalogFilter # \u25b8 addCatalogFilter ( fn ): Disposer Add a filtering function for the catalog entities. This will be removed if the extension is disabled. Parameters # Name Type Description fn EntityFilter The function which should return a truthy value for those entities which should be kept. Returns # Disposer A function to clean up the filter disable # \u25b8 disable (): Promise < void > Returns # Promise < void > Inherited from # LensExtension.disable enable # \u25b8 enable ( register ): Promise < void > Parameters # Name Type register ( ext : LensExtension ) => Promise < Disposer []> Returns # Promise < void > Inherited from # LensExtension.enable getExtensionFileFolder # \u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name. Returns # Promise < string > Inherited from # LensExtension.getExtensionFileFolder isEnabledForCluster # \u25b8 isEnabledForCluster ( cluster ): Promise < Boolean > Defines if extension is enabled for a given cluster. This method is only called when the extension is created within a cluster frame. The default implementation is to return true Parameters # Name Type cluster KubernetesCluster Returns # Promise < Boolean > navigate # \u25b8 navigate < P >( pageId? , params? ): Promise < void > Type parameters # Name Type P extends object Parameters # Name Type pageId? string params? P Returns # Promise < void > onActivate # \u25b8 Protected onActivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onActivate onDeactivate # \u25b8 Protected onDeactivate (): void | Promise < void > Returns # void | Promise < void > Inherited from # LensExtension.onDeactivate","title":"Class: LensExtension"},{"location":"extensions/api/classes/Renderer.LensExtension/#class-lensextension","text":"Renderer .LensExtension","title":"Class: LensExtension"},{"location":"extensions/api/classes/Renderer.LensExtension/#hierarchy","text":"LensExtension \u21b3 LensExtension","title":"Hierarchy"},{"location":"extensions/api/classes/Renderer.LensExtension/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.LensExtension/#properties","text":"[Disposers] appPreferences catalogEntityDetailItems clusterPageMenus clusterPages commands entitySettings globalPages id isBundled kubeObjectDetailItems kubeObjectMenuItems kubeObjectStatusTexts kubeWorkloadsOverviewItems manifest manifestPath protocolHandlers statusBarItems topBarItems welcomeBanners welcomeMenus","title":"Properties"},{"location":"extensions/api/classes/Renderer.LensExtension/#accessors","text":"description isEnabled name version","title":"Accessors"},{"location":"extensions/api/classes/Renderer.LensExtension/#methods","text":"addCatalogCategoryFilter addCatalogFilter disable enable getExtensionFileFolder isEnabledForCluster navigate onActivate onDeactivate","title":"Methods"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.LensExtension/#constructor","text":"\u2022 new LensExtension ( __namedParameters )","title":"constructor"},{"location":"extensions/api/classes/Renderer.LensExtension/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.LensExtension/#disposers","text":"\u2022 [Disposers] : ExtendableDisposer","title":"[Disposers]"},{"location":"extensions/api/classes/Renderer.LensExtension/#apppreferences","text":"\u2022 appPreferences : AppPreferenceRegistration [] = []","title":"appPreferences"},{"location":"extensions/api/classes/Renderer.LensExtension/#catalogentitydetailitems","text":"\u2022 catalogEntityDetailItems : CatalogEntityDetailRegistration < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] = []","title":"catalogEntityDetailItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#clusterpagemenus","text":"\u2022 clusterPageMenus : ClusterPageMenuRegistration [] = []","title":"clusterPageMenus"},{"location":"extensions/api/classes/Renderer.LensExtension/#clusterpages","text":"\u2022 clusterPages : PageRegistration [] = []","title":"clusterPages"},{"location":"extensions/api/classes/Renderer.LensExtension/#commands","text":"\u2022 commands : CommandRegistration [] = []","title":"commands"},{"location":"extensions/api/classes/Renderer.LensExtension/#entitysettings","text":"\u2022 entitySettings : EntitySettingRegistration [] = []","title":"entitySettings"},{"location":"extensions/api/classes/Renderer.LensExtension/#globalpages","text":"\u2022 globalPages : PageRegistration [] = []","title":"globalPages"},{"location":"extensions/api/classes/Renderer.LensExtension/#id","text":"\u2022 Readonly id : string","title":"id"},{"location":"extensions/api/classes/Renderer.LensExtension/#isbundled","text":"\u2022 Readonly isBundled : boolean","title":"isBundled"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectdetailitems","text":"\u2022 kubeObjectDetailItems : KubeObjectDetailRegistration [] = []","title":"kubeObjectDetailItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectmenuitems","text":"\u2022 kubeObjectMenuItems : KubeObjectMenuRegistration [] = []","title":"kubeObjectMenuItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeobjectstatustexts","text":"\u2022 kubeObjectStatusTexts : KubeObjectStatusRegistration [] = []","title":"kubeObjectStatusTexts"},{"location":"extensions/api/classes/Renderer.LensExtension/#kubeworkloadsoverviewitems","text":"\u2022 kubeWorkloadsOverviewItems : WorkloadsOverviewDetailRegistration [] = []","title":"kubeWorkloadsOverviewItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#manifest","text":"\u2022 Readonly manifest : LensExtensionManifest","title":"manifest"},{"location":"extensions/api/classes/Renderer.LensExtension/#manifestpath","text":"\u2022 Readonly manifestPath : string","title":"manifestPath"},{"location":"extensions/api/classes/Renderer.LensExtension/#protocolhandlers","text":"\u2022 protocolHandlers : ProtocolHandlerRegistration [] = []","title":"protocolHandlers"},{"location":"extensions/api/classes/Renderer.LensExtension/#statusbaritems","text":"\u2022 statusBarItems : StatusBarRegistration [] = []","title":"statusBarItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#topbaritems","text":"\u2022 topBarItems : TopBarRegistration [] = []","title":"topBarItems"},{"location":"extensions/api/classes/Renderer.LensExtension/#welcomebanners","text":"\u2022 welcomeBanners : WelcomeBannerRegistration [] = []","title":"welcomeBanners"},{"location":"extensions/api/classes/Renderer.LensExtension/#welcomemenus","text":"\u2022 welcomeMenus : WelcomeMenuRegistration [] = []","title":"welcomeMenus"},{"location":"extensions/api/classes/Renderer.LensExtension/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.LensExtension/#description","text":"\u2022 get description (): string","title":"description"},{"location":"extensions/api/classes/Renderer.LensExtension/#isenabled","text":"\u2022 get isEnabled (): boolean","title":"isEnabled"},{"location":"extensions/api/classes/Renderer.LensExtension/#name","text":"\u2022 get name (): string","title":"name"},{"location":"extensions/api/classes/Renderer.LensExtension/#version","text":"\u2022 get version (): string","title":"version"},{"location":"extensions/api/classes/Renderer.LensExtension/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.LensExtension/#addcatalogcategoryfilter","text":"\u25b8 addCatalogCategoryFilter ( fn ): Disposer Add a filtering function for the catalog categories. This will be removed if the extension is disabled.","title":"addCatalogCategoryFilter"},{"location":"extensions/api/classes/Renderer.LensExtension/#addcatalogfilter","text":"\u25b8 addCatalogFilter ( fn ): Disposer Add a filtering function for the catalog entities. This will be removed if the extension is disabled.","title":"addCatalogFilter"},{"location":"extensions/api/classes/Renderer.LensExtension/#disable","text":"\u25b8 disable (): Promise < void >","title":"disable"},{"location":"extensions/api/classes/Renderer.LensExtension/#enable","text":"\u25b8 enable ( register ): Promise < void >","title":"enable"},{"location":"extensions/api/classes/Renderer.LensExtension/#getextensionfilefolder","text":"\u25b8 getExtensionFileFolder (): Promise < string > getExtensionFileFolder returns the path to an already created folder. This folder is for the sole use of this extension. Note: there is no security done on this folder, only obfuscation of the folder name.","title":"getExtensionFileFolder"},{"location":"extensions/api/classes/Renderer.LensExtension/#isenabledforcluster","text":"\u25b8 isEnabledForCluster ( cluster ): Promise < Boolean > Defines if extension is enabled for a given cluster. This method is only called when the extension is created within a cluster frame. The default implementation is to return true","title":"isEnabledForCluster"},{"location":"extensions/api/classes/Renderer.LensExtension/#navigate","text":"\u25b8 navigate < P >( pageId? , params? ): Promise < void >","title":"navigate"},{"location":"extensions/api/classes/Renderer.LensExtension/#onactivate","text":"\u25b8 Protected onActivate (): void | Promise < void >","title":"onActivate"},{"location":"extensions/api/classes/Renderer.LensExtension/#ondeactivate","text":"\u25b8 Protected onDeactivate (): void | Promise < void >","title":"onDeactivate"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/","text":"Class: PageParam # Renderer . Navigation .PageParam Type parameters # Name Type V any Table of contents # Constructors # constructor Properties # isMulti name Accessors # defaultValue Methods # clear get getRaw parse set setRaw stringify toString Constructors # constructor # \u2022 new PageParam < V >( init , history ) Type parameters # Name Type V any Parameters # Name Type init PageParamInit < V > history ObservableHistory < Object > Properties # isMulti # \u2022 Readonly isMulti : boolean name # \u2022 Readonly name : string Accessors # defaultValue # \u2022 get defaultValue (): V Returns # V Methods # clear # \u25b8 clear (): void Returns # void get # \u25b8 get (): V Returns # V getRaw # \u25b8 getRaw (): string | string [] Get stringified raw value(s) from document.location.search Returns # string | string [] parse # \u25b8 parse ( values ): V Parameters # Name Type values string | string [] Returns # V set # \u25b8 set ( value , __namedParameters? ): void Parameters # Name Type value V __namedParameters Object __namedParameters.mergeGlobals boolean __namedParameters.replaceHistory boolean Returns # void setRaw # \u25b8 setRaw ( value ): void Set stringified raw value(s) and update document.location.search Parameters # Name Type value string | string [] Returns # void stringify # \u25b8 stringify ( value? ): string [] Parameters # Name Type value V Returns # string [] toString # \u25b8 toString ( __namedParameters? ): string Parameters # Name Type __namedParameters Object __namedParameters.mergeGlobals boolean __namedParameters.value V __namedParameters.withPrefix boolean Returns # string","title":"Class: PageParam"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#class-pageparamv","text":"Renderer . Navigation .PageParam","title":"Class: PageParam<V>"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructors","text":"constructor","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#properties","text":"isMulti name","title":"Properties"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#accessors","text":"defaultValue","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#methods","text":"clear get getRaw parse set setRaw stringify toString","title":"Methods"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructors_1","text":"","title":"Constructors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#constructor","text":"\u2022 new PageParam < V >( init , history )","title":"constructor"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#ismulti","text":"\u2022 Readonly isMulti : boolean","title":"isMulti"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#name","text":"\u2022 Readonly name : string","title":"name"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#accessors_1","text":"","title":"Accessors"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#defaultvalue","text":"\u2022 get defaultValue (): V","title":"defaultValue"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#clear","text":"\u25b8 clear (): void","title":"clear"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#get","text":"\u25b8 get (): V","title":"get"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#getraw","text":"\u25b8 getRaw (): string | string [] Get stringified raw value(s) from document.location.search","title":"getRaw"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#parse","text":"\u25b8 parse ( values ): V","title":"parse"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#set","text":"\u25b8 set ( value , __namedParameters? ): void","title":"set"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#setraw","text":"\u25b8 setRaw ( value ): void Set stringified raw value(s) and update document.location.search","title":"setRaw"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#stringify","text":"\u25b8 stringify ( value? ): string []","title":"stringify"},{"location":"extensions/api/classes/Renderer.Navigation.PageParam/#tostring","text":"\u25b8 toString ( __namedParameters? ): string","title":"toString"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/","text":"Enumeration: NotificationStatus # Renderer . Component .NotificationStatus Table of contents # Enumeration members # ERROR INFO OK Enumeration members # ERROR # \u2022 ERROR = \"error\" INFO # \u2022 INFO = \"info\" OK # \u2022 OK = \"ok\"","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-notificationstatus","text":"Renderer . Component .NotificationStatus","title":"Enumeration: NotificationStatus"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-members","text":"ERROR INFO OK","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#error","text":"\u2022 ERROR = \"error\"","title":"ERROR"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#info","text":"\u2022 INFO = \"info\"","title":"INFO"},{"location":"extensions/api/enums/Renderer.Component.NotificationStatus/#ok","text":"\u2022 OK = \"ok\"","title":"OK"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/","text":"Enumeration: TooltipPosition # Renderer . Component .TooltipPosition Table of contents # Enumeration members # BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT Enumeration members # BOTTOM # \u2022 BOTTOM = \"bottom\" BOTTOM_LEFT # \u2022 BOTTOM_LEFT = \"bottom_left\" BOTTOM_RIGHT # \u2022 BOTTOM_RIGHT = \"bottom_right\" LEFT # \u2022 LEFT = \"left\" RIGHT # \u2022 RIGHT = \"right\" TOP # \u2022 TOP = \"top\" TOP_LEFT # \u2022 TOP_LEFT = \"top_left\" TOP_RIGHT # \u2022 TOP_RIGHT = \"top_right\"","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-tooltipposition","text":"Renderer . Component .TooltipPosition","title":"Enumeration: TooltipPosition"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-members","text":"BOTTOM BOTTOM_LEFT BOTTOM_RIGHT LEFT RIGHT TOP TOP_LEFT TOP_RIGHT","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom","text":"\u2022 BOTTOM = \"bottom\"","title":"BOTTOM"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom_left","text":"\u2022 BOTTOM_LEFT = \"bottom_left\"","title":"BOTTOM_LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#bottom_right","text":"\u2022 BOTTOM_RIGHT = \"bottom_right\"","title":"BOTTOM_RIGHT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#left","text":"\u2022 LEFT = \"left\"","title":"LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#right","text":"\u2022 RIGHT = \"right\"","title":"RIGHT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top","text":"\u2022 TOP = \"top\"","title":"TOP"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top_left","text":"\u2022 TOP_LEFT = \"top_left\"","title":"TOP_LEFT"},{"location":"extensions/api/enums/Renderer.Component.TooltipPosition/#top_right","text":"\u2022 TOP_RIGHT = \"top_right\"","title":"TOP_RIGHT"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/","text":"Enumeration: KubeObjectStatusLevel # Renderer . K8sApi .KubeObjectStatusLevel Table of contents # Enumeration members # CRITICAL INFO WARNING Enumeration members # CRITICAL # \u2022 CRITICAL = 3 INFO # \u2022 INFO = 1 WARNING # \u2022 WARNING = 2","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-kubeobjectstatuslevel","text":"Renderer . K8sApi .KubeObjectStatusLevel","title":"Enumeration: KubeObjectStatusLevel"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-members","text":"CRITICAL INFO WARNING","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#enumeration-members_1","text":"","title":"Enumeration members"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#critical","text":"\u2022 CRITICAL = 3","title":"CRITICAL"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#info","text":"\u2022 INFO = 1","title":"INFO"},{"location":"extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/#warning","text":"\u2022 WARNING = 2","title":"WARNING"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/","text":"Interface: CatalogCategoryEvents # Common . Catalog .CatalogCategoryEvents Table of contents # Methods # catalogAddMenu contextMenuOpen load Methods # catalogAddMenu # \u25b8 catalogAddMenu ( context ): void Parameters # Name Type context CatalogEntityAddMenuContext Returns # void contextMenuOpen # \u25b8 contextMenuOpen ( entity , context ): void Parameters # Name Type entity CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > context CatalogEntityContextMenuContext Returns # void load # \u25b8 load (): void Returns # void","title":"Interface: CatalogCategoryEvents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#interface-catalogcategoryevents","text":"Common . Catalog .CatalogCategoryEvents","title":"Interface: CatalogCategoryEvents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#methods","text":"catalogAddMenu contextMenuOpen load","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#catalogaddmenu","text":"\u25b8 catalogAddMenu ( context ): void","title":"catalogAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#contextmenuopen","text":"\u25b8 contextMenuOpen ( entity , context ): void","title":"contextMenuOpen"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/#load","text":"\u25b8 load (): void","title":"load"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/","text":"Interface: CatalogCategorySpec # Common . Catalog .CatalogCategorySpec Table of contents # Properties # group names versions Properties # group # \u2022 group : string The grouping for for the category. This MUST be a DNS label. names # \u2022 names : Object Type declaration # Name Type Description kind string The kind of entity that this category is for. This value MUST be a DNS label and MUST be equal to the kind fields that are produced by the .versions.[] | .entityClass fields. versions # \u2022 versions : CatalogCategoryVersion < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] The specific versions of the constructors. NOTE: the field .apiVersion after construction MUST match {.group}/{.versions.[] | .name} . For example, if group = \"entity.k8slens.dev\" and there is an entry in .versions with name = \"v1alpha1\" then the resulting .apiVersion MUST be entity.k8slens.dev/v1alpha1","title":"Interface: CatalogCategorySpec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#interface-catalogcategoryspec","text":"Common . Catalog .CatalogCategorySpec","title":"Interface: CatalogCategorySpec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#properties","text":"group names versions","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#group","text":"\u2022 group : string The grouping for for the category. This MUST be a DNS label.","title":"group"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#names","text":"\u2022 names : Object","title":"names"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/#versions","text":"\u2022 versions : CatalogCategoryVersion < CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec >>[] The specific versions of the constructors. NOTE: the field .apiVersion after construction MUST match {.group}/{.versions.[] | .name} . For example, if group = \"entity.k8slens.dev\" and there is an entry in .versions with name = \"v1alpha1\" then the resulting .apiVersion MUST be entity.k8slens.dev/v1alpha1","title":"versions"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/","text":"Interface: CatalogCategoryVersion # Common . Catalog .CatalogCategoryVersion Type parameters # Name Type Entity extends CatalogEntity Table of contents # Properties # entityClass name Properties # entityClass # \u2022 entityClass : CatalogEntityConstructor < Entity > The constructor for the entities. name # \u2022 name : string The specific version that the associated constructor is for. This MUST be a DNS label and SHOULD be of the form vN , vNalphaY , or vNbetaY where N and Y are both integers greater than 0. Examples: The following are valid values for this field. - v1 - v1beta1 - v1alpha2 - v3beta2","title":"Interface: CatalogCategoryVersion"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#interface-catalogcategoryversionentity","text":"Common . Catalog .CatalogCategoryVersion","title":"Interface: CatalogCategoryVersion<Entity>"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#type-parameters","text":"Name Type Entity extends CatalogEntity","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#properties","text":"entityClass name","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#entityclass","text":"\u2022 entityClass : CatalogEntityConstructor < Entity > The constructor for the entities.","title":"entityClass"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/#name","text":"\u2022 name : string The specific version that the associated constructor is for. This MUST be a DNS label and SHOULD be of the form vN , vNalphaY , or vNbetaY where N and Y are both integers greater than 0. Examples: The following are valid values for this field. - v1 - v1beta1 - v1alpha2 - v3beta2","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/","text":"Interface: CatalogEntityActionContext # Common . Catalog .CatalogEntityActionContext Table of contents # Methods # navigate setCommandPaletteContext Methods # navigate # \u25b8 navigate ( url ): void Parameters # Name Type url string Returns # void setCommandPaletteContext # \u25b8 setCommandPaletteContext ( context? ): void Parameters # Name Type context? CatalogEntity < CatalogEntityMetadata , CatalogEntityStatus , CatalogEntitySpec > Returns # void","title":"Interface: CatalogEntityActionContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#interface-catalogentityactioncontext","text":"Common . Catalog .CatalogEntityActionContext","title":"Interface: CatalogEntityActionContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#methods","text":"navigate setCommandPaletteContext","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#navigate","text":"\u25b8 navigate ( url ): void","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/#setcommandpalettecontext","text":"\u25b8 setCommandPaletteContext ( context? ): void","title":"setCommandPaletteContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/","text":"Interface: CatalogEntityAddMenu # Common . Catalog .CatalogEntityAddMenu Hierarchy # CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu Table of contents # Properties # confirm defaultAction icon title Methods # onClick Properties # confirm # \u2022 Optional confirm : Object Confirm click with a message Type declaration # Name Type message string Inherited from # CatalogEntityContextMenu . confirm defaultAction # \u2022 Optional defaultAction : boolean icon # \u2022 icon : string Menu icon Overrides # CatalogEntityContextMenu . icon title # \u2022 title : string Menu title Inherited from # CatalogEntityContextMenu . title Methods # onClick # \u25b8 onClick (): void | Promise < void > OnClick handler Returns # void | Promise < void > Inherited from # CatalogEntityContextMenu . onClick","title":"Interface: CatalogEntityAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#interface-catalogentityaddmenu","text":"Common . Catalog .CatalogEntityAddMenu","title":"Interface: CatalogEntityAddMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#hierarchy","text":"CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#properties","text":"confirm defaultAction icon title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#methods","text":"onClick","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#confirm","text":"\u2022 Optional confirm : Object Confirm click with a message","title":"confirm"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#defaultaction","text":"\u2022 Optional defaultAction : boolean","title":"defaultAction"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#icon","text":"\u2022 icon : string Menu icon","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#title","text":"\u2022 title : string Menu title","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/#onclick","text":"\u25b8 onClick (): void | Promise < void > OnClick handler","title":"onClick"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/","text":"Interface: CatalogEntityAddMenuContext # Common . Catalog .CatalogEntityAddMenuContext Table of contents # Properties # menuItems Methods # navigate Properties # menuItems # \u2022 menuItems : CatalogEntityAddMenu [] Methods # navigate # \u25b8 navigate ( url ): void Parameters # Name Type url string Returns # void","title":"Interface: CatalogEntityAddMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#interface-catalogentityaddmenucontext","text":"Common . Catalog .CatalogEntityAddMenuContext","title":"Interface: CatalogEntityAddMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#methods","text":"navigate","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#menuitems","text":"\u2022 menuItems : CatalogEntityAddMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/#navigate","text":"\u25b8 navigate ( url ): void","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/","text":"Interface: CatalogEntityContextMenu # Common . Catalog .CatalogEntityContextMenu Hierarchy # CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu Table of contents # Properties # confirm icon title Methods # onClick Properties # confirm # \u2022 Optional confirm : Object Confirm click with a message Type declaration # Name Type message string icon # \u2022 Optional icon : string Menu icon title # \u2022 title : string Menu title Methods # onClick # \u25b8 onClick (): void | Promise < void > OnClick handler Returns # void | Promise < void >","title":"Interface: CatalogEntityContextMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#interface-catalogentitycontextmenu","text":"Common . Catalog .CatalogEntityContextMenu","title":"Interface: CatalogEntityContextMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#hierarchy","text":"CatalogEntityContextMenu \u21b3 CatalogEntityAddMenu","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#properties","text":"confirm icon title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#methods","text":"onClick","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#confirm","text":"\u2022 Optional confirm : Object Confirm click with a message","title":"confirm"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#icon","text":"\u2022 Optional icon : string Menu icon","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#title","text":"\u2022 title : string Menu title","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/#onclick","text":"\u25b8 onClick (): void | Promise < void > OnClick handler","title":"onClick"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/","text":"Interface: CatalogEntityContextMenuContext # Common . Catalog .CatalogEntityContextMenuContext Table of contents # Properties # menuItems Methods # navigate Properties # menuItems # \u2022 menuItems : CatalogEntityContextMenu [] Methods # navigate # \u25b8 navigate ( pathname ): void Navigate to the specified pathname Parameters # Name Type pathname string Returns # void","title":"Interface: CatalogEntityContextMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#interface-catalogentitycontextmenucontext","text":"Common . Catalog .CatalogEntityContextMenuContext","title":"Interface: CatalogEntityContextMenuContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#methods","text":"navigate","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#menuitems","text":"\u2022 menuItems : CatalogEntityContextMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/#navigate","text":"\u25b8 navigate ( pathname ): void Navigate to the specified pathname","title":"navigate"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/","text":"Interface: CatalogEntityData # Common . Catalog .CatalogEntityData Type parameters # Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec Table of contents # Properties # metadata spec status Properties # metadata # \u2022 metadata : Metadata spec # \u2022 spec : Spec status # \u2022 status : Status","title":"Interface: CatalogEntityData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#interface-catalogentitydatametadata-status-spec","text":"Common . Catalog .CatalogEntityData","title":"Interface: CatalogEntityData<Metadata, Status, Spec>"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#type-parameters","text":"Name Type Metadata extends CatalogEntityMetadata CatalogEntityMetadata Status extends CatalogEntityStatus CatalogEntityStatus Spec extends CatalogEntitySpec CatalogEntitySpec","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#properties","text":"metadata spec status","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#metadata","text":"\u2022 metadata : Metadata","title":"metadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#spec","text":"\u2022 spec : Spec","title":"spec"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityData/#status","text":"\u2022 status : Status","title":"status"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/","text":"Interface: CatalogEntityKindData # Common . Catalog .CatalogEntityKindData Implemented by # CatalogEntity Table of contents # Properties # apiVersion kind Properties # apiVersion # \u2022 Readonly apiVersion : string kind # \u2022 Readonly kind : string","title":"Interface: CatalogEntityKindData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#interface-catalogentitykinddata","text":"Common . Catalog .CatalogEntityKindData","title":"Interface: CatalogEntityKindData"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#implemented-by","text":"CatalogEntity","title":"Implemented by"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#properties","text":"apiVersion kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#apiversion","text":"\u2022 Readonly apiVersion : string","title":"apiVersion"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/#kind","text":"\u2022 Readonly kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/","text":"Interface: CatalogEntityMetadata # Common . Catalog .CatalogEntityMetadata Hierarchy # CatalogEntityMetadata \u21b3 KubernetesClusterMetadata Indexable # \u25aa [key: string ]: string | object Table of contents # Properties # description labels name shortName source uid Properties # description # \u2022 Optional description : string labels # \u2022 labels : Record < string , string > name # \u2022 name : string shortName # \u2022 Optional shortName : string source # \u2022 Optional source : string uid # \u2022 uid : string","title":"Interface: CatalogEntityMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#interface-catalogentitymetadata","text":"Common . Catalog .CatalogEntityMetadata","title":"Interface: CatalogEntityMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#hierarchy","text":"CatalogEntityMetadata \u21b3 KubernetesClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#indexable","text":"\u25aa [key: string ]: string | object","title":"Indexable"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#properties","text":"description labels name shortName source uid","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#description","text":"\u2022 Optional description : string","title":"description"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#labels","text":"\u2022 labels : Record < string , string >","title":"labels"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#shortname","text":"\u2022 Optional shortName : string","title":"shortName"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#source","text":"\u2022 Optional source : string","title":"source"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/#uid","text":"\u2022 uid : string","title":"uid"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/","text":"Interface: CatalogEntitySettingsContext # Common . Catalog .CatalogEntitySettingsContext Table of contents # Properties # menuItems Properties # menuItems # \u2022 menuItems : CatalogEntityContextMenu []","title":"Interface: CatalogEntitySettingsContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#interface-catalogentitysettingscontext","text":"Common . Catalog .CatalogEntitySettingsContext","title":"Interface: CatalogEntitySettingsContext"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#properties","text":"menuItems","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/#menuitems","text":"\u2022 menuItems : CatalogEntityContextMenu []","title":"menuItems"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/","text":"Interface: CatalogEntitySettingsMenu # Common . Catalog .CatalogEntitySettingsMenu Table of contents # Properties # components group title Properties # components # \u2022 components : Object Type declaration # Name Type View ComponentType < any > group # \u2022 Optional group : string title # \u2022 title : string","title":"Interface: CatalogEntitySettingsMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#interface-catalogentitysettingsmenu","text":"Common . Catalog .CatalogEntitySettingsMenu","title":"Interface: CatalogEntitySettingsMenu"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#properties","text":"components group title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#components","text":"\u2022 components : Object","title":"components"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#group","text":"\u2022 Optional group : string","title":"group"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/#title","text":"\u2022 title : string","title":"title"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/","text":"Interface: CatalogEntityStatus # Common . Catalog .CatalogEntityStatus Hierarchy # CatalogEntityStatus \u21b3 WebLinkStatus \u21b3 KubernetesClusterStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean enabled # \u2022 Optional enabled : boolean default true message # \u2022 Optional message : string phase # \u2022 phase : string reason # \u2022 Optional reason : string","title":"Interface: CatalogEntityStatus"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#interface-catalogentitystatus","text":"Common . Catalog .CatalogEntityStatus","title":"Interface: CatalogEntityStatus"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 WebLinkStatus \u21b3 KubernetesClusterStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#phase","text":"\u2022 phase : string","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/","text":"Interface: KubernetesClusterMetadata # Common . Catalog .KubernetesClusterMetadata Hierarchy # CatalogEntityMetadata \u21b3 KubernetesClusterMetadata Table of contents # Properties # description distro kubeVersion labels name shortName source uid Properties # description # \u2022 Optional description : string Inherited from # CatalogEntityMetadata . description distro # \u2022 Optional distro : string kubeVersion # \u2022 Optional kubeVersion : string labels # \u2022 labels : Record < string , string > Inherited from # CatalogEntityMetadata . labels name # \u2022 name : string Inherited from # CatalogEntityMetadata . name shortName # \u2022 Optional shortName : string Inherited from # CatalogEntityMetadata . shortName source # \u2022 Optional source : string Inherited from # CatalogEntityMetadata . source uid # \u2022 uid : string Inherited from # CatalogEntityMetadata . uid","title":"Interface: KubernetesClusterMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#interface-kubernetesclustermetadata","text":"Common . Catalog .KubernetesClusterMetadata","title":"Interface: KubernetesClusterMetadata"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#hierarchy","text":"CatalogEntityMetadata \u21b3 KubernetesClusterMetadata","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#properties","text":"description distro kubeVersion labels name shortName source uid","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#description","text":"\u2022 Optional description : string","title":"description"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#distro","text":"\u2022 Optional distro : string","title":"distro"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#kubeversion","text":"\u2022 Optional kubeVersion : string","title":"kubeVersion"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#labels","text":"\u2022 labels : Record < string , string >","title":"labels"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#shortname","text":"\u2022 Optional shortName : string","title":"shortName"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#source","text":"\u2022 Optional source : string","title":"source"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/#uid","text":"\u2022 uid : string","title":"uid"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/","text":"Interface: KubernetesClusterPrometheusMetrics # Common . Catalog .KubernetesClusterPrometheusMetrics Table of contents # Properties # address type Properties # address # \u2022 Optional address : Object Type declaration # Name Type namespace string port number prefix string service string type # \u2022 Optional type : string","title":"Interface: KubernetesClusterPrometheusMetrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#interface-kubernetesclusterprometheusmetrics","text":"Common . Catalog .KubernetesClusterPrometheusMetrics","title":"Interface: KubernetesClusterPrometheusMetrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#properties","text":"address type","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#address","text":"\u2022 Optional address : Object","title":"address"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/","text":"Interface: KubernetesClusterSpec # Common . Catalog .KubernetesClusterSpec Hierarchy # CatalogEntitySpec \u21b3 KubernetesClusterSpec Table of contents # Properties # accessibleNamespaces icon kubeconfigContext kubeconfigPath metrics Properties # accessibleNamespaces # \u2022 Optional accessibleNamespaces : string [] icon # \u2022 Optional icon : Object Type declaration # Name Type background? string material? string src? string kubeconfigContext # \u2022 kubeconfigContext : string kubeconfigPath # \u2022 kubeconfigPath : string metrics # \u2022 Optional metrics : Object Type declaration # Name Type prometheus? KubernetesClusterPrometheusMetrics source string","title":"Interface: KubernetesClusterSpec"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#interface-kubernetesclusterspec","text":"Common . Catalog .KubernetesClusterSpec","title":"Interface: KubernetesClusterSpec"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#hierarchy","text":"CatalogEntitySpec \u21b3 KubernetesClusterSpec","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#properties","text":"accessibleNamespaces icon kubeconfigContext kubeconfigPath metrics","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#accessiblenamespaces","text":"\u2022 Optional accessibleNamespaces : string []","title":"accessibleNamespaces"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#icon","text":"\u2022 Optional icon : Object","title":"icon"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#kubeconfigcontext","text":"\u2022 kubeconfigContext : string","title":"kubeconfigContext"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#kubeconfigpath","text":"\u2022 kubeconfigPath : string","title":"kubeconfigPath"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/#metrics","text":"\u2022 Optional metrics : Object","title":"metrics"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/","text":"Interface: KubernetesClusterStatus # Common . Catalog .KubernetesClusterStatus Hierarchy # CatalogEntityStatus \u21b3 KubernetesClusterStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean Inherited from # CatalogEntityStatus . active enabled # \u2022 Optional enabled : boolean default true Inherited from # CatalogEntityStatus . enabled message # \u2022 Optional message : string Inherited from # CatalogEntityStatus . message phase # \u2022 phase : string Inherited from # CatalogEntityStatus . phase reason # \u2022 Optional reason : string Inherited from # CatalogEntityStatus . reason","title":"Interface: KubernetesClusterStatus"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#interface-kubernetesclusterstatus","text":"Common . Catalog .KubernetesClusterStatus","title":"Interface: KubernetesClusterStatus"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 KubernetesClusterStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#phase","text":"\u2022 phase : string","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/","text":"Interface: WebLinkStatus # Common . Catalog .WebLinkStatus Hierarchy # CatalogEntityStatus \u21b3 WebLinkStatus Table of contents # Properties # active enabled message phase reason Properties # active # \u2022 Optional active : boolean Inherited from # CatalogEntityStatus . active enabled # \u2022 Optional enabled : boolean default true Inherited from # CatalogEntityStatus . enabled message # \u2022 Optional message : string Inherited from # CatalogEntityStatus . message phase # \u2022 phase : WebLinkStatusPhase Overrides # CatalogEntityStatus . phase reason # \u2022 Optional reason : string Inherited from # CatalogEntityStatus . reason","title":"Interface: WebLinkStatus"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#interface-weblinkstatus","text":"Common . Catalog .WebLinkStatus","title":"Interface: WebLinkStatus"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#hierarchy","text":"CatalogEntityStatus \u21b3 WebLinkStatus","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#properties","text":"active enabled message phase reason","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#enabled","text":"\u2022 Optional enabled : boolean default true","title":"enabled"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#message","text":"\u2022 Optional message : string","title":"message"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#phase","text":"\u2022 phase : WebLinkStatusPhase","title":"phase"},{"location":"extensions/api/interfaces/Common.Catalog.WebLinkStatus/#reason","text":"\u2022 Optional reason : string","title":"reason"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/","text":"Interface: AppPreferenceComponents # Common . Types .AppPreferenceComponents Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Table of contents # Properties # Hint Input Properties # Hint # \u2022 Hint : ComponentType < any > Input # \u2022 Input : ComponentType < any >","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#interface-apppreferencecomponents","text":"Common . Types .AppPreferenceComponents Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: AppPreferenceComponents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#properties","text":"Hint Input","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#hint","text":"\u2022 Hint : ComponentType < any >","title":"Hint"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceComponents/#input","text":"\u2022 Input : ComponentType < any >","title":"Input"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/","text":"Interface: AppPreferenceRegistration # Common . Types .AppPreferenceRegistration Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Table of contents # Properties # components id showInPreferencesTab title Properties # components # \u2022 components : AppPreferenceComponents id # \u2022 Optional id : string showInPreferencesTab # \u2022 Optional showInPreferencesTab : string title # \u2022 title : string","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#interface-apppreferenceregistration","text":"Common . Types .AppPreferenceRegistration Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: AppPreferenceRegistration"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#properties","text":"components id showInPreferencesTab title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#components","text":"\u2022 components : AppPreferenceComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#showinpreferencestab","text":"\u2022 Optional showInPreferencesTab : string","title":"showInPreferencesTab"},{"location":"extensions/api/interfaces/Common.Types.AppPreferenceRegistration/#title","text":"\u2022 title : string","title":"title"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/","text":"Interface: ClusterPageMenuComponents # Common . Types .ClusterPageMenuComponents Table of contents # Properties # Icon Properties # Icon # \u2022 Icon : ComponentType < IconProps >","title":"Interface: ClusterPageMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#interface-clusterpagemenucomponents","text":"Common . Types .ClusterPageMenuComponents","title":"Interface: ClusterPageMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#properties","text":"Icon","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/#icon","text":"\u2022 Icon : ComponentType < IconProps >","title":"Icon"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/","text":"Interface: ClusterPageMenuRegistration # Common . Types .ClusterPageMenuRegistration Table of contents # Properties # components id parentId target title Properties # components # \u2022 components : ClusterPageMenuComponents id # \u2022 Optional id : string parentId # \u2022 Optional parentId : string target # \u2022 Optional target : PageTarget title # \u2022 title : ReactNode","title":"Interface: ClusterPageMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#interface-clusterpagemenuregistration","text":"Common . Types .ClusterPageMenuRegistration","title":"Interface: ClusterPageMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#properties","text":"components id parentId target title","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#components","text":"\u2022 components : ClusterPageMenuComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#parentid","text":"\u2022 Optional parentId : string","title":"parentId"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#target","text":"\u2022 Optional target : PageTarget","title":"target"},{"location":"extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/","text":"Interface: KubeObjectDetailComponents # Common . Types .KubeObjectDetailComponents Type parameters # Name Type T extends KubeObject KubeObject Table of contents # Properties # Details Properties # Details # \u2022 Details : ComponentType < KubeObjectDetailsProps < T >>","title":"Interface: KubeObjectDetailComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#interface-kubeobjectdetailcomponentst","text":"Common . Types .KubeObjectDetailComponents","title":"Interface: KubeObjectDetailComponents<T>"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#type-parameters","text":"Name Type T extends KubeObject KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#properties","text":"Details","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/#details","text":"\u2022 Details : ComponentType < KubeObjectDetailsProps < T >>","title":"Details"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/","text":"Interface: KubeObjectDetailRegistration # Common . Types .KubeObjectDetailRegistration Table of contents # Properties # apiVersions components kind priority Properties # apiVersions # \u2022 apiVersions : string [] components # \u2022 components : KubeObjectDetailComponents < KubeObject < KubeObjectMetadata , any , any >> kind # \u2022 kind : string priority # \u2022 Optional priority : number","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#interface-kubeobjectdetailregistration","text":"Common . Types .KubeObjectDetailRegistration","title":"Interface: KubeObjectDetailRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#properties","text":"apiVersions components kind priority","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#components","text":"\u2022 components : KubeObjectDetailComponents < KubeObject < KubeObjectMetadata , any , any >>","title":"components"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/#priority","text":"\u2022 Optional priority : number","title":"priority"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/","text":"Interface: KubeObjectMenuComponents # Common . Types .KubeObjectMenuComponents Table of contents # Properties # MenuItem Properties # MenuItem # \u2022 MenuItem : ComponentType < any >","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#interface-kubeobjectmenucomponents","text":"Common . Types .KubeObjectMenuComponents","title":"Interface: KubeObjectMenuComponents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#properties","text":"MenuItem","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/#menuitem","text":"\u2022 MenuItem : ComponentType < any >","title":"MenuItem"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/","text":"Interface: KubeObjectMenuRegistration # Common . Types .KubeObjectMenuRegistration Table of contents # Properties # apiVersions components kind Properties # apiVersions # \u2022 apiVersions : string [] components # \u2022 components : KubeObjectMenuComponents kind # \u2022 kind : string","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#interface-kubeobjectmenuregistration","text":"Common . Types .KubeObjectMenuRegistration","title":"Interface: KubeObjectMenuRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#properties","text":"apiVersions components kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#components","text":"\u2022 components : KubeObjectMenuComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/","text":"Interface: KubeObjectStatusRegistration # Common . Types .KubeObjectStatusRegistration Table of contents # Properties # apiVersions kind Methods # resolve Properties # apiVersions # \u2022 apiVersions : string [] kind # \u2022 kind : string Methods # resolve # \u25b8 resolve ( object ): KubeObjectStatus Parameters # Name Type object KubeObject < KubeObjectMetadata , any , any > Returns # KubeObjectStatus","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#interface-kubeobjectstatusregistration","text":"Common . Types .KubeObjectStatusRegistration","title":"Interface: KubeObjectStatusRegistration"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#properties","text":"apiVersions kind","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#methods","text":"resolve","title":"Methods"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#apiversions","text":"\u2022 apiVersions : string []","title":"apiVersions"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#kind","text":"\u2022 kind : string","title":"kind"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/#resolve","text":"\u25b8 resolve ( object ): KubeObjectStatus","title":"resolve"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/","text":"Interface: PageComponentProps

# Common . Types .PageComponentProps Type parameters # Name Type P extends PageParams {} Table of contents # Properties # params Properties # params # \u2022 Optional params : { [N in string | number | symbol]: PageParam }","title":"Interface: PageComponentProps"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#interface-pagecomponentpropsp","text":"Common . Types .PageComponentProps","title":"Interface: PageComponentProps<P>"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#type-parameters","text":"Name Type P extends PageParams {}","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#properties","text":"params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponentProps/#params","text":"\u2022 Optional params : { [N in string | number | symbol]: PageParam }","title":"params"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/","text":"Interface: PageComponents # Common . Types .PageComponents Table of contents # Properties # Page Properties # Page # \u2022 Page : ComponentType < any >","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#interface-pagecomponents","text":"Common . Types .PageComponents","title":"Interface: PageComponents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#properties","text":"Page","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageComponents/#page","text":"\u2022 Page : ComponentType < any >","title":"Page"},{"location":"extensions/api/interfaces/Common.Types.PageParams/","text":"Interface: PageParams # Common . Types .PageParams Type parameters # Name Type V any Indexable # \u25aa [paramName: string ]: V","title":"Interface: PageParams"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#interface-pageparamsv","text":"Common . Types .PageParams","title":"Interface: PageParams<V>"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/interfaces/Common.Types.PageParams/#indexable","text":"\u25aa [paramName: string ]: V","title":"Indexable"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/","text":"Interface: PageRegistration # Common . Types .PageRegistration Table of contents # Properties # components id params Properties # components # \u2022 components : PageComponents id # \u2022 Optional id : string Page ID, part of extension's page url, must be unique within same extension When not provided, first registered page without \"id\" would be used for page-menus without target.pageId for same extension params # \u2022 Optional params : PageParams < string | Omit < PageParamInit < any >, \"name\" | \"prefix\" >>","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#interface-pageregistration","text":"Common . Types .PageRegistration","title":"Interface: PageRegistration"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#properties","text":"components id params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#components","text":"\u2022 components : PageComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#id","text":"\u2022 Optional id : string Page ID, part of extension's page url, must be unique within same extension When not provided, first registered page without \"id\" would be used for page-menus without target.pageId for same extension","title":"id"},{"location":"extensions/api/interfaces/Common.Types.PageRegistration/#params","text":"\u2022 Optional params : PageParams < string | Omit < PageParamInit < any >, \"name\" | \"prefix\" >>","title":"params"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/","text":"Interface: PageTarget # Common . Types .PageTarget Table of contents # Properties # extensionId pageId params Properties # extensionId # \u2022 Optional extensionId : string pageId # \u2022 Optional pageId : string params # \u2022 Optional params : PageParams < any >","title":"Interface: PageTarget"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#interface-pagetarget","text":"Common . Types .PageTarget","title":"Interface: PageTarget"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#properties","text":"extensionId pageId params","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#extensionid","text":"\u2022 Optional extensionId : string","title":"extensionId"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#pageid","text":"\u2022 Optional pageId : string","title":"pageId"},{"location":"extensions/api/interfaces/Common.Types.PageTarget/#params","text":"\u2022 Optional params : PageParams < any >","title":"params"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/","text":"Interface: ProtocolHandlerRegistration # Common . Types .ProtocolHandlerRegistration ProtocolHandlerRegistration is the data required for an extension to register a handler to a specific path or dynamic path. Table of contents # Properties # handler pathSchema Properties # handler # \u2022 handler : ProtocolRouteHandler pathSchema # \u2022 pathSchema : string","title":"Interface: ProtocolHandlerRegistration"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#interface-protocolhandlerregistration","text":"Common . Types .ProtocolHandlerRegistration ProtocolHandlerRegistration is the data required for an extension to register a handler to a specific path or dynamic path.","title":"Interface: ProtocolHandlerRegistration"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#properties","text":"handler pathSchema","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#handler","text":"\u2022 handler : ProtocolRouteHandler","title":"handler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/#pathschema","text":"\u2022 pathSchema : string","title":"pathSchema"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/","text":"Interface: ProtocolRouteHandler # Common . Types .ProtocolRouteHandler Callable # ProtocolRouteHandler # \u25b8 ProtocolRouteHandler ( params ): void RouteHandler represents the function signature of the handler function for lens:// protocol routing. Parameters # Name Type params ProtocolRouteParams Returns # void","title":"Interface: ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#interface-protocolroutehandler","text":"Common . Types .ProtocolRouteHandler","title":"Interface: ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#callable","text":"","title":"Callable"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteHandler/#protocolroutehandler","text":"\u25b8 ProtocolRouteHandler ( params ): void RouteHandler represents the function signature of the handler function for lens:// protocol routing.","title":"ProtocolRouteHandler"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/","text":"Interface: ProtocolRouteParams # Common . Types .ProtocolRouteParams The collection of the dynamic parts of a URI which initiated a lens:// protocol request Table of contents # Properties # pathname search tail Properties # pathname # \u2022 pathname : Record < string , string > the matching parts of the path. The dynamic parts of the URI path. search # \u2022 search : Record < string , string > the parts of the URI query string tail # \u2022 Optional tail : string if the most specific path schema that is matched does not cover the whole of the URI's path. Then this field will be set to the remaining path segments. Example: If the path schema /landing/:type is the matched schema for the URI /landing/soft/easy then this field will be set to \"/easy\" .","title":"Interface: ProtocolRouteParams"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#interface-protocolrouteparams","text":"Common . Types .ProtocolRouteParams The collection of the dynamic parts of a URI which initiated a lens:// protocol request","title":"Interface: ProtocolRouteParams"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#properties","text":"pathname search tail","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#pathname","text":"\u2022 pathname : Record < string , string > the matching parts of the path. The dynamic parts of the URI path.","title":"pathname"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#search","text":"\u2022 search : Record < string , string > the parts of the URI query string","title":"search"},{"location":"extensions/api/interfaces/Common.Types.ProtocolRouteParams/#tail","text":"\u2022 Optional tail : string if the most specific path schema that is matched does not cover the whole of the URI's path. Then this field will be set to the remaining path segments. Example: If the path schema /landing/:type is the matched schema for the URI /landing/soft/easy then this field will be set to \"/easy\" .","title":"tail"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/","text":"Interface: RegisteredPage # Common . Types .RegisteredPage Table of contents # Properties # components extensionId id params url Properties # components # \u2022 components : PageComponents extensionId # \u2022 extensionId : string id # \u2022 id : string params # \u2022 params : PageParams < PageParam < any >> url # \u2022 url : string","title":"Interface: RegisteredPage"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#interface-registeredpage","text":"Common . Types .RegisteredPage","title":"Interface: RegisteredPage"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#properties","text":"components extensionId id params url","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#components","text":"\u2022 components : PageComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#extensionid","text":"\u2022 extensionId : string","title":"extensionId"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#id","text":"\u2022 id : string","title":"id"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#params","text":"\u2022 params : PageParams < PageParam < any >>","title":"params"},{"location":"extensions/api/interfaces/Common.Types.RegisteredPage/#url","text":"\u2022 url : string","title":"url"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/","text":"Interface: StatusBarRegistration # Common . Types .StatusBarRegistration Hierarchy # StatusBarRegistrationV2 \u21b3 StatusBarRegistration Table of contents # Properties # components item Properties # components # \u2022 Optional components : StatusBarComponents Inherited from # StatusBarRegistrationV2.components item # \u2022 Optional item : ReactNode deprecated use components.Item instead","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#interface-statusbarregistration","text":"Common . Types .StatusBarRegistration","title":"Interface: StatusBarRegistration"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#hierarchy","text":"StatusBarRegistrationV2 \u21b3 StatusBarRegistration","title":"Hierarchy"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#properties","text":"components item","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#components","text":"\u2022 Optional components : StatusBarComponents","title":"components"},{"location":"extensions/api/interfaces/Common.Types.StatusBarRegistration/#item","text":"\u2022 Optional item : ReactNode deprecated use components.Item instead","title":"item"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/","text":"Interface: BadgeProps # Renderer . Component .BadgeProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 BadgeProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable expandable flat 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 scrollable security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir disabled # \u2022 Optional disabled : boolean draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable expandable # \u2022 Optional expandable : boolean flat # \u2022 Optional flat : boolean hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType label # \u2022 Optional label : ReactNode lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role scrollable # \u2022 Optional scrollable : boolean security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot small # \u2022 Optional small : boolean spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#interface-badgeprops","text":"Renderer . Component .BadgeProps","title":"Interface: BadgeProps"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 BadgeProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable expandable flat 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 scrollable security slot small spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title tooltip tooltipOverrideDisabled translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.BadgeProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.BadgeProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.BadgeProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.BadgeProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.BadgeProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.BadgeProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.BadgeProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.BadgeProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.BadgeProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.BadgeProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.BadgeProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.BadgeProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.BadgeProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.BadgeProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.BadgeProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.BadgeProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.BadgeProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.BadgeProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.BadgeProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#expandable","text":"\u2022 Optional expandable : boolean","title":"expandable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#flat","text":"\u2022 Optional flat : boolean","title":"flat"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.BadgeProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.BadgeProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.BadgeProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.BadgeProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/","text":"Interface: ButtonProps # Renderer . Component .ButtonProps Hierarchy # ButtonHTMLAttributes < any > TooltipDecoratorProps \u21b3 ButtonProps Table of contents # 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 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 light 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 vocab waiting Properties # about # \u2022 Optional about : string Inherited from # ButtonHTMLAttributes.about accent # \u2022 Optional accent : boolean accessKey # \u2022 Optional accessKey : string Inherited from # ButtonHTMLAttributes.accessKey active # \u2022 Optional active : boolean aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # ButtonHTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # ButtonHTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # ButtonHTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # ButtonHTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # ButtonHTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # ButtonHTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # ButtonHTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # ButtonHTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # ButtonHTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # ButtonHTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # ButtonHTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # ButtonHTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # ButtonHTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # ButtonHTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # ButtonHTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # ButtonHTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # ButtonHTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # ButtonHTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # ButtonHTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # ButtonHTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # ButtonHTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # ButtonHTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # ButtonHTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # ButtonHTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # ButtonHTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # ButtonHTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # ButtonHTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # ButtonHTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # ButtonHTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # ButtonHTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # ButtonHTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # ButtonHTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # ButtonHTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # ButtonHTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # ButtonHTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # ButtonHTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # ButtonHTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # ButtonHTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # ButtonHTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # ButtonHTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # ButtonHTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # ButtonHTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # ButtonHTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # ButtonHTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # ButtonHTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # ButtonHTMLAttributes.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # ButtonHTMLAttributes.autoFocus autoSave # \u2022 Optional autoSave : string Inherited from # ButtonHTMLAttributes.autoSave big # \u2022 Optional big : boolean children # \u2022 Optional children : ReactNode Inherited from # ButtonHTMLAttributes.children className # \u2022 Optional className : string Inherited from # ButtonHTMLAttributes.className color # \u2022 Optional color : string Inherited from # ButtonHTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # ButtonHTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # ButtonHTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # ButtonHTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # ButtonHTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # ButtonHTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # ButtonHTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # ButtonHTMLAttributes.dir disabled # \u2022 Optional disabled : boolean Inherited from # ButtonHTMLAttributes.disabled draggable # \u2022 Optional draggable : Booleanish Inherited from # ButtonHTMLAttributes.draggable form # \u2022 Optional form : string Inherited from # ButtonHTMLAttributes.form formAction # \u2022 Optional formAction : string Inherited from # ButtonHTMLAttributes.formAction formEncType # \u2022 Optional formEncType : string Inherited from # ButtonHTMLAttributes.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # ButtonHTMLAttributes.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # ButtonHTMLAttributes.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # ButtonHTMLAttributes.formTarget hidden # \u2022 Optional hidden : boolean Overrides # ButtonHTMLAttributes.hidden href # \u2022 Optional href : string id # \u2022 Optional id : string Inherited from # ButtonHTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # ButtonHTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # ButtonHTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # ButtonHTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # ButtonHTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # ButtonHTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # ButtonHTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # ButtonHTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # ButtonHTMLAttributes.itemType label # \u2022 Optional label : ReactNode lang # \u2022 Optional lang : string Inherited from # ButtonHTMLAttributes.lang light # \u2022 Optional light : boolean name # \u2022 Optional name : string Inherited from # ButtonHTMLAttributes.name onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # ButtonHTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # ButtonHTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # ButtonHTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # ButtonHTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # ButtonHTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # ButtonHTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # ButtonHTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # ButtonHTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # ButtonHTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # ButtonHTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # ButtonHTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # ButtonHTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # ButtonHTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # ButtonHTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # ButtonHTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # ButtonHTMLAttributes.onWheelCapture outlined # \u2022 Optional outlined : boolean placeholder # \u2022 Optional placeholder : string Inherited from # ButtonHTMLAttributes.placeholder plain # \u2022 Optional plain : boolean prefix # \u2022 Optional prefix : string Inherited from # ButtonHTMLAttributes.prefix primary # \u2022 Optional primary : boolean property # \u2022 Optional property : string Inherited from # ButtonHTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # ButtonHTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # ButtonHTMLAttributes.resource results # \u2022 Optional results : number Inherited from # ButtonHTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # ButtonHTMLAttributes.role round # \u2022 Optional round : boolean security # \u2022 Optional security : string Inherited from # ButtonHTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # ButtonHTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # ButtonHTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # ButtonHTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # ButtonHTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # ButtonHTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # ButtonHTMLAttributes.tabIndex target # \u2022 Optional target : \"_blank\" title # \u2022 Optional title : string Inherited from # ButtonHTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # ButtonHTMLAttributes.translate type # \u2022 Optional type : \"submit\" | \"reset\" | \"button\" Inherited from # ButtonHTMLAttributes.type typeof # \u2022 Optional typeof : string Inherited from # ButtonHTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # ButtonHTMLAttributes.unselectable value # \u2022 Optional value : string | number | readonly string [] Inherited from # ButtonHTMLAttributes.value vocab # \u2022 Optional vocab : string Inherited from # ButtonHTMLAttributes.vocab waiting # \u2022 Optional waiting : boolean","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#interface-buttonprops","text":"Renderer . Component .ButtonProps","title":"Interface: ButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#hierarchy","text":"ButtonHTMLAttributes < any > TooltipDecoratorProps \u21b3 ButtonProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 light 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 vocab waiting","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#accent","text":"\u2022 Optional accent : boolean","title":"accent"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.ButtonProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.ButtonProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.ButtonProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.ButtonProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.ButtonProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.ButtonProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.ButtonProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.ButtonProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.ButtonProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.ButtonProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.ButtonProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.ButtonProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.ButtonProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.ButtonProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.ButtonProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.ButtonProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.ButtonProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.ButtonProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.ButtonProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#big","text":"\u2022 Optional big : boolean","title":"big"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.ButtonProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.ButtonProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#light","text":"\u2022 Optional light : boolean","title":"light"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#outlined","text":"\u2022 Optional outlined : boolean","title":"outlined"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#plain","text":"\u2022 Optional plain : boolean","title":"plain"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#primary","text":"\u2022 Optional primary : boolean","title":"primary"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#round","text":"\u2022 Optional round : boolean","title":"round"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#target","text":"\u2022 Optional target : \"_blank\"","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.ButtonProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#type","text":"\u2022 Optional type : \"submit\" | \"reset\" | \"button\"","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.ButtonProps/#waiting","text":"\u2022 Optional waiting : boolean","title":"waiting"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/","text":"Interface: CheckboxProps # Renderer . Component .CheckboxProps Type parameters # Name Type T boolean Table of contents # Properties # className disabled inline label value Methods # onChange Properties # className # \u2022 Optional className : string disabled # \u2022 Optional disabled : boolean inline # \u2022 Optional inline : boolean label # \u2022 Optional label : ReactNode value # \u2022 Optional value : T Methods # onChange # \u25b8 Optional onChange ( value , evt ): void Parameters # Name Type value T evt ChangeEvent < HTMLInputElement > Returns # void","title":"Interface: CheckboxProps"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#interface-checkboxpropst","text":"Renderer . Component .CheckboxProps","title":"Interface: CheckboxProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#type-parameters","text":"Name Type T boolean","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#properties","text":"className disabled inline label value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#inline","text":"\u2022 Optional inline : boolean","title":"inline"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#value","text":"\u2022 Optional value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.CheckboxProps/#onchange","text":"\u25b8 Optional onChange ( value , evt ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/","text":"Interface: ConfirmDialogBooleanParams # Renderer . Component .ConfirmDialogBooleanParams Hierarchy # ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams Table of contents # Properties # cancelButtonProps icon labelCancel labelOk message okButtonProps Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial < ButtonProps > icon # \u2022 Optional icon : ReactNode labelCancel # \u2022 Optional labelCancel : ReactNode labelOk # \u2022 Optional labelOk : ReactNode message # \u2022 message : ReactNode okButtonProps # \u2022 Optional okButtonProps : Partial < ButtonProps >","title":"Interface: ConfirmDialogBooleanParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#interface-confirmdialogbooleanparams","text":"Renderer . Component .ConfirmDialogBooleanParams","title":"Interface: ConfirmDialogBooleanParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#hierarchy","text":"ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#properties","text":"cancelButtonProps icon labelCancel labelOk message okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial < ButtonProps >","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode","title":"labelCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#labelok","text":"\u2022 Optional labelOk : ReactNode","title":"labelOk"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#message","text":"\u2022 message : ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial < ButtonProps >","title":"okButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/","text":"Interface: ConfirmDialogParams # Renderer . Component .ConfirmDialogParams Hierarchy # ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams Table of contents # Properties # cancelButtonProps icon labelCancel labelOk message okButtonProps Methods # cancel ok Properties # cancelButtonProps # \u2022 Optional cancelButtonProps : Partial < ButtonProps > Inherited from # ConfirmDialogBooleanParams . cancelButtonProps icon # \u2022 Optional icon : ReactNode Inherited from # ConfirmDialogBooleanParams . icon labelCancel # \u2022 Optional labelCancel : ReactNode Inherited from # ConfirmDialogBooleanParams . labelCancel labelOk # \u2022 Optional labelOk : ReactNode Inherited from # ConfirmDialogBooleanParams . labelOk message # \u2022 message : ReactNode Inherited from # ConfirmDialogBooleanParams . message okButtonProps # \u2022 Optional okButtonProps : Partial < ButtonProps > Inherited from # ConfirmDialogBooleanParams . okButtonProps Methods # cancel # \u25b8 Optional cancel (): any Returns # any ok # \u25b8 Optional ok (): any Returns # any","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#interface-confirmdialogparams","text":"Renderer . Component .ConfirmDialogParams","title":"Interface: ConfirmDialogParams"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#hierarchy","text":"ConfirmDialogBooleanParams \u21b3 ConfirmDialogParams","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#properties","text":"cancelButtonProps icon labelCancel labelOk message okButtonProps","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#methods","text":"cancel ok","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#cancelbuttonprops","text":"\u2022 Optional cancelButtonProps : Partial < ButtonProps >","title":"cancelButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#labelcancel","text":"\u2022 Optional labelCancel : ReactNode","title":"labelCancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#labelok","text":"\u2022 Optional labelOk : ReactNode","title":"labelOk"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#message","text":"\u2022 message : ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#okbuttonprops","text":"\u2022 Optional okButtonProps : Partial < ButtonProps >","title":"okButtonProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#cancel","text":"\u25b8 Optional cancel (): any","title":"cancel"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/#ok","text":"\u25b8 Optional ok (): any","title":"ok"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/","text":"Interface: ConfirmDialogProps # Renderer . Component .ConfirmDialogProps Hierarchy # Partial < DialogProps > \u21b3 ConfirmDialogProps Table of contents # Properties # animated className data-testid isOpen modal pinned Methods # close onClose onOpen open Properties # animated # \u2022 Optional animated : boolean Inherited from # Partial.animated className # \u2022 Optional className : string Inherited from # Partial.className data-testid # \u2022 Optional data-testid : string Inherited from # Partial.data-testid isOpen # \u2022 Optional isOpen : boolean Inherited from # Partial.isOpen modal # \u2022 Optional modal : boolean Inherited from # Partial.modal pinned # \u2022 Optional pinned : boolean Inherited from # Partial.pinned Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # Partial.close onClose # \u25b8 Optional onClose (): void Returns # void Inherited from # Partial.onClose onOpen # \u25b8 Optional onOpen (): void Returns # void Inherited from # Partial.onOpen open # \u25b8 Optional open (): void Returns # void Inherited from # Partial.open","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#interface-confirmdialogprops","text":"Renderer . Component .ConfirmDialogProps","title":"Interface: ConfirmDialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#hierarchy","text":"Partial < DialogProps > \u21b3 ConfirmDialogProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#properties","text":"animated className data-testid isOpen modal pinned","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#methods","text":"close onClose onOpen open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#animated","text":"\u2022 Optional animated : boolean","title":"animated"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#data-testid","text":"\u2022 Optional data-testid : string","title":"data-testid"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#modal","text":"\u2022 Optional modal : boolean","title":"modal"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#pinned","text":"\u2022 Optional pinned : boolean","title":"pinned"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/","text":"Interface: DialogProps # Renderer . Component .DialogProps Table of contents # Properties # animated className data-testid isOpen modal pinned Methods # close onClose onOpen open Properties # animated # \u2022 Optional animated : boolean className # \u2022 Optional className : string data-testid # \u2022 Optional data-testid : string isOpen # \u2022 Optional isOpen : boolean modal # \u2022 Optional modal : boolean pinned # \u2022 Optional pinned : boolean Methods # close # \u25b8 Optional close (): void Returns # void onClose # \u25b8 Optional onClose (): void Returns # void onOpen # \u25b8 Optional onOpen (): void Returns # void open # \u25b8 Optional open (): void Returns # void","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#interface-dialogprops","text":"Renderer . Component .DialogProps","title":"Interface: DialogProps"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#properties","text":"animated className data-testid isOpen modal pinned","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#methods","text":"close onClose onOpen open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#animated","text":"\u2022 Optional animated : boolean","title":"animated"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#data-testid","text":"\u2022 Optional data-testid : string","title":"data-testid"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#modal","text":"\u2022 Optional modal : boolean","title":"modal"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#pinned","text":"\u2022 Optional pinned : boolean","title":"pinned"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.DialogProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/","text":"Interface: DrawerItemLabelsProps # Renderer . Component .DrawerItemLabelsProps Hierarchy # DrawerItemProps \u21b3 DrawerItemLabelsProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # DrawerItemProps . about accessKey # \u2022 Optional accessKey : string Inherited from # DrawerItemProps . accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # DrawerItemProps . aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # DrawerItemProps . aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # DrawerItemProps . aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # DrawerItemProps . aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # DrawerItemProps . aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # DrawerItemProps . aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # DrawerItemProps . aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # DrawerItemProps . aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # DrawerItemProps . aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # DrawerItemProps . aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # DrawerItemProps . aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # DrawerItemProps . aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # DrawerItemProps . aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # DrawerItemProps . aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # DrawerItemProps . aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # DrawerItemProps . aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # DrawerItemProps . aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # DrawerItemProps . aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # DrawerItemProps . aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # DrawerItemProps . aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # DrawerItemProps . aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # DrawerItemProps . aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # DrawerItemProps . aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # DrawerItemProps . aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # DrawerItemProps . aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # DrawerItemProps . aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # DrawerItemProps . aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # DrawerItemProps . aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # DrawerItemProps . aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # DrawerItemProps . aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # DrawerItemProps . aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # DrawerItemProps . aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # DrawerItemProps . aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # DrawerItemProps . aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # DrawerItemProps . aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # DrawerItemProps . aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # DrawerItemProps . aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # DrawerItemProps . aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # DrawerItemProps . aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # DrawerItemProps . aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # DrawerItemProps . aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # DrawerItemProps . aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # DrawerItemProps . aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # DrawerItemProps . aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # DrawerItemProps . aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # DrawerItemProps . aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # DrawerItemProps . aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # DrawerItemProps . aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # DrawerItemProps . autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # DrawerItemProps . autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # DrawerItemProps . autoSave children # \u2022 Optional children : ReactNode Inherited from # DrawerItemProps . children className # \u2022 Optional className : string Inherited from # DrawerItemProps . className color # \u2022 Optional color : string Inherited from # DrawerItemProps . color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # DrawerItemProps . contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # DrawerItemProps . contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # DrawerItemProps . dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # DrawerItemProps . datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # DrawerItemProps . defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # DrawerItemProps . defaultValue dir # \u2022 Optional dir : string Inherited from # DrawerItemProps . dir draggable # \u2022 Optional draggable : Booleanish Inherited from # DrawerItemProps . draggable hidden # \u2022 Optional hidden : boolean Inherited from # DrawerItemProps . hidden id # \u2022 Optional id : string Inherited from # DrawerItemProps . id inlist # \u2022 Optional inlist : any Inherited from # DrawerItemProps . inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # DrawerItemProps . inputMode is # \u2022 Optional is : string 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 Inherited from # DrawerItemProps . is itemID # \u2022 Optional itemID : string Inherited from # DrawerItemProps . itemID itemProp # \u2022 Optional itemProp : string Inherited from # DrawerItemProps . itemProp itemRef # \u2022 Optional itemRef : string Inherited from # DrawerItemProps . itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # DrawerItemProps . itemScope itemType # \u2022 Optional itemType : string Inherited from # DrawerItemProps . itemType labels # \u2022 labels : string [] labelsOnly # \u2022 Optional labelsOnly : boolean Inherited from # DrawerItemProps . labelsOnly lang # \u2022 Optional lang : string Inherited from # DrawerItemProps . lang name # \u2022 name : ReactNode Inherited from # DrawerItemProps . name onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # DrawerItemProps . onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # DrawerItemProps . onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # DrawerItemProps . onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # DrawerItemProps . onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # DrawerItemProps . onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # DrawerItemProps . onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # DrawerItemProps . onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # DrawerItemProps . onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # DrawerItemProps . onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # DrawerItemProps . onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # DrawerItemProps . onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # DrawerItemProps . onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # DrawerItemProps . onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # DrawerItemProps . onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # DrawerItemProps . onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # DrawerItemProps . onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # DrawerItemProps . onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # DrawerItemProps . onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # DrawerItemProps . onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # DrawerItemProps . onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # DrawerItemProps . onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # DrawerItemProps . onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # DrawerItemProps . onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # DrawerItemProps . onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # DrawerItemProps . onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # DrawerItemProps . onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # DrawerItemProps . onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # DrawerItemProps . onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # DrawerItemProps . onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # DrawerItemProps . onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # DrawerItemProps . onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # DrawerItemProps . onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # DrawerItemProps . onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # DrawerItemProps . onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # DrawerItemProps . onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # DrawerItemProps . onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # DrawerItemProps . onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # DrawerItemProps . onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # DrawerItemProps . onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # DrawerItemProps . onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # DrawerItemProps . onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # DrawerItemProps . onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # DrawerItemProps . onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # DrawerItemProps . onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # DrawerItemProps . onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # DrawerItemProps . onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # DrawerItemProps . onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # DrawerItemProps . placeholder prefix # \u2022 Optional prefix : string Inherited from # DrawerItemProps . prefix property # \u2022 Optional property : string Inherited from # DrawerItemProps . property radioGroup # \u2022 Optional radioGroup : string Inherited from # DrawerItemProps . radioGroup renderBoolean # \u2022 Optional renderBoolean : boolean Inherited from # DrawerItemProps . renderBoolean resource # \u2022 Optional resource : string Inherited from # DrawerItemProps . resource results # \u2022 Optional results : number Inherited from # DrawerItemProps . results role # \u2022 Optional role : AriaRole Inherited from # DrawerItemProps . role security # \u2022 Optional security : string Inherited from # DrawerItemProps . security slot # \u2022 Optional slot : string Inherited from # DrawerItemProps . slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # DrawerItemProps . spellCheck style # \u2022 Optional style : CSSProperties Inherited from # DrawerItemProps . style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # DrawerItemProps . suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # DrawerItemProps . suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # DrawerItemProps . tabIndex title # \u2022 Optional title : string Inherited from # DrawerItemProps . title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # DrawerItemProps . translate typeof # \u2022 Optional typeof : string Inherited from # DrawerItemProps . typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # DrawerItemProps . unselectable vocab # \u2022 Optional vocab : string Inherited from # DrawerItemProps . vocab","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#interface-draweritemlabelsprops","text":"Renderer . Component .DrawerItemLabelsProps","title":"Interface: DrawerItemLabelsProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#hierarchy","text":"DrawerItemProps \u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labels labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.DrawerItemLabelsProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.DrawerItemLabelsProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.DrawerItemLabelsProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.DrawerItemLabelsProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.DrawerItemLabelsProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.DrawerItemLabelsProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#labels","text":"\u2022 labels : string []","title":"labels"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#labelsonly","text":"\u2022 Optional labelsOnly : boolean","title":"labelsOnly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#name","text":"\u2022 name : ReactNode","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/","text":"Interface: DrawerItemProps # Renderer . Component .DrawerItemProps Hierarchy # HTMLAttributes < any > \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps Table of contents # 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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Overrides # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable hidden # \u2022 Optional hidden : boolean Overrides # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType labelsOnly # \u2022 Optional labelsOnly : boolean lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang name # \u2022 name : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup renderBoolean # \u2022 Optional renderBoolean : boolean resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Overrides # React.HTMLAttributes.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#interface-draweritemprops","text":"Renderer . Component .DrawerItemProps","title":"Interface: DrawerItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#hierarchy","text":"HTMLAttributes < any > \u21b3 DrawerItemProps \u21b3\u21b3 DrawerItemLabelsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 children className color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir draggable hidden id inlist inputMode is itemID itemProp itemRef itemScope itemType labelsOnly lang name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture placeholder prefix property radioGroup renderBoolean resource results role security slot spellCheck style suppressContentEditableWarning suppressHydrationWarning tabIndex title translate typeof unselectable vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.DrawerItemProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.DrawerItemProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.DrawerItemProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.DrawerItemProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.DrawerItemProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.DrawerItemProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.DrawerItemProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.DrawerItemProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.DrawerItemProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.DrawerItemProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.DrawerItemProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.DrawerItemProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.DrawerItemProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.DrawerItemProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.DrawerItemProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.DrawerItemProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.DrawerItemProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.DrawerItemProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.DrawerItemProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#labelsonly","text":"\u2022 Optional labelsOnly : boolean","title":"labelsOnly"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#name","text":"\u2022 name : ReactNode","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerItemProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/","text":"Interface: DrawerParamTogglerProps # Renderer . Component .DrawerParamTogglerProps Table of contents # Properties # label Properties # label # \u2022 label : string | number","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#interface-drawerparamtogglerprops","text":"Renderer . Component .DrawerParamTogglerProps","title":"Interface: DrawerParamTogglerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#properties","text":"label","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/#label","text":"\u2022 label : string | number","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/","text":"Interface: DrawerProps # Renderer . Component .DrawerProps Table of contents # Properties # animation className contentClass open position size title toolbar usePortal Methods # onClose Properties # animation # \u2022 Optional animation : string className # \u2022 Optional className : string | object contentClass # \u2022 Optional contentClass : string | object open # \u2022 open : boolean position # \u2022 Optional position : DrawerPosition size # \u2022 Optional size : string The width or heigh (depending on position ) of the Drawer. If not set then the Drawer will be resizable. title # \u2022 title : ReactNode toolbar # \u2022 Optional toolbar : ReactNode usePortal # \u2022 Optional usePortal : boolean Methods # onClose # \u25b8 Optional onClose (): void Returns # void","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#interface-drawerprops","text":"Renderer . Component .DrawerProps","title":"Interface: DrawerProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#properties","text":"animation className contentClass open position size title toolbar usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#methods","text":"onClose","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#animation","text":"\u2022 Optional animation : string","title":"animation"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#classname","text":"\u2022 Optional className : string | object","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#contentclass","text":"\u2022 Optional contentClass : string | object","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#open","text":"\u2022 open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#position","text":"\u2022 Optional position : DrawerPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#size","text":"\u2022 Optional size : string The width or heigh (depending on position ) of the Drawer. If not set then the Drawer will be resizable.","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#toolbar","text":"\u2022 Optional toolbar : ReactNode","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#useportal","text":"\u2022 Optional usePortal : boolean","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerProps/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/","text":"Interface: DrawerTitleProps # Renderer . Component .DrawerTitleProps Table of contents # Properties # className title Properties # className # \u2022 Optional className : string title # \u2022 Optional title : ReactNode","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#interface-drawertitleprops","text":"Renderer . Component .DrawerTitleProps","title":"Interface: DrawerTitleProps"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#properties","text":"className title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.DrawerTitleProps/#title","text":"\u2022 Optional title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/","text":"Interface: GroupSelectOption # Renderer . Component .GroupSelectOption Type parameters # Name Type T extends SelectOption SelectOption Table of contents # Properties # label options Properties # label # \u2022 label : ReactNode options # \u2022 options : T []","title":"Interface: GroupSelectOption"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#interface-groupselectoptiont","text":"Renderer . Component .GroupSelectOption","title":"Interface: GroupSelectOption<T>"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#type-parameters","text":"Name Type T extends SelectOption SelectOption","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#properties","text":"label options","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#label","text":"\u2022 label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.GroupSelectOption/#options","text":"\u2022 options : T []","title":"options"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/","text":"Interface: IconDataFnArg # Renderer . Component .IconDataFnArg Table of contents # Properties # isDirty Properties # isDirty # \u2022 isDirty : boolean","title":"Interface: IconDataFnArg"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#interface-icondatafnarg","text":"Renderer . Component .IconDataFnArg","title":"Interface: IconDataFnArg"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#properties","text":"isDirty","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconDataFnArg/#isdirty","text":"\u2022 isDirty : boolean","title":"isDirty"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/","text":"Interface: IconProps # Renderer . Component .IconProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 IconProps Table of contents # 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 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 vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey active # \u2022 Optional active : boolean aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave big # \u2022 Optional big : boolean children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir disabled # \u2022 Optional disabled : boolean draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable focusable # \u2022 Optional focusable : boolean hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden href # \u2022 Optional href : string id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode interactive # \u2022 Optional interactive : boolean is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang link # \u2022 Optional link : LocationDescriptor < unknown > material # \u2022 Optional material : string onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security size # \u2022 Optional size : string | number slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot small # \u2022 Optional small : boolean smallest # \u2022 Optional smallest : boolean spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck sticker # \u2022 Optional sticker : boolean style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning svg # \u2022 Optional svg : string tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#interface-iconprops","text":"Renderer . Component .IconProps","title":"Interface: IconProps"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 IconProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.IconProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.IconProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.IconProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.IconProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.IconProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.IconProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.IconProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.IconProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.IconProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.IconProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.IconProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.IconProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.IconProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.IconProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.IconProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.IconProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.IconProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.IconProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.IconProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#big","text":"\u2022 Optional big : boolean","title":"big"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#focusable","text":"\u2022 Optional focusable : boolean","title":"focusable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.IconProps/#interactive","text":"\u2022 Optional interactive : boolean","title":"interactive"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.IconProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#link","text":"\u2022 Optional link : LocationDescriptor < unknown >","title":"link"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#material","text":"\u2022 Optional material : string","title":"material"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#size","text":"\u2022 Optional size : string | number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#smallest","text":"\u2022 Optional smallest : boolean","title":"smallest"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#sticker","text":"\u2022 Optional sticker : boolean","title":"sticker"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#svg","text":"\u2022 Optional svg : string","title":"svg"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.IconProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.IconProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/","text":"Interface: InputValidator # Renderer . Component .InputValidator Table of contents # Properties # debounce message Methods # condition validate Properties # debounce # \u2022 Optional debounce : number message # \u2022 Optional message : ReactNode | ( value : string , props? : InputProps ) => ReactNode Methods # condition # \u25b8 Optional condition ( props ): boolean Parameters # Name Type props InputProps Returns # boolean validate # \u25b8 validate ( value , props? ): boolean | Promise < any > Parameters # Name Type value string props? InputProps Returns # boolean | Promise < any >","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#interface-inputvalidator","text":"Renderer . Component .InputValidator","title":"Interface: InputValidator"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#properties","text":"debounce message","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#methods","text":"condition validate","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#debounce","text":"\u2022 Optional debounce : number","title":"debounce"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#message","text":"\u2022 Optional message : ReactNode | ( value : string , props? : InputProps ) => ReactNode","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#condition","text":"\u25b8 Optional condition ( props ): boolean","title":"condition"},{"location":"extensions/api/interfaces/Renderer.Component.InputValidator/#validate","text":"\u25b8 validate ( value , props? ): boolean | Promise < any >","title":"validate"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/","text":"Interface: KubeEventDetailsProps # Renderer . Component .KubeEventDetailsProps Table of contents # Properties # object Properties # object # \u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#interface-kubeeventdetailsprops","text":"Renderer . Component .KubeEventDetailsProps","title":"Interface: KubeEventDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#properties","text":"object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/#object","text":"\u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/","text":"Interface: KubeObjectDetailsProps # Renderer . Component .KubeObjectDetailsProps Type parameters # Name Type T extends KubeObject KubeObject Table of contents # Properties # className object Properties # className # \u2022 Optional className : string object # \u2022 object : T","title":"Interface: KubeObjectDetailsProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#interface-kubeobjectdetailspropst","text":"Renderer . Component .KubeObjectDetailsProps","title":"Interface: KubeObjectDetailsProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#type-parameters","text":"Name Type T extends KubeObject KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#properties","text":"className object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/#object","text":"\u2022 object : T","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/","text":"Interface: KubeObjectListLayoutProps # Renderer . Component .KubeObjectListLayoutProps Type parameters # Name Type K extends KubeObject Hierarchy # ItemListLayoutProps < K > \u21b3 KubeObjectListLayoutProps Table of contents # Properties # addRemoveButtons className copyClassNameFromHeadCells customizeHeader dependentStores detailsItem failedToLoadMessage filterCallbacks filterItems hasDetailsView headerClassName hideFilters isConfigurable isReady isSelectable items preloadStores renderHeaderTitle renderTableHeader searchFilters showHeader sortingCallbacks store subscribeStores tableId tableProps virtual Methods # customizeRemoveDialog customizeTableRowProps onDetails renderFooter renderItemMenu renderTableContents Properties # addRemoveButtons # \u2022 Optional addRemoveButtons : Partial < AddRemoveButtonsProps > Inherited from # ItemListLayoutProps.addRemoveButtons className # \u2022 className : IClassName Inherited from # ItemListLayoutProps.className copyClassNameFromHeadCells # \u2022 Optional copyClassNameFromHeadCells : boolean Inherited from # ItemListLayoutProps.copyClassNameFromHeadCells customizeHeader # \u2022 Optional customizeHeader : HeaderCustomizer | HeaderCustomizer [] Inherited from # ItemListLayoutProps.customizeHeader dependentStores # \u2022 Optional dependentStores : KubeObjectStore < KubeObject < KubeObjectMetadata , any , any >>[] Overrides # ItemListLayoutProps.dependentStores detailsItem # \u2022 Optional detailsItem : K Inherited from # ItemListLayoutProps.detailsItem failedToLoadMessage # \u2022 Optional failedToLoadMessage : ReactNode Message to display when a store failed to load default \"Failed to load items\" Inherited from # ItemListLayoutProps.failedToLoadMessage filterCallbacks # \u2022 Optional filterCallbacks : ItemsFilters < K > Inherited from # ItemListLayoutProps.filterCallbacks filterItems # \u2022 Optional filterItems : ItemsFilter < K >[] deprecated Inherited from # ItemListLayoutProps.filterItems hasDetailsView # \u2022 Optional hasDetailsView : boolean Inherited from # ItemListLayoutProps.hasDetailsView headerClassName # \u2022 Optional headerClassName : IClassName Inherited from # ItemListLayoutProps.headerClassName hideFilters # \u2022 Optional hideFilters : boolean Inherited from # ItemListLayoutProps.hideFilters isConfigurable # \u2022 Optional isConfigurable : boolean Inherited from # ItemListLayoutProps.isConfigurable isReady # \u2022 Optional isReady : boolean Inherited from # ItemListLayoutProps.isReady isSelectable # \u2022 Optional isSelectable : boolean Inherited from # ItemListLayoutProps.isSelectable items # \u2022 Optional items : K [] Inherited from # ItemListLayoutProps.items preloadStores # \u2022 Optional preloadStores : boolean Inherited from # ItemListLayoutProps.preloadStores renderHeaderTitle # \u2022 Optional renderHeaderTitle : ReactNode | ( parent : ItemListLayout < K >) => ReactNode Inherited from # ItemListLayoutProps.renderHeaderTitle renderTableHeader # \u2022 renderTableHeader : TableCellProps [] Inherited from # ItemListLayoutProps.renderTableHeader searchFilters # \u2022 Optional searchFilters : SearchFilter < K >[] Inherited from # ItemListLayoutProps.searchFilters showHeader # \u2022 Optional showHeader : boolean Inherited from # ItemListLayoutProps.showHeader sortingCallbacks # \u2022 Optional sortingCallbacks : TableSortCallbacks < K > Inherited from # ItemListLayoutProps.sortingCallbacks store # \u2022 store : KubeObjectStore < K > Overrides # ItemListLayoutProps.store subscribeStores # \u2022 Optional subscribeStores : boolean tableId # \u2022 Optional tableId : string Inherited from # ItemListLayoutProps.tableId tableProps # \u2022 Optional tableProps : Partial < TableProps < K >> Inherited from # ItemListLayoutProps.tableProps virtual # \u2022 Optional virtual : boolean Inherited from # ItemListLayoutProps.virtual Methods # customizeRemoveDialog # \u25b8 Optional customizeRemoveDialog ( selectedItems ): Partial < ConfirmDialogParams > Parameters # Name Type selectedItems I [] Returns # Partial < ConfirmDialogParams > Inherited from # ItemListLayoutProps.customizeRemoveDialog customizeTableRowProps # \u25b8 Optional customizeTableRowProps ( item ): Partial < TableRowProps > Parameters # Name Type item I Returns # Partial < TableRowProps > Inherited from # ItemListLayoutProps.customizeTableRowProps onDetails # \u25b8 Optional onDetails ( item ): void Parameters # Name Type item I Returns # void Inherited from # ItemListLayoutProps.onDetails renderFooter # \u25b8 Optional renderFooter ( parent ): ReactNode Parameters # Name Type parent ItemListLayout < I > Returns # ReactNode Inherited from # ItemListLayoutProps.renderFooter renderItemMenu # \u25b8 Optional renderItemMenu ( item , store ): ReactNode Parameters # Name Type item I store ItemStore < I > Returns # ReactNode Inherited from # ItemListLayoutProps.renderItemMenu renderTableContents # \u25b8 renderTableContents ( item ): ( ReactNode | TableCellProps )[] Parameters # Name Type item I Returns # ( ReactNode | TableCellProps )[] Inherited from # ItemListLayoutProps.renderTableContents","title":"Interface: KubeObjectListLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#interface-kubeobjectlistlayoutpropsk","text":"Renderer . Component .KubeObjectListLayoutProps","title":"Interface: KubeObjectListLayoutProps<K>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#type-parameters","text":"Name Type K extends KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hierarchy","text":"ItemListLayoutProps < K > \u21b3 KubeObjectListLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#properties","text":"addRemoveButtons className copyClassNameFromHeadCells customizeHeader dependentStores detailsItem failedToLoadMessage filterCallbacks filterItems hasDetailsView headerClassName hideFilters isConfigurable isReady isSelectable items preloadStores renderHeaderTitle renderTableHeader searchFilters showHeader sortingCallbacks store subscribeStores tableId tableProps virtual","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#methods","text":"customizeRemoveDialog customizeTableRowProps onDetails renderFooter renderItemMenu renderTableContents","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#addremovebuttons","text":"\u2022 Optional addRemoveButtons : Partial < AddRemoveButtonsProps >","title":"addRemoveButtons"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#classname","text":"\u2022 className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#copyclassnamefromheadcells","text":"\u2022 Optional copyClassNameFromHeadCells : boolean","title":"copyClassNameFromHeadCells"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizeheader","text":"\u2022 Optional customizeHeader : HeaderCustomizer | HeaderCustomizer []","title":"customizeHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#dependentstores","text":"\u2022 Optional dependentStores : KubeObjectStore < KubeObject < KubeObjectMetadata , any , any >>[]","title":"dependentStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#detailsitem","text":"\u2022 Optional detailsItem : K","title":"detailsItem"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#failedtoloadmessage","text":"\u2022 Optional failedToLoadMessage : ReactNode Message to display when a store failed to load default \"Failed to load items\"","title":"failedToLoadMessage"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#filtercallbacks","text":"\u2022 Optional filterCallbacks : ItemsFilters < K >","title":"filterCallbacks"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#filteritems","text":"\u2022 Optional filterItems : ItemsFilter < K >[] deprecated","title":"filterItems"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hasdetailsview","text":"\u2022 Optional hasDetailsView : boolean","title":"hasDetailsView"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#headerclassname","text":"\u2022 Optional headerClassName : IClassName","title":"headerClassName"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#hidefilters","text":"\u2022 Optional hideFilters : boolean","title":"hideFilters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isconfigurable","text":"\u2022 Optional isConfigurable : boolean","title":"isConfigurable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isready","text":"\u2022 Optional isReady : boolean","title":"isReady"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#isselectable","text":"\u2022 Optional isSelectable : boolean","title":"isSelectable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#items","text":"\u2022 Optional items : K []","title":"items"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#preloadstores","text":"\u2022 Optional preloadStores : boolean","title":"preloadStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderheadertitle","text":"\u2022 Optional renderHeaderTitle : ReactNode | ( parent : ItemListLayout < K >) => ReactNode","title":"renderHeaderTitle"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#rendertableheader","text":"\u2022 renderTableHeader : TableCellProps []","title":"renderTableHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#searchfilters","text":"\u2022 Optional searchFilters : SearchFilter < K >[]","title":"searchFilters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#showheader","text":"\u2022 Optional showHeader : boolean","title":"showHeader"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#sortingcallbacks","text":"\u2022 Optional sortingCallbacks : TableSortCallbacks < K >","title":"sortingCallbacks"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#store","text":"\u2022 store : KubeObjectStore < K >","title":"store"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#subscribestores","text":"\u2022 Optional subscribeStores : boolean","title":"subscribeStores"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#tableid","text":"\u2022 Optional tableId : string","title":"tableId"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#tableprops","text":"\u2022 Optional tableProps : Partial < TableProps < K >>","title":"tableProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#virtual","text":"\u2022 Optional virtual : boolean","title":"virtual"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizeremovedialog","text":"\u25b8 Optional customizeRemoveDialog ( selectedItems ): Partial < ConfirmDialogParams >","title":"customizeRemoveDialog"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#customizetablerowprops","text":"\u25b8 Optional customizeTableRowProps ( item ): Partial < TableRowProps >","title":"customizeTableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#ondetails","text":"\u25b8 Optional onDetails ( item ): void","title":"onDetails"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderfooter","text":"\u25b8 Optional renderFooter ( parent ): ReactNode","title":"renderFooter"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#renderitemmenu","text":"\u25b8 Optional renderItemMenu ( item , store ): ReactNode","title":"renderItemMenu"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/#rendertablecontents","text":"\u25b8 renderTableContents ( item ): ( ReactNode | TableCellProps )[]","title":"renderTableContents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/","text":"Interface: KubeObjectMenuProps # Renderer . Component .KubeObjectMenuProps Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type parameters # Name Type TKubeObject extends KubeObject Hierarchy # MenuActionsProps \u21b3 KubeObjectMenuProps Table of contents # Properties # autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll editable htmlFor id isOpen object position removable removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal Methods # close onOpen open removeAction updateAction Properties # autoCloseOnSelect # \u2022 Optional autoCloseOnSelect : boolean Inherited from # MenuActionsProps . autoCloseOnSelect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # MenuActionsProps . autoFocus children # \u2022 Optional children : ReactNode Inherited from # MenuActionsProps . children className # \u2022 Optional className : string Inherited from # MenuActionsProps . className closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Inherited from # MenuActionsProps . closeOnClickItem closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Inherited from # MenuActionsProps . closeOnClickOutside closeOnScroll # \u2022 Optional closeOnScroll : boolean Inherited from # MenuActionsProps . closeOnScroll editable # \u2022 Optional editable : boolean htmlFor # \u2022 Optional htmlFor : string Inherited from # MenuActionsProps . htmlFor id # \u2022 Optional id : string Inherited from # MenuActionsProps . id isOpen # \u2022 Optional isOpen : boolean Inherited from # MenuActionsProps . isOpen object # \u2022 object : TKubeObject position # \u2022 Optional position : MenuPosition Inherited from # MenuActionsProps . position removable # \u2022 Optional removable : boolean removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode Inherited from # MenuActionsProps . removeConfirmationMessage toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" Inherited from # MenuActionsProps . toggleEvent toolbar # \u2022 Optional toolbar : boolean Inherited from # MenuActionsProps . toolbar triggerIcon # \u2022 Optional triggerIcon : ReactNode | IconProps Inherited from # MenuActionsProps . triggerIcon usePortal # \u2022 Optional usePortal : boolean | HTMLElement Inherited from # MenuActionsProps . usePortal Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # MenuActionsProps . close onOpen # \u25b8 Optional onOpen (): void Returns # void Inherited from # MenuActionsProps . onOpen open # \u25b8 Optional open (): void Returns # void Inherited from # MenuActionsProps . open removeAction # \u25b8 Optional removeAction (): void Returns # void Inherited from # MenuActionsProps . removeAction updateAction # \u25b8 Optional updateAction (): void Returns # void Inherited from # MenuActionsProps . updateAction","title":"Interface: KubeObjectMenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#interface-kubeobjectmenupropstkubeobject","text":"Renderer . Component .KubeObjectMenuProps Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Interface: KubeObjectMenuProps<TKubeObject>"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#type-parameters","text":"Name Type TKubeObject extends KubeObject","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#hierarchy","text":"MenuActionsProps \u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#properties","text":"autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll editable htmlFor id isOpen object position removable removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#methods","text":"close onOpen open removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#autocloseonselect","text":"\u2022 Optional autoCloseOnSelect : boolean","title":"autoCloseOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#editable","text":"\u2022 Optional editable : boolean","title":"editable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#object","text":"\u2022 object : TKubeObject","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removable","text":"\u2022 Optional removable : boolean","title":"removable"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#toolbar","text":"\u2022 Optional toolbar : boolean","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#triggericon","text":"\u2022 Optional triggerIcon : ReactNode | IconProps","title":"triggerIcon"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#removeaction","text":"\u25b8 Optional removeAction (): void","title":"removeAction"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/#updateaction","text":"\u25b8 Optional updateAction (): void","title":"updateAction"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/","text":"Interface: KubeObjectMetaProps # Renderer . Component .KubeObjectMetaProps Table of contents # Properties # hideFields object Properties # hideFields # \u2022 Optional hideFields : keyof KubeObjectMetadata [] object # \u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#interface-kubeobjectmetaprops","text":"Renderer . Component .KubeObjectMetaProps","title":"Interface: KubeObjectMetaProps"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#properties","text":"hideFields object","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#hidefields","text":"\u2022 Optional hideFields : keyof KubeObjectMetadata []","title":"hideFields"},{"location":"extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/#object","text":"\u2022 object : KubeObject < KubeObjectMetadata , any , any >","title":"object"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/","text":"Interface: LineProgressProps # Renderer . Component .LineProgressProps Hierarchy # HTMLProps < any > TooltipDecoratorProps \u21b3 LineProgressProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : any Overrides # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : number Overrides # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : number Overrides # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster precise # \u2022 Optional precise : number prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 value : number Overrides # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#interface-lineprogressprops","text":"Renderer . Component .LineProgressProps","title":"Interface: LineProgressProps"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hierarchy","text":"HTMLProps < any > TooltipDecoratorProps \u21b3 LineProgressProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.LineProgressProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.LineProgressProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.LineProgressProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.LineProgressProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.LineProgressProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.LineProgressProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.LineProgressProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.LineProgressProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.LineProgressProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.LineProgressProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.LineProgressProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.LineProgressProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.LineProgressProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.LineProgressProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.LineProgressProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.LineProgressProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.LineProgressProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.LineProgressProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.LineProgressProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#classname","text":"\u2022 Optional className : any","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.LineProgressProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.LineProgressProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#max","text":"\u2022 Optional max : number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#min","text":"\u2022 Optional min : number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#precise","text":"\u2022 Optional precise : number","title":"precise"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.LineProgressProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#value","text":"\u2022 value : number","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.LineProgressProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/","text":"Interface: MenuActionsProps # Renderer . Component .MenuActionsProps Hierarchy # Partial < MenuProps > \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps Table of contents # Properties # autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal Methods # close onOpen open removeAction updateAction Properties # autoCloseOnSelect # \u2022 Optional autoCloseOnSelect : boolean autoFocus # \u2022 Optional autoFocus : boolean Inherited from # Partial.autoFocus children # \u2022 Optional children : ReactNode Inherited from # Partial.children className # \u2022 Optional className : string Overrides # Partial.className closeOnClickItem # \u2022 Optional closeOnClickItem : boolean Inherited from # Partial.closeOnClickItem closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean Inherited from # Partial.closeOnClickOutside closeOnScroll # \u2022 Optional closeOnScroll : boolean Inherited from # Partial.closeOnScroll htmlFor # \u2022 Optional htmlFor : string Inherited from # Partial.htmlFor id # \u2022 Optional id : string Inherited from # Partial.id isOpen # \u2022 Optional isOpen : boolean Inherited from # Partial.isOpen position # \u2022 Optional position : MenuPosition Inherited from # Partial.position removeConfirmationMessage # \u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" Inherited from # Partial.toggleEvent toolbar # \u2022 Optional toolbar : boolean triggerIcon # \u2022 Optional triggerIcon : ReactNode | IconProps usePortal # \u2022 Optional usePortal : boolean | HTMLElement Inherited from # Partial.usePortal Methods # close # \u25b8 Optional close (): void Returns # void Inherited from # Partial.close onOpen # \u25b8 Optional onOpen (): void Returns # void open # \u25b8 Optional open (): void Returns # void Inherited from # Partial.open removeAction # \u25b8 Optional removeAction (): void Returns # void updateAction # \u25b8 Optional updateAction (): void Returns # void","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#interface-menuactionsprops","text":"Renderer . Component .MenuActionsProps","title":"Interface: MenuActionsProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#hierarchy","text":"Partial < MenuProps > \u21b3 MenuActionsProps \u21b3\u21b3 KubeObjectMenuProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#properties","text":"autoCloseOnSelect autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position removeConfirmationMessage toggleEvent toolbar triggerIcon usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#methods","text":"close onOpen open removeAction updateAction","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#autocloseonselect","text":"\u2022 Optional autoCloseOnSelect : boolean","title":"autoCloseOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#removeconfirmationmessage","text":"\u2022 Optional removeConfirmationMessage : ReactNode | () => ReactNode","title":"removeConfirmationMessage"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#toolbar","text":"\u2022 Optional toolbar : boolean","title":"toolbar"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#triggericon","text":"\u2022 Optional triggerIcon : ReactNode | IconProps","title":"triggerIcon"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#close","text":"\u25b8 Optional close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#onopen","text":"\u25b8 Optional onOpen (): void","title":"onOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#open","text":"\u25b8 Optional open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#removeaction","text":"\u25b8 Optional removeAction (): void","title":"removeAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuActionsProps/#updateaction","text":"\u25b8 Optional updateAction (): void","title":"updateAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/","text":"Interface: MenuItemProps # Renderer . Component .MenuItemProps Hierarchy # HTMLProps < any > \u21b3 MenuItemProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action active # \u2022 Optional active : boolean allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Overrides # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Overrides # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv icon # \u2022 Optional icon : string | Partial < IconProps > id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot spacer # \u2022 Optional spacer : boolean span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#interface-menuitemprops","text":"Renderer . Component .MenuItemProps","title":"Interface: MenuItemProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hierarchy","text":"HTMLProps < any > \u21b3 MenuItemProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.MenuItemProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.MenuItemProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.MenuItemProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.MenuItemProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.MenuItemProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.MenuItemProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.MenuItemProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.MenuItemProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.MenuItemProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.MenuItemProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.MenuItemProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.MenuItemProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.MenuItemProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.MenuItemProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.MenuItemProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.MenuItemProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.MenuItemProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.MenuItemProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.MenuItemProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#icon","text":"\u2022 Optional icon : string | Partial < IconProps >","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.MenuItemProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.MenuItemProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#spacer","text":"\u2022 Optional spacer : boolean","title":"spacer"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.MenuItemProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/","text":"Interface: MenuPosition # Renderer . Component .MenuPosition Table of contents # Properties # bottom left right top Properties # bottom # \u2022 Optional bottom : boolean left # \u2022 Optional left : boolean right # \u2022 Optional right : boolean top # \u2022 Optional top : boolean","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#interface-menuposition","text":"Renderer . Component .MenuPosition","title":"Interface: MenuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#properties","text":"bottom left right top","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#bottom","text":"\u2022 Optional bottom : boolean","title":"bottom"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#left","text":"\u2022 Optional left : boolean","title":"left"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#right","text":"\u2022 Optional right : boolean","title":"right"},{"location":"extensions/api/interfaces/Renderer.Component.MenuPosition/#top","text":"\u2022 Optional top : boolean","title":"top"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/","text":"Interface: MenuProps # Renderer . Component .MenuProps Table of contents # Properties # autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position toggleEvent usePortal Methods # close open Properties # autoFocus # \u2022 Optional autoFocus : boolean children # \u2022 Optional children : ReactNode className # \u2022 Optional className : string closeOnClickItem # \u2022 Optional closeOnClickItem : boolean closeOnClickOutside # \u2022 Optional closeOnClickOutside : boolean closeOnScroll # \u2022 Optional closeOnScroll : boolean htmlFor # \u2022 Optional htmlFor : string id # \u2022 Optional id : string isOpen # \u2022 Optional isOpen : boolean position # \u2022 Optional position : MenuPosition toggleEvent # \u2022 Optional toggleEvent : \"click\" | \"contextmenu\" usePortal # \u2022 Optional usePortal : boolean | HTMLElement Methods # close # \u25b8 close (): void Returns # void open # \u25b8 open (): void Returns # void","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#interface-menuprops","text":"Renderer . Component .MenuProps","title":"Interface: MenuProps"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#properties","text":"autoFocus children className closeOnClickItem closeOnClickOutside closeOnScroll htmlFor id isOpen position toggleEvent usePortal","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#methods","text":"close open","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonclickitem","text":"\u2022 Optional closeOnClickItem : boolean","title":"closeOnClickItem"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonclickoutside","text":"\u2022 Optional closeOnClickOutside : boolean","title":"closeOnClickOutside"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#closeonscroll","text":"\u2022 Optional closeOnScroll : boolean","title":"closeOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#isopen","text":"\u2022 Optional isOpen : boolean","title":"isOpen"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#position","text":"\u2022 Optional position : MenuPosition","title":"position"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#toggleevent","text":"\u2022 Optional toggleEvent : \"click\" | \"contextmenu\"","title":"toggleEvent"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#useportal","text":"\u2022 Optional usePortal : boolean | HTMLElement","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#close","text":"\u25b8 close (): void","title":"close"},{"location":"extensions/api/interfaces/Renderer.Component.MenuProps/#open","text":"\u25b8 open (): void","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/","text":"Interface: MenuStyle # Renderer . Component .MenuStyle Table of contents # Properties # left top Properties # left # \u2022 left : string top # \u2022 top : string","title":"Interface: MenuStyle"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#interface-menustyle","text":"Renderer . Component .MenuStyle","title":"Interface: MenuStyle"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#properties","text":"left top","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#left","text":"\u2022 left : string","title":"left"},{"location":"extensions/api/interfaces/Renderer.Component.MenuStyle/#top","text":"\u2022 top : string","title":"top"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/","text":"Interface: Notification # Renderer . Component .Notification Table of contents # Properties # id message status timeout Methods # onClose Properties # id # \u2022 Optional id : NotificationId message # \u2022 message : NotificationMessage status # \u2022 Optional status : NotificationStatus timeout # \u2022 Optional timeout : number Methods # onClose # \u25b8 Optional onClose (): void Returns # void","title":"Interface: Notification"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#interface-notification","text":"Renderer . Component .Notification","title":"Interface: Notification"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#properties","text":"id message status timeout","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#methods","text":"onClose","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#id","text":"\u2022 Optional id : NotificationId","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#message","text":"\u2022 message : NotificationMessage","title":"message"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#status","text":"\u2022 Optional status : NotificationStatus","title":"status"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#timeout","text":"\u2022 Optional timeout : number","title":"timeout"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.Notification/#onclose","text":"\u25b8 Optional onClose (): void","title":"onClose"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/","text":"Interface: RadioGroupProps # Renderer . Component .RadioGroupProps Table of contents # Properties # asButtons className disabled value Methods # onChange Properties # asButtons # \u2022 Optional asButtons : boolean className # \u2022 Optional className : any disabled # \u2022 Optional disabled : boolean value # \u2022 Optional value : any Methods # onChange # \u25b8 Optional onChange ( value ): void Parameters # Name Type value string Returns # void","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#interface-radiogroupprops","text":"Renderer . Component .RadioGroupProps","title":"Interface: RadioGroupProps"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#properties","text":"asButtons className disabled value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#asbuttons","text":"\u2022 Optional asButtons : boolean","title":"asButtons"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#classname","text":"\u2022 Optional className : any","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#value","text":"\u2022 Optional value : any","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.RadioGroupProps/#onchange","text":"\u25b8 Optional onChange ( value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/","text":"Interface: SelectOption # Renderer . Component .SelectOption Type parameters # Name Type T any Table of contents # Properties # label value Properties # label # \u2022 Optional label : ReactNode value # \u2022 value : T","title":"Interface: SelectOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#interface-selectoptiont","text":"Renderer . Component .SelectOption","title":"Interface: SelectOption<T>"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#type-parameters","text":"Name Type T any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#properties","text":"label value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.SelectOption/#value","text":"\u2022 value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/","text":"Interface: SelectProps # Renderer . Component .SelectProps Type parameters # Name Type T any Hierarchy # ReactSelectProps < T , boolean > CreatableProps < T , boolean > \u21b3 SelectProps Table of contents # Properties # allowCreateWhileLoading aria-label aria-labelledby autoConvertOptions autoFocus backspaceRemovesValue blurInputOnSelect captureMenuScroll className classNamePrefix closeMenuOnScroll closeMenuOnSelect components controlShouldRenderValue createOptionPosition defaultInputValue defaultMenuIsOpen defaultValue delimiter escapeClearsValue filterOption formatGroupLabel getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isRtl isSearchable maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name onBlur onFocus onKeyDown openMenuOnClick openMenuOnFocus options pageSize placeholder styles tabIndex tabSelectsValue theme themeName value Methods # formatCreateLabel formatOptionLabel getNewOptionData isOptionDisabled isOptionSelected isValidNewOption loadingMessage noOptionsMessage onChange onCreateOption onInputChange onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop screenReaderStatus Properties # allowCreateWhileLoading # \u2022 Optional allowCreateWhileLoading : boolean Inherited from # CreatableProps.allowCreateWhileLoading aria-label # \u2022 Optional aria-label : string Inherited from # ReactSelectProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from # ReactSelectProps.aria-labelledby autoConvertOptions # \u2022 Optional autoConvertOptions : boolean autoFocus # \u2022 Optional autoFocus : boolean Inherited from # ReactSelectProps.autoFocus backspaceRemovesValue # \u2022 Optional backspaceRemovesValue : boolean Inherited from # ReactSelectProps.backspaceRemovesValue blurInputOnSelect # \u2022 Optional blurInputOnSelect : boolean Inherited from # ReactSelectProps.blurInputOnSelect captureMenuScroll # \u2022 Optional captureMenuScroll : boolean Inherited from # ReactSelectProps.captureMenuScroll className # \u2022 Optional className : string Inherited from # ReactSelectProps.className classNamePrefix # \u2022 Optional classNamePrefix : string Inherited from # ReactSelectProps.classNamePrefix closeMenuOnScroll # \u2022 Optional closeMenuOnScroll : boolean | EventListener Inherited from # ReactSelectProps.closeMenuOnScroll closeMenuOnSelect # \u2022 Optional closeMenuOnSelect : boolean Inherited from # ReactSelectProps.closeMenuOnSelect components # \u2022 Optional components : Partial < SelectComponents < T , boolean >> Inherited from # ReactSelectProps.components controlShouldRenderValue # \u2022 Optional controlShouldRenderValue : boolean Inherited from # ReactSelectProps.controlShouldRenderValue createOptionPosition # \u2022 Optional createOptionPosition : \"first\" | \"last\" Inherited from # CreatableProps.createOptionPosition defaultInputValue # \u2022 Optional defaultInputValue : string Inherited from # ReactSelectProps.defaultInputValue defaultMenuIsOpen # \u2022 Optional defaultMenuIsOpen : boolean Inherited from # ReactSelectProps.defaultMenuIsOpen defaultValue # \u2022 Optional defaultValue : T | OptionsType < T > Inherited from # ReactSelectProps.defaultValue delimiter # \u2022 Optional delimiter : string Inherited from # ReactSelectProps.delimiter escapeClearsValue # \u2022 Optional escapeClearsValue : boolean Inherited from # ReactSelectProps.escapeClearsValue filterOption # \u2022 Optional filterOption : ( option : Option , rawInput : string ) => boolean Type declaration # \u25b8 ( option , rawInput ): boolean Parameters # Name Type option Option rawInput string Returns # boolean Inherited from # ReactSelectProps.filterOption formatGroupLabel # \u2022 Optional formatGroupLabel : formatGroupLabel < T > Inherited from # ReactSelectProps.formatGroupLabel getOptionLabel # \u2022 Optional getOptionLabel : getOptionLabel < T > Inherited from # ReactSelectProps.getOptionLabel getOptionValue # \u2022 Optional getOptionValue : getOptionValue < T > Inherited from # ReactSelectProps.getOptionValue hideSelectedOptions # \u2022 Optional hideSelectedOptions : boolean Inherited from # ReactSelectProps.hideSelectedOptions id # \u2022 Optional id : string Inherited from # ReactSelectProps.id inputId # \u2022 Optional inputId : string Inherited from # ReactSelectProps.inputId inputValue # \u2022 Optional inputValue : string Inherited from # ReactSelectProps.inputValue instanceId # \u2022 Optional instanceId : string | number Inherited from # ReactSelectProps.instanceId isClearable # \u2022 Optional isClearable : boolean Inherited from # ReactSelectProps.isClearable isCreatable # \u2022 Optional isCreatable : boolean isDisabled # \u2022 Optional isDisabled : boolean Inherited from # ReactSelectProps.isDisabled isLoading # \u2022 Optional isLoading : boolean Inherited from # ReactSelectProps.isLoading isMulti # \u2022 Optional isMulti : boolean Inherited from # ReactSelectProps.isMulti isRtl # \u2022 Optional isRtl : boolean Inherited from # ReactSelectProps.isRtl isSearchable # \u2022 Optional isSearchable : boolean Inherited from # ReactSelectProps.isSearchable maxMenuHeight # \u2022 Optional maxMenuHeight : number Inherited from # ReactSelectProps.maxMenuHeight menuClass # \u2022 Optional menuClass : string menuIsOpen # \u2022 Optional menuIsOpen : boolean Inherited from # ReactSelectProps.menuIsOpen menuPlacement # \u2022 Optional menuPlacement : MenuPlacement Inherited from # ReactSelectProps.menuPlacement menuPortalTarget # \u2022 Optional menuPortalTarget : HTMLElement Inherited from # ReactSelectProps.menuPortalTarget menuPosition # \u2022 Optional menuPosition : MenuPosition Inherited from # ReactSelectProps.menuPosition menuShouldBlockScroll # \u2022 Optional menuShouldBlockScroll : boolean Inherited from # ReactSelectProps.menuShouldBlockScroll menuShouldScrollIntoView # \u2022 Optional menuShouldScrollIntoView : boolean Inherited from # ReactSelectProps.menuShouldScrollIntoView minMenuHeight # \u2022 Optional minMenuHeight : number Inherited from # ReactSelectProps.minMenuHeight name # \u2022 Optional name : string Inherited from # ReactSelectProps.name onBlur # \u2022 Optional onBlur : FocusEventHandler Inherited from # ReactSelectProps.onBlur onFocus # \u2022 Optional onFocus : FocusEventHandler Inherited from # ReactSelectProps.onFocus onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler Inherited from # ReactSelectProps.onKeyDown openMenuOnClick # \u2022 Optional openMenuOnClick : boolean Inherited from # ReactSelectProps.openMenuOnClick openMenuOnFocus # \u2022 Optional openMenuOnFocus : boolean Inherited from # ReactSelectProps.openMenuOnFocus options # \u2022 Optional options : OptionsType < T > | GroupedOptionsType < T > Inherited from # ReactSelectProps.options pageSize # \u2022 Optional pageSize : number Inherited from # ReactSelectProps.pageSize placeholder # \u2022 Optional placeholder : ReactNode Inherited from # ReactSelectProps.placeholder styles # \u2022 Optional styles : Partial < Styles < T , boolean >> Inherited from # ReactSelectProps.styles tabIndex # \u2022 Optional tabIndex : string Inherited from # ReactSelectProps.tabIndex tabSelectsValue # \u2022 Optional tabSelectsValue : boolean Inherited from # ReactSelectProps.tabSelectsValue theme # \u2022 Optional theme : ThemeConfig Inherited from # ReactSelectProps.theme themeName # \u2022 Optional themeName : \"lens\" | \"light\" | \"outlined\" | \"dark\" value # \u2022 Optional value : T Overrides # ReactSelectProps.value Methods # formatCreateLabel # \u25b8 Optional formatCreateLabel ( inputValue ): ReactNode Parameters # Name Type inputValue string Returns # ReactNode Inherited from # CreatableProps.formatCreateLabel formatOptionLabel # \u25b8 Optional formatOptionLabel ( option , labelMeta ): ReactNode Parameters # Name Type option OptionType labelMeta FormatOptionLabelMeta < OptionType , IsMulti > Returns # ReactNode Inherited from # ReactSelectProps.formatOptionLabel getNewOptionData # \u25b8 Optional getNewOptionData ( inputValue , optionLabel ): OptionType Parameters # Name Type inputValue string optionLabel ReactNode Returns # OptionType Inherited from # CreatableProps.getNewOptionData isOptionDisabled # \u25b8 Optional isOptionDisabled ( option , options ): boolean Parameters # Name Type option OptionType options OptionsType < OptionType > Returns # boolean Inherited from # ReactSelectProps.isOptionDisabled isOptionSelected # \u25b8 Optional isOptionSelected ( option , options ): boolean Parameters # Name Type option OptionType options OptionsType < OptionType > Returns # boolean Inherited from # ReactSelectProps.isOptionSelected isValidNewOption # \u25b8 Optional isValidNewOption ( inputValue , value , options ): boolean Parameters # Name Type inputValue string value IsMulti extends true ? OptionsType < OptionType > : OptionType options OptionsType < OptionType > | GroupedOptionsType < OptionType > Returns # boolean Inherited from # CreatableProps.isValidNewOption loadingMessage # \u25b8 Optional loadingMessage ( obj ): string Parameters # Name Type obj Object obj.inputValue string Returns # string Inherited from # ReactSelectProps.loadingMessage noOptionsMessage # \u25b8 Optional noOptionsMessage ( obj ): string Parameters # Name Type obj Object obj.inputValue string Returns # string Inherited from # ReactSelectProps.noOptionsMessage onChange # \u25b8 Optional onChange ( option , meta? ): void Parameters # Name Type option T meta? ActionMeta < any > Returns # void Overrides # ReactSelectProps.onChange onCreateOption # \u25b8 Optional onCreateOption ( inputValue ): void Parameters # Name Type inputValue string Returns # void Inherited from # CreatableProps.onCreateOption onInputChange # \u25b8 Optional onInputChange ( newValue , actionMeta ): void Parameters # Name Type newValue string actionMeta InputActionMeta Returns # void Inherited from # ReactSelectProps.onInputChange onMenuClose # \u25b8 Optional onMenuClose (): void Returns # void Inherited from # ReactSelectProps.onMenuClose onMenuOpen # \u25b8 Optional onMenuOpen (): void Returns # void Inherited from # ReactSelectProps.onMenuOpen onMenuScrollToBottom # \u25b8 Optional onMenuScrollToBottom ( event ): void Parameters # Name Type event SyntheticEvent < HTMLElement , Event > Returns # void Inherited from # ReactSelectProps.onMenuScrollToBottom onMenuScrollToTop # \u25b8 Optional onMenuScrollToTop ( event ): void Parameters # Name Type event SyntheticEvent < HTMLElement , Event > Returns # void Inherited from # ReactSelectProps.onMenuScrollToTop screenReaderStatus # \u25b8 Optional screenReaderStatus ( obj ): string Parameters # Name Type obj Object obj.count number Returns # string Inherited from # ReactSelectProps.screenReaderStatus","title":"Interface: SelectProps"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#interface-selectpropst","text":"Renderer . Component .SelectProps","title":"Interface: SelectProps<T>"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#type-parameters","text":"Name Type T any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#hierarchy","text":"ReactSelectProps < T , boolean > CreatableProps < T , boolean > \u21b3 SelectProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 formatGroupLabel getOptionLabel getOptionValue hideSelectedOptions id inputId inputValue instanceId isClearable isCreatable isDisabled isLoading isMulti isRtl isSearchable maxMenuHeight menuClass menuIsOpen menuPlacement menuPortalTarget menuPosition menuShouldBlockScroll menuShouldScrollIntoView minMenuHeight name onBlur onFocus onKeyDown openMenuOnClick openMenuOnFocus options pageSize placeholder styles tabIndex tabSelectsValue theme themeName value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#methods","text":"formatCreateLabel formatOptionLabel getNewOptionData isOptionDisabled isOptionSelected isValidNewOption loadingMessage noOptionsMessage onChange onCreateOption onInputChange onMenuClose onMenuOpen onMenuScrollToBottom onMenuScrollToTop screenReaderStatus","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#allowcreatewhileloading","text":"\u2022 Optional allowCreateWhileLoading : boolean","title":"allowCreateWhileLoading"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#aria-label","text":"\u2022 Optional aria-label : string","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#autoconvertoptions","text":"\u2022 Optional autoConvertOptions : boolean","title":"autoConvertOptions"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#backspaceremovesvalue","text":"\u2022 Optional backspaceRemovesValue : boolean","title":"backspaceRemovesValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#blurinputonselect","text":"\u2022 Optional blurInputOnSelect : boolean","title":"blurInputOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#capturemenuscroll","text":"\u2022 Optional captureMenuScroll : boolean","title":"captureMenuScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#classnameprefix","text":"\u2022 Optional classNamePrefix : string","title":"classNamePrefix"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#closemenuonscroll","text":"\u2022 Optional closeMenuOnScroll : boolean | EventListener","title":"closeMenuOnScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#closemenuonselect","text":"\u2022 Optional closeMenuOnSelect : boolean","title":"closeMenuOnSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#components","text":"\u2022 Optional components : Partial < SelectComponents < T , boolean >>","title":"components"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#controlshouldrendervalue","text":"\u2022 Optional controlShouldRenderValue : boolean","title":"controlShouldRenderValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#createoptionposition","text":"\u2022 Optional createOptionPosition : \"first\" | \"last\"","title":"createOptionPosition"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultinputvalue","text":"\u2022 Optional defaultInputValue : string","title":"defaultInputValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultmenuisopen","text":"\u2022 Optional defaultMenuIsOpen : boolean","title":"defaultMenuIsOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#defaultvalue","text":"\u2022 Optional defaultValue : T | OptionsType < T >","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#delimiter","text":"\u2022 Optional delimiter : string","title":"delimiter"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#escapeclearsvalue","text":"\u2022 Optional escapeClearsValue : boolean","title":"escapeClearsValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#filteroption","text":"\u2022 Optional filterOption : ( option : Option , rawInput : string ) => boolean","title":"filterOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatgrouplabel","text":"\u2022 Optional formatGroupLabel : formatGroupLabel < T >","title":"formatGroupLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getoptionlabel","text":"\u2022 Optional getOptionLabel : getOptionLabel < T >","title":"getOptionLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getoptionvalue","text":"\u2022 Optional getOptionValue : getOptionValue < T >","title":"getOptionValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#hideselectedoptions","text":"\u2022 Optional hideSelectedOptions : boolean","title":"hideSelectedOptions"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#inputid","text":"\u2022 Optional inputId : string","title":"inputId"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#inputvalue","text":"\u2022 Optional inputValue : string","title":"inputValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#instanceid","text":"\u2022 Optional instanceId : string | number","title":"instanceId"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isclearable","text":"\u2022 Optional isClearable : boolean","title":"isClearable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#iscreatable","text":"\u2022 Optional isCreatable : boolean","title":"isCreatable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isdisabled","text":"\u2022 Optional isDisabled : boolean","title":"isDisabled"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isloading","text":"\u2022 Optional isLoading : boolean","title":"isLoading"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#ismulti","text":"\u2022 Optional isMulti : boolean","title":"isMulti"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isrtl","text":"\u2022 Optional isRtl : boolean","title":"isRtl"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#issearchable","text":"\u2022 Optional isSearchable : boolean","title":"isSearchable"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#maxmenuheight","text":"\u2022 Optional maxMenuHeight : number","title":"maxMenuHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuclass","text":"\u2022 Optional menuClass : string","title":"menuClass"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuisopen","text":"\u2022 Optional menuIsOpen : boolean","title":"menuIsOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuplacement","text":"\u2022 Optional menuPlacement : MenuPlacement","title":"menuPlacement"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuportaltarget","text":"\u2022 Optional menuPortalTarget : HTMLElement","title":"menuPortalTarget"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menuposition","text":"\u2022 Optional menuPosition : MenuPosition","title":"menuPosition"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menushouldblockscroll","text":"\u2022 Optional menuShouldBlockScroll : boolean","title":"menuShouldBlockScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#menushouldscrollintoview","text":"\u2022 Optional menuShouldScrollIntoView : boolean","title":"menuShouldScrollIntoView"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#minmenuheight","text":"\u2022 Optional minMenuHeight : number","title":"minMenuHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#openmenuonclick","text":"\u2022 Optional openMenuOnClick : boolean","title":"openMenuOnClick"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#openmenuonfocus","text":"\u2022 Optional openMenuOnFocus : boolean","title":"openMenuOnFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#options","text":"\u2022 Optional options : OptionsType < T > | GroupedOptionsType < T >","title":"options"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#pagesize","text":"\u2022 Optional pageSize : number","title":"pageSize"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#placeholder","text":"\u2022 Optional placeholder : ReactNode","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#styles","text":"\u2022 Optional styles : Partial < Styles < T , boolean >>","title":"styles"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#tabindex","text":"\u2022 Optional tabIndex : string","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#tabselectsvalue","text":"\u2022 Optional tabSelectsValue : boolean","title":"tabSelectsValue"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#theme","text":"\u2022 Optional theme : ThemeConfig","title":"theme"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#themename","text":"\u2022 Optional themeName : \"lens\" | \"light\" | \"outlined\" | \"dark\"","title":"themeName"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#value","text":"\u2022 Optional value : T","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatcreatelabel","text":"\u25b8 Optional formatCreateLabel ( inputValue ): ReactNode","title":"formatCreateLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#formatoptionlabel","text":"\u25b8 Optional formatOptionLabel ( option , labelMeta ): ReactNode","title":"formatOptionLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#getnewoptiondata","text":"\u25b8 Optional getNewOptionData ( inputValue , optionLabel ): OptionType","title":"getNewOptionData"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isoptiondisabled","text":"\u25b8 Optional isOptionDisabled ( option , options ): boolean","title":"isOptionDisabled"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isoptionselected","text":"\u25b8 Optional isOptionSelected ( option , options ): boolean","title":"isOptionSelected"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#isvalidnewoption","text":"\u25b8 Optional isValidNewOption ( inputValue , value , options ): boolean","title":"isValidNewOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#loadingmessage","text":"\u25b8 Optional loadingMessage ( obj ): string","title":"loadingMessage"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#nooptionsmessage","text":"\u25b8 Optional noOptionsMessage ( obj ): string","title":"noOptionsMessage"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onchange","text":"\u25b8 Optional onChange ( option , meta? ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#oncreateoption","text":"\u25b8 Optional onCreateOption ( inputValue ): void","title":"onCreateOption"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#oninputchange","text":"\u25b8 Optional onInputChange ( newValue , actionMeta ): void","title":"onInputChange"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuclose","text":"\u25b8 Optional onMenuClose (): void","title":"onMenuClose"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuopen","text":"\u25b8 Optional onMenuOpen (): void","title":"onMenuOpen"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuscrolltobottom","text":"\u25b8 Optional onMenuScrollToBottom ( event ): void","title":"onMenuScrollToBottom"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#onmenuscrolltotop","text":"\u25b8 Optional onMenuScrollToTop ( event ): void","title":"onMenuScrollToTop"},{"location":"extensions/api/interfaces/Renderer.Component.SelectProps/#screenreaderstatus","text":"\u25b8 Optional screenReaderStatus ( obj ): string","title":"screenReaderStatus"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/","text":"Interface: SettingLayoutProps # Renderer . Component .SettingLayoutProps Hierarchy # DOMAttributes < any > \u21b3 SettingLayoutProps Table of contents # Properties # children className contentClass contentGaps dangerouslySetInnerHTML navigation 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 Methods # back Properties # children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName contentGaps # \u2022 Optional contentGaps : boolean dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML navigation # \u2022 Optional navigation : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheelCapture provideBackButtonNavigation # \u2022 Optional provideBackButtonNavigation : boolean Methods # back # \u25b8 Optional back ( evt ): void Parameters # Name Type evt MouseEvent < Element , MouseEvent > | KeyboardEvent Returns # void","title":"Interface: SettingLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#interface-settinglayoutprops","text":"Renderer . Component .SettingLayoutProps","title":"Interface: SettingLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#hierarchy","text":"DOMAttributes < any > \u21b3 SettingLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#properties","text":"children className contentClass contentGaps dangerouslySetInnerHTML navigation 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","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#methods","text":"back","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#contentgaps","text":"\u2022 Optional contentGaps : boolean","title":"contentGaps"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#navigation","text":"\u2022 Optional navigation : ReactNode","title":"navigation"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#providebackbuttonnavigation","text":"\u2022 Optional provideBackButtonNavigation : boolean","title":"provideBackButtonNavigation"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SettingLayoutProps/#back","text":"\u25b8 Optional back ( evt ): void","title":"back"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/","text":"Interface: SliderProps # Renderer . Component .SliderProps Hierarchy # Omit < MaterialSliderProps , \"onChange\" > \u21b3 SliderProps Table of contents # Properties # ThumbComponent ValueLabelComponent 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 children className classes color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable hidden id inlist innerRef inputMode is itemID itemProp itemRef itemScope itemType key lang marks max min name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 orientation placeholder prefix property radioGroup ref resource results role security slot spellCheck step style suppressContentEditableWarning suppressHydrationWarning tabIndex title track translate typeof unselectable value valueLabelDisplay valueLabelFormat vocab Methods # getAriaLabel getAriaValueText onChange onChangeCommitted scale Properties # ThumbComponent # \u2022 Optional ThumbComponent : ElementType < HTMLAttributes < HTMLSpanElement >> Inherited from # Omit.ThumbComponent ValueLabelComponent # \u2022 Optional ValueLabelComponent : ElementType < ValueLabelProps > Inherited from # Omit.ValueLabelComponent about # \u2022 Optional about : string Inherited from # Omit.about accessKey # \u2022 Optional accessKey : string Inherited from # Omit.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # Omit.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # Omit.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # Omit.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # Omit.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # Omit.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # Omit.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # Omit.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # Omit.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # Omit.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # Omit.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # Omit.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # Omit.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # Omit.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # Omit.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # Omit.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # Omit.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # Omit.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # Omit.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # Omit.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # Omit.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # Omit.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # Omit.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Inherited from # Omit.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Inherited from # Omit.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # Omit.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # Omit.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # Omit.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # Omit.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # Omit.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # Omit.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # Omit.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # Omit.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # Omit.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # Omit.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # Omit.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # Omit.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # Omit.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # Omit.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # Omit.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # Omit.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # Omit.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # Omit.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # Omit.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # Omit.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # Omit.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # Omit.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # Omit.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Inherited from # Omit.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # Omit.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # Omit.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # Omit.autoSave children # \u2022 Optional children : ReactNode Inherited from # Omit.children className # \u2022 Optional className : string Overrides # Omit.className classes # \u2022 Optional classes : Partial < ClassNameMap < SliderClassKey >> Override or extend the styles applied to the component. Inherited from # Omit.classes color # \u2022 Optional color : \"primary\" | \"secondary\" Inherited from # Omit.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # Omit.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # Omit.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # Omit.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # Omit.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # Omit.defaultChecked defaultValue # \u2022 Optional defaultValue : number & number & readonly string [] & number [] & string & number [] & number & number [] & readonly string [] Inherited from # Omit.defaultValue dir # \u2022 Optional dir : string Inherited from # Omit.dir disabled # \u2022 Optional disabled : boolean Inherited from # Omit.disabled draggable # \u2022 Optional draggable : Booleanish Inherited from # Omit.draggable hidden # \u2022 Optional hidden : boolean Inherited from # Omit.hidden id # \u2022 Optional id : string Inherited from # Omit.id inlist # \u2022 Optional inlist : any Inherited from # Omit.inlist innerRef # \u2022 Optional innerRef : Ref < any > Inherited from # Omit.innerRef inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # Omit.inputMode is # \u2022 Optional is : string 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 Inherited from # Omit.is itemID # \u2022 Optional itemID : string Inherited from # Omit.itemID itemProp # \u2022 Optional itemProp : string Inherited from # Omit.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # Omit.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # Omit.itemScope itemType # \u2022 Optional itemType : string Inherited from # Omit.itemType key # \u2022 Optional key : Key Inherited from # Omit.key lang # \u2022 Optional lang : string Inherited from # Omit.lang marks # \u2022 Optional marks : boolean | Mark [] Inherited from # Omit.marks max # \u2022 Optional max : number Inherited from # Omit.max min # \u2022 Optional min : number Inherited from # Omit.min name # \u2022 Optional name : string Inherited from # Omit.name onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLSpanElement > Inherited from # Omit.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onCanPlayThroughCapture onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLSpanElement > Inherited from # Omit.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLSpanElement > Inherited from # Omit.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLSpanElement > Inherited from # Omit.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLSpanElement > Inherited from # Omit.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLSpanElement > Inherited from # Omit.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLSpanElement > Inherited from # Omit.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLSpanElement > Inherited from # Omit.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLSpanElement > Inherited from # Omit.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLSpanElement > Inherited from # Omit.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLSpanElement > Inherited from # Omit.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLSpanElement > Inherited from # Omit.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLSpanElement > Inherited from # Omit.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLSpanElement > Inherited from # Omit.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLSpanElement > Inherited from # Omit.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLSpanElement > Inherited from # Omit.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLSpanElement > Inherited from # Omit.onWheelCapture orientation # \u2022 Optional orientation : \"horizontal\" | \"vertical\" Inherited from # Omit.orientation placeholder # \u2022 Optional placeholder : string Inherited from # Omit.placeholder prefix # \u2022 Optional prefix : string Inherited from # Omit.prefix property # \u2022 Optional property : string Inherited from # Omit.property radioGroup # \u2022 Optional radioGroup : string Inherited from # Omit.radioGroup ref # \u2022 Optional ref : Ref < HTMLSpanElement > Inherited from # Omit.ref resource # \u2022 Optional resource : string Inherited from # Omit.resource results # \u2022 Optional results : number Inherited from # Omit.results role # \u2022 Optional role : AriaRole Inherited from # Omit.role security # \u2022 Optional security : string Inherited from # Omit.security slot # \u2022 Optional slot : string Inherited from # Omit.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # Omit.spellCheck step # \u2022 Optional step : number Inherited from # Omit.step style # \u2022 Optional style : CSSProperties Inherited from # Omit.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # Omit.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # Omit.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # Omit.tabIndex title # \u2022 Optional title : string Inherited from # Omit.title track # \u2022 Optional track : false | \"normal\" | \"inverted\" Inherited from # Omit.track translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # Omit.translate typeof # \u2022 Optional typeof : string Inherited from # Omit.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # Omit.unselectable value # \u2022 Optional value : number | number [] Inherited from # Omit.value valueLabelDisplay # \u2022 Optional valueLabelDisplay : \"on\" | \"off\" | \"auto\" Inherited from # Omit.valueLabelDisplay valueLabelFormat # \u2022 Optional valueLabelFormat : string | ( value : number , index : number ) => ReactNode Inherited from # Omit.valueLabelFormat vocab # \u2022 Optional vocab : string Inherited from # Omit.vocab Methods # getAriaLabel # \u25b8 Optional getAriaLabel ( index ): string Parameters # Name Type index number Returns # string Inherited from # Omit.getAriaLabel getAriaValueText # \u25b8 Optional getAriaValueText ( value , index ): string Parameters # Name Type value number index number Returns # string Inherited from # Omit.getAriaValueText onChange # \u25b8 Optional onChange ( evt , value ): void Parameters # Name Type evt FormEvent < any > value number Returns # void onChangeCommitted # \u25b8 Optional onChangeCommitted ( event , value ): void Parameters # Name Type event ChangeEvent < Object > value number | number [] Returns # void Inherited from # Omit.onChangeCommitted scale # \u25b8 Optional scale ( value ): number Parameters # Name Type value number Returns # number Inherited from # Omit.scale","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#interface-sliderprops","text":"Renderer . Component .SliderProps","title":"Interface: SliderProps"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#hierarchy","text":"Omit < MaterialSliderProps , \"onChange\" > \u21b3 SliderProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#properties","text":"ThumbComponent ValueLabelComponent 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 children className classes color contentEditable contextMenu dangerouslySetInnerHTML datatype defaultChecked defaultValue dir disabled draggable hidden id inlist innerRef inputMode is itemID itemProp itemRef itemScope itemType key lang marks max min name onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 orientation placeholder prefix property radioGroup ref resource results role security slot spellCheck step style suppressContentEditableWarning suppressHydrationWarning tabIndex title track translate typeof unselectable value valueLabelDisplay valueLabelFormat vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#methods","text":"getAriaLabel getAriaValueText onChange onChangeCommitted scale","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#thumbcomponent","text":"\u2022 Optional ThumbComponent : ElementType < HTMLAttributes < HTMLSpanElement >>","title":"ThumbComponent"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabelcomponent","text":"\u2022 Optional ValueLabelComponent : ElementType < ValueLabelProps >","title":"ValueLabelComponent"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.SliderProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.SliderProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.SliderProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.SliderProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.SliderProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.SliderProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.SliderProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.SliderProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.SliderProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.SliderProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.SliderProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-label","text":"\u2022 Optional aria-label : string","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.SliderProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.SliderProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.SliderProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.SliderProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.SliderProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.SliderProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.SliderProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.SliderProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#classes","text":"\u2022 Optional classes : Partial < ClassNameMap < SliderClassKey >> Override or extend the styles applied to the component.","title":"classes"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#color","text":"\u2022 Optional color : \"primary\" | \"secondary\"","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#defaultvalue","text":"\u2022 Optional defaultValue : number & number & readonly string [] & number [] & string & number [] & number & number [] & readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#innerref","text":"\u2022 Optional innerRef : Ref < any >","title":"innerRef"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.SliderProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.SliderProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#marks","text":"\u2022 Optional marks : boolean | Mark []","title":"marks"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#max","text":"\u2022 Optional max : number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#min","text":"\u2022 Optional min : number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLSpanElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLSpanElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLSpanElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLSpanElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLSpanElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLSpanElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLSpanElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLSpanElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLSpanElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLSpanElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLSpanElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLSpanElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLSpanElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLSpanElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLSpanElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLSpanElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLSpanElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLSpanElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLSpanElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLSpanElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLSpanElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLSpanElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLSpanElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLSpanElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLSpanElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLSpanElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLSpanElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLSpanElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLSpanElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLSpanElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLSpanElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLSpanElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLSpanElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLSpanElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLSpanElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLSpanElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLSpanElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLSpanElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLSpanElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLSpanElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLSpanElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLSpanElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLSpanElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLSpanElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLSpanElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLSpanElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLSpanElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLSpanElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLSpanElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLSpanElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLSpanElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLSpanElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLSpanElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLSpanElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLSpanElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLSpanElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLSpanElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLSpanElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLSpanElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLSpanElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLSpanElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLSpanElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLSpanElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLSpanElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLSpanElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLSpanElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLSpanElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLSpanElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLSpanElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLSpanElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLSpanElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLSpanElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLSpanElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLSpanElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLSpanElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLSpanElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLSpanElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLSpanElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLSpanElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLSpanElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLSpanElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLSpanElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLSpanElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLSpanElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLSpanElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLSpanElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLSpanElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLSpanElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLSpanElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLSpanElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLSpanElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLSpanElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLSpanElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLSpanElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLSpanElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLSpanElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLSpanElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLSpanElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLSpanElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLSpanElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLSpanElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLSpanElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLSpanElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLSpanElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLSpanElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLSpanElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLSpanElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLSpanElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLSpanElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLSpanElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLSpanElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLSpanElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLSpanElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLSpanElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLSpanElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLSpanElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLSpanElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#orientation","text":"\u2022 Optional orientation : \"horizontal\" | \"vertical\"","title":"orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#ref","text":"\u2022 Optional ref : Ref < HTMLSpanElement >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#track","text":"\u2022 Optional track : false | \"normal\" | \"inverted\"","title":"track"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#value","text":"\u2022 Optional value : number | number []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabeldisplay","text":"\u2022 Optional valueLabelDisplay : \"on\" | \"off\" | \"auto\"","title":"valueLabelDisplay"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#valuelabelformat","text":"\u2022 Optional valueLabelFormat : string | ( value : number , index : number ) => ReactNode","title":"valueLabelFormat"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#getarialabel","text":"\u25b8 Optional getAriaLabel ( index ): string","title":"getAriaLabel"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#getariavaluetext","text":"\u25b8 Optional getAriaValueText ( value , index ): string","title":"getAriaValueText"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchange","text":"\u25b8 Optional onChange ( evt , value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#onchangecommitted","text":"\u25b8 Optional onChangeCommitted ( event , value ): void","title":"onChangeCommitted"},{"location":"extensions/api/interfaces/Renderer.Component.SliderProps/#scale","text":"\u25b8 Optional scale ( value ): number","title":"scale"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/","text":"Interface: SpinnerProps # Renderer . Component .SpinnerProps Hierarchy # HTMLProps < any > \u21b3 SpinnerProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing center # \u2022 Optional center : boolean challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape singleColor # \u2022 Optional singleColor : boolean size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 Optional step : string | number Inherited from # React.HTMLProps.step style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#interface-spinnerprops","text":"Renderer . Component .SpinnerProps","title":"Interface: SpinnerProps"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hierarchy","text":"HTMLProps < any > \u21b3 SpinnerProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.SpinnerProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.SpinnerProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.SpinnerProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.SpinnerProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.SpinnerProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.SpinnerProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.SpinnerProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.SpinnerProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.SpinnerProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.SpinnerProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.SpinnerProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.SpinnerProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.SpinnerProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.SpinnerProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.SpinnerProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.SpinnerProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.SpinnerProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.SpinnerProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.SpinnerProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#center","text":"\u2022 Optional center : boolean","title":"center"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.SpinnerProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.SpinnerProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#singlecolor","text":"\u2022 Optional singleColor : boolean","title":"singleColor"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#step","text":"\u2022 Optional step : string | number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.SpinnerProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/","text":"Interface: StatusBrickProps # Renderer . Component .StatusBrickProps Hierarchy # HTMLAttributes < any > TooltipDecoratorProps \u21b3 StatusBrickProps Table of contents # 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 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 vocab Properties # about # \u2022 Optional about : string Inherited from # React.HTMLAttributes.about accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLAttributes.accessKey aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLAttributes.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLAttributes.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLAttributes.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLAttributes.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLAttributes.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLAttributes.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLAttributes.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLAttributes.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLAttributes.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLAttributes.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLAttributes.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLAttributes.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLAttributes.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLAttributes.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLAttributes.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLAttributes.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLAttributes.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLAttributes.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLAttributes.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLAttributes.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLAttributes.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLAttributes.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLAttributes.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLAttributes.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLAttributes.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLAttributes.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLAttributes.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLAttributes.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLAttributes.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLAttributes.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLAttributes.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLAttributes.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLAttributes.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLAttributes.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLAttributes.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLAttributes.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLAttributes.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLAttributes.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLAttributes.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLAttributes.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLAttributes.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLAttributes.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLAttributes.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLAttributes.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLAttributes.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLAttributes.aria-valuetext autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLAttributes.autoCapitalize autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLAttributes.autoCorrect autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLAttributes.autoSave children # \u2022 Optional children : ReactNode Inherited from # React.HTMLAttributes.children className # \u2022 Optional className : string Inherited from # React.HTMLAttributes.className color # \u2022 Optional color : string Inherited from # React.HTMLAttributes.color contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLAttributes.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLAttributes.contextMenu dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLAttributes.dangerouslySetInnerHTML datatype # \u2022 Optional datatype : string Inherited from # React.HTMLAttributes.datatype defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLAttributes.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLAttributes.defaultValue dir # \u2022 Optional dir : string Inherited from # React.HTMLAttributes.dir draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLAttributes.draggable hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLAttributes.hidden id # \u2022 Optional id : string Inherited from # React.HTMLAttributes.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLAttributes.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLAttributes.inputMode is # \u2022 Optional is : string 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 Inherited from # React.HTMLAttributes.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLAttributes.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLAttributes.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLAttributes.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLAttributes.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLAttributes.itemType lang # \u2022 Optional lang : string Inherited from # React.HTMLAttributes.lang onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLAttributes.onWheelCapture placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLAttributes.placeholder prefix # \u2022 Optional prefix : string Inherited from # React.HTMLAttributes.prefix property # \u2022 Optional property : string Inherited from # React.HTMLAttributes.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLAttributes.radioGroup resource # \u2022 Optional resource : string Inherited from # React.HTMLAttributes.resource results # \u2022 Optional results : number Inherited from # React.HTMLAttributes.results role # \u2022 Optional role : AriaRole Inherited from # React.HTMLAttributes.role security # \u2022 Optional security : string Inherited from # React.HTMLAttributes.security slot # \u2022 Optional slot : string Inherited from # React.HTMLAttributes.slot spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLAttributes.spellCheck style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLAttributes.style suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLAttributes.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLAttributes.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLAttributes.tabIndex title # \u2022 Optional title : string Inherited from # React.HTMLAttributes.title tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > Inherited from # TooltipDecoratorProps . tooltip tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\" Inherited from # TooltipDecoratorProps . tooltipOverrideDisabled translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLAttributes.translate typeof # \u2022 Optional typeof : string Inherited from # React.HTMLAttributes.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLAttributes.unselectable vocab # \u2022 Optional vocab : string Inherited from # React.HTMLAttributes.vocab","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#interface-statusbrickprops","text":"Renderer . Component .StatusBrickProps","title":"Interface: StatusBrickProps"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#hierarchy","text":"HTMLAttributes < any > TooltipDecoratorProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.StatusBrickProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.StatusBrickProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.StatusBrickProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.StatusBrickProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.StatusBrickProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.StatusBrickProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.StatusBrickProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.StatusBrickProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.StatusBrickProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.StatusBrickProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.StatusBrickProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.StatusBrickProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.StatusBrickProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.StatusBrickProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.StatusBrickProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.StatusBrickProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.StatusBrickProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.StatusBrickProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.StatusBrickProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.StatusBrickProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StatusBrickProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/","text":"Interface: StepperProps # Renderer . Component .StepperProps Hierarchy # HTMLProps < any > \u21b3 StepperProps Table of contents # 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 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 vocab width wmode wrap Properties # about # \u2022 Optional about : string Inherited from # React.HTMLProps.about accept # \u2022 Optional accept : string Inherited from # React.HTMLProps.accept acceptCharset # \u2022 Optional acceptCharset : string Inherited from # React.HTMLProps.acceptCharset accessKey # \u2022 Optional accessKey : string Inherited from # React.HTMLProps.accessKey action # \u2022 Optional action : string Inherited from # React.HTMLProps.action allowFullScreen # \u2022 Optional allowFullScreen : boolean Inherited from # React.HTMLProps.allowFullScreen allowTransparency # \u2022 Optional allowTransparency : boolean Inherited from # React.HTMLProps.allowTransparency alt # \u2022 Optional alt : string Inherited from # React.HTMLProps.alt aria-activedescendant # \u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. Inherited from # React.HTMLProps.aria-activedescendant aria-atomic # \u2022 Optional aria-atomic : Booleanish 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. Inherited from # React.HTMLProps.aria-atomic aria-autocomplete # \u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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. Inherited from # React.HTMLProps.aria-autocomplete aria-busy # \u2022 Optional aria-busy : Booleanish 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. Inherited from # React.HTMLProps.aria-busy aria-checked # \u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets. see aria-pressed @see aria-selected. Inherited from # React.HTMLProps.aria-checked aria-colcount # \u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex. Inherited from # React.HTMLProps.aria-colcount aria-colindex # \u2022 Optional aria-colindex : number 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. Inherited from # React.HTMLProps.aria-colindex aria-colspan # \u2022 Optional aria-colspan : number Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. see aria-colindex @see aria-rowspan. Inherited from # React.HTMLProps.aria-colspan aria-controls # \u2022 Optional aria-controls : string Identifies the element (or elements) whose contents or presence are controlled by the current element. see aria-owns. Inherited from # React.HTMLProps.aria-controls aria-current # \u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements. Inherited from # React.HTMLProps.aria-current aria-describedby # \u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby Inherited from # React.HTMLProps.aria-describedby aria-details # \u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby. Inherited from # React.HTMLProps.aria-details aria-disabled # \u2022 Optional aria-disabled : Booleanish Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. see aria-hidden @see aria-readonly. Inherited from # React.HTMLProps.aria-disabled aria-dropeffect # \u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" Indicates what functions can be performed when a dragged object is released on the drop target. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-dropeffect aria-errormessage # \u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby. Inherited from # React.HTMLProps.aria-errormessage aria-expanded # \u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. Inherited from # React.HTMLProps.aria-expanded aria-flowto # \u2022 Optional aria-flowto : string 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. Inherited from # React.HTMLProps.aria-flowto aria-grabbed # \u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1 Inherited from # React.HTMLProps.aria-grabbed aria-haspopup # \u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. Inherited from # React.HTMLProps.aria-haspopup aria-hidden # \u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled. Inherited from # React.HTMLProps.aria-hidden aria-invalid # \u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage. Inherited from # React.HTMLProps.aria-invalid aria-keyshortcuts # \u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. Inherited from # React.HTMLProps.aria-keyshortcuts aria-label # \u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby. Inherited from # React.HTMLProps.aria-label aria-labelledby # \u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby. Inherited from # React.HTMLProps.aria-labelledby aria-level # \u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure. Inherited from # React.HTMLProps.aria-level aria-live # \u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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. Inherited from # React.HTMLProps.aria-live aria-modal # \u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed. Inherited from # React.HTMLProps.aria-modal aria-multiline # \u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line. Inherited from # React.HTMLProps.aria-multiline aria-multiselectable # \u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants. Inherited from # React.HTMLProps.aria-multiselectable aria-orientation # \u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. Inherited from # React.HTMLProps.aria-orientation aria-owns # \u2022 Optional aria-owns : string 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. Inherited from # React.HTMLProps.aria-owns aria-placeholder # \u2022 Optional aria-placeholder : string 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. Inherited from # React.HTMLProps.aria-placeholder aria-posinset # \u2022 Optional aria-posinset : number 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. Inherited from # React.HTMLProps.aria-posinset aria-pressed # \u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected. Inherited from # React.HTMLProps.aria-pressed aria-readonly # \u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled. Inherited from # React.HTMLProps.aria-readonly aria-relevant # \u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. see aria-atomic. Inherited from # React.HTMLProps.aria-relevant aria-required # \u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted. Inherited from # React.HTMLProps.aria-required aria-roledescription # \u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element. Inherited from # React.HTMLProps.aria-roledescription aria-rowcount # \u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex. Inherited from # React.HTMLProps.aria-rowcount aria-rowindex # \u2022 Optional aria-rowindex : number 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. Inherited from # React.HTMLProps.aria-rowindex aria-rowspan # \u2022 Optional aria-rowspan : number Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. see aria-rowindex @see aria-colspan. Inherited from # React.HTMLProps.aria-rowspan aria-selected # \u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed. Inherited from # React.HTMLProps.aria-selected aria-setsize # \u2022 Optional aria-setsize : number 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. Inherited from # React.HTMLProps.aria-setsize aria-sort # \u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order. Inherited from # React.HTMLProps.aria-sort aria-valuemax # \u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemax aria-valuemin # \u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget. Inherited from # React.HTMLProps.aria-valuemin aria-valuenow # \u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext. Inherited from # React.HTMLProps.aria-valuenow aria-valuetext # \u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget. Inherited from # React.HTMLProps.aria-valuetext as # \u2022 Optional as : string Inherited from # React.HTMLProps.as async # \u2022 Optional async : boolean Inherited from # React.HTMLProps.async autoCapitalize # \u2022 Optional autoCapitalize : string Inherited from # React.HTMLProps.autoCapitalize autoComplete # \u2022 Optional autoComplete : string Inherited from # React.HTMLProps.autoComplete autoCorrect # \u2022 Optional autoCorrect : string Inherited from # React.HTMLProps.autoCorrect autoFocus # \u2022 Optional autoFocus : boolean Inherited from # React.HTMLProps.autoFocus autoPlay # \u2022 Optional autoPlay : boolean Inherited from # React.HTMLProps.autoPlay autoSave # \u2022 Optional autoSave : string Inherited from # React.HTMLProps.autoSave capture # \u2022 Optional capture : boolean | \"user\" | \"environment\" Inherited from # React.HTMLProps.capture cellPadding # \u2022 Optional cellPadding : string | number Inherited from # React.HTMLProps.cellPadding cellSpacing # \u2022 Optional cellSpacing : string | number Inherited from # React.HTMLProps.cellSpacing challenge # \u2022 Optional challenge : string Inherited from # React.HTMLProps.challenge charSet # \u2022 Optional charSet : string Inherited from # React.HTMLProps.charSet checked # \u2022 Optional checked : boolean Inherited from # React.HTMLProps.checked children # \u2022 Optional children : ReactNode Inherited from # React.HTMLProps.children cite # \u2022 Optional cite : string Inherited from # React.HTMLProps.cite classID # \u2022 Optional classID : string Inherited from # React.HTMLProps.classID className # \u2022 Optional className : string Inherited from # React.HTMLProps.className colSpan # \u2022 Optional colSpan : number Inherited from # React.HTMLProps.colSpan color # \u2022 Optional color : string Inherited from # React.HTMLProps.color cols # \u2022 Optional cols : number Inherited from # React.HTMLProps.cols content # \u2022 Optional content : string Inherited from # React.HTMLProps.content contentEditable # \u2022 Optional contentEditable : Booleanish | \"inherit\" Inherited from # React.HTMLProps.contentEditable contextMenu # \u2022 Optional contextMenu : string Inherited from # React.HTMLProps.contextMenu controls # \u2022 Optional controls : boolean Inherited from # React.HTMLProps.controls coords # \u2022 Optional coords : string Inherited from # React.HTMLProps.coords crossOrigin # \u2022 Optional crossOrigin : string Inherited from # React.HTMLProps.crossOrigin dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.HTMLProps.dangerouslySetInnerHTML data # \u2022 Optional data : string Inherited from # React.HTMLProps.data datatype # \u2022 Optional datatype : string Inherited from # React.HTMLProps.datatype dateTime # \u2022 Optional dateTime : string Inherited from # React.HTMLProps.dateTime default # \u2022 Optional default : boolean Inherited from # React.HTMLProps.default defaultChecked # \u2022 Optional defaultChecked : boolean Inherited from # React.HTMLProps.defaultChecked defaultValue # \u2022 Optional defaultValue : string | number | readonly string [] Inherited from # React.HTMLProps.defaultValue defer # \u2022 Optional defer : boolean Inherited from # React.HTMLProps.defer dir # \u2022 Optional dir : string Inherited from # React.HTMLProps.dir disabled # \u2022 Optional disabled : boolean Inherited from # React.HTMLProps.disabled download # \u2022 Optional download : any Inherited from # React.HTMLProps.download draggable # \u2022 Optional draggable : Booleanish Inherited from # React.HTMLProps.draggable encType # \u2022 Optional encType : string Inherited from # React.HTMLProps.encType form # \u2022 Optional form : string Inherited from # React.HTMLProps.form formAction # \u2022 Optional formAction : string Inherited from # React.HTMLProps.formAction formEncType # \u2022 Optional formEncType : string Inherited from # React.HTMLProps.formEncType formMethod # \u2022 Optional formMethod : string Inherited from # React.HTMLProps.formMethod formNoValidate # \u2022 Optional formNoValidate : boolean Inherited from # React.HTMLProps.formNoValidate formTarget # \u2022 Optional formTarget : string Inherited from # React.HTMLProps.formTarget frameBorder # \u2022 Optional frameBorder : string | number Inherited from # React.HTMLProps.frameBorder headers # \u2022 Optional headers : string Inherited from # React.HTMLProps.headers height # \u2022 Optional height : string | number Inherited from # React.HTMLProps.height hidden # \u2022 Optional hidden : boolean Inherited from # React.HTMLProps.hidden high # \u2022 Optional high : number Inherited from # React.HTMLProps.high href # \u2022 Optional href : string Inherited from # React.HTMLProps.href hrefLang # \u2022 Optional hrefLang : string Inherited from # React.HTMLProps.hrefLang htmlFor # \u2022 Optional htmlFor : string Inherited from # React.HTMLProps.htmlFor httpEquiv # \u2022 Optional httpEquiv : string Inherited from # React.HTMLProps.httpEquiv id # \u2022 Optional id : string Inherited from # React.HTMLProps.id inlist # \u2022 Optional inlist : any Inherited from # React.HTMLProps.inlist inputMode # \u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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 Inherited from # React.HTMLProps.inputMode integrity # \u2022 Optional integrity : string Inherited from # React.HTMLProps.integrity is # \u2022 Optional is : string 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 Inherited from # React.HTMLProps.is itemID # \u2022 Optional itemID : string Inherited from # React.HTMLProps.itemID itemProp # \u2022 Optional itemProp : string Inherited from # React.HTMLProps.itemProp itemRef # \u2022 Optional itemRef : string Inherited from # React.HTMLProps.itemRef itemScope # \u2022 Optional itemScope : boolean Inherited from # React.HTMLProps.itemScope itemType # \u2022 Optional itemType : string Inherited from # React.HTMLProps.itemType key # \u2022 Optional key : Key Inherited from # React.HTMLProps.key keyParams # \u2022 Optional keyParams : string Inherited from # React.HTMLProps.keyParams keyType # \u2022 Optional keyType : string Inherited from # React.HTMLProps.keyType kind # \u2022 Optional kind : string Inherited from # React.HTMLProps.kind label # \u2022 Optional label : string Inherited from # React.HTMLProps.label lang # \u2022 Optional lang : string Inherited from # React.HTMLProps.lang list # \u2022 Optional list : string Inherited from # React.HTMLProps.list loop # \u2022 Optional loop : boolean Inherited from # React.HTMLProps.loop low # \u2022 Optional low : number Inherited from # React.HTMLProps.low manifest # \u2022 Optional manifest : string Inherited from # React.HTMLProps.manifest marginHeight # \u2022 Optional marginHeight : number Inherited from # React.HTMLProps.marginHeight marginWidth # \u2022 Optional marginWidth : number Inherited from # React.HTMLProps.marginWidth max # \u2022 Optional max : string | number Inherited from # React.HTMLProps.max maxLength # \u2022 Optional maxLength : number Inherited from # React.HTMLProps.maxLength media # \u2022 Optional media : string Inherited from # React.HTMLProps.media mediaGroup # \u2022 Optional mediaGroup : string Inherited from # React.HTMLProps.mediaGroup method # \u2022 Optional method : string Inherited from # React.HTMLProps.method min # \u2022 Optional min : string | number Inherited from # React.HTMLProps.min minLength # \u2022 Optional minLength : number Inherited from # React.HTMLProps.minLength multiple # \u2022 Optional multiple : boolean Inherited from # React.HTMLProps.multiple muted # \u2022 Optional muted : boolean Inherited from # React.HTMLProps.muted name # \u2022 Optional name : string Inherited from # React.HTMLProps.name noValidate # \u2022 Optional noValidate : boolean Inherited from # React.HTMLProps.noValidate nonce # \u2022 Optional nonce : string Inherited from # React.HTMLProps.nonce onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.HTMLProps.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.HTMLProps.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.HTMLProps.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.HTMLProps.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.HTMLProps.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.HTMLProps.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.HTMLProps.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.HTMLProps.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.HTMLProps.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.HTMLProps.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.HTMLProps.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.HTMLProps.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.HTMLProps.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.HTMLProps.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.HTMLProps.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.HTMLProps.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.HTMLProps.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.HTMLProps.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.HTMLProps.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.HTMLProps.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.HTMLProps.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.HTMLProps.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.HTMLProps.onWheelCapture open # \u2022 Optional open : boolean Inherited from # React.HTMLProps.open optimum # \u2022 Optional optimum : number Inherited from # React.HTMLProps.optimum pattern # \u2022 Optional pattern : string Inherited from # React.HTMLProps.pattern placeholder # \u2022 Optional placeholder : string Inherited from # React.HTMLProps.placeholder playsInline # \u2022 Optional playsInline : boolean Inherited from # React.HTMLProps.playsInline poster # \u2022 Optional poster : string Inherited from # React.HTMLProps.poster prefix # \u2022 Optional prefix : string Inherited from # React.HTMLProps.prefix preload # \u2022 Optional preload : string Inherited from # React.HTMLProps.preload property # \u2022 Optional property : string Inherited from # React.HTMLProps.property radioGroup # \u2022 Optional radioGroup : string Inherited from # React.HTMLProps.radioGroup readOnly # \u2022 Optional readOnly : boolean Inherited from # React.HTMLProps.readOnly ref # \u2022 Optional ref : LegacyRef < any > Inherited from # React.HTMLProps.ref rel # \u2022 Optional rel : string Inherited from # React.HTMLProps.rel required # \u2022 Optional required : boolean Inherited from # React.HTMLProps.required resource # \u2022 Optional resource : string Inherited from # React.HTMLProps.resource results # \u2022 Optional results : number Inherited from # React.HTMLProps.results reversed # \u2022 Optional reversed : boolean Inherited from # React.HTMLProps.reversed role # \u2022 Optional role : AriaRole Inherited from # React.HTMLProps.role rowSpan # \u2022 Optional rowSpan : number Inherited from # React.HTMLProps.rowSpan rows # \u2022 Optional rows : number Inherited from # React.HTMLProps.rows sandbox # \u2022 Optional sandbox : string Inherited from # React.HTMLProps.sandbox scope # \u2022 Optional scope : string Inherited from # React.HTMLProps.scope scoped # \u2022 Optional scoped : boolean Inherited from # React.HTMLProps.scoped scrolling # \u2022 Optional scrolling : string Inherited from # React.HTMLProps.scrolling seamless # \u2022 Optional seamless : boolean Inherited from # React.HTMLProps.seamless security # \u2022 Optional security : string Inherited from # React.HTMLProps.security selected # \u2022 Optional selected : boolean Inherited from # React.HTMLProps.selected shape # \u2022 Optional shape : string Inherited from # React.HTMLProps.shape size # \u2022 Optional size : number Inherited from # React.HTMLProps.size sizes # \u2022 Optional sizes : string Inherited from # React.HTMLProps.sizes slot # \u2022 Optional slot : string Inherited from # React.HTMLProps.slot span # \u2022 Optional span : number Inherited from # React.HTMLProps.span spellCheck # \u2022 Optional spellCheck : Booleanish Inherited from # React.HTMLProps.spellCheck src # \u2022 Optional src : string Inherited from # React.HTMLProps.src srcDoc # \u2022 Optional srcDoc : string Inherited from # React.HTMLProps.srcDoc srcLang # \u2022 Optional srcLang : string Inherited from # React.HTMLProps.srcLang srcSet # \u2022 Optional srcSet : string Inherited from # React.HTMLProps.srcSet start # \u2022 Optional start : number Inherited from # React.HTMLProps.start step # \u2022 step : number Overrides # React.HTMLProps.step steps # \u2022 steps : Step [] style # \u2022 Optional style : CSSProperties Inherited from # React.HTMLProps.style summary # \u2022 Optional summary : string Inherited from # React.HTMLProps.summary suppressContentEditableWarning # \u2022 Optional suppressContentEditableWarning : boolean Inherited from # React.HTMLProps.suppressContentEditableWarning suppressHydrationWarning # \u2022 Optional suppressHydrationWarning : boolean Inherited from # React.HTMLProps.suppressHydrationWarning tabIndex # \u2022 Optional tabIndex : number Inherited from # React.HTMLProps.tabIndex target # \u2022 Optional target : string Inherited from # React.HTMLProps.target title # \u2022 Optional title : string Inherited from # React.HTMLProps.title translate # \u2022 Optional translate : \"yes\" | \"no\" Inherited from # React.HTMLProps.translate type # \u2022 Optional type : string Inherited from # React.HTMLProps.type typeof # \u2022 Optional typeof : string Inherited from # React.HTMLProps.typeof unselectable # \u2022 Optional unselectable : \"on\" | \"off\" Inherited from # React.HTMLProps.unselectable useMap # \u2022 Optional useMap : string Inherited from # React.HTMLProps.useMap value # \u2022 Optional value : string | number | readonly string [] Inherited from # React.HTMLProps.value vocab # \u2022 Optional vocab : string Inherited from # React.HTMLProps.vocab width # \u2022 Optional width : string | number Inherited from # React.HTMLProps.width wmode # \u2022 Optional wmode : string Inherited from # React.HTMLProps.wmode wrap # \u2022 Optional wrap : string Inherited from # React.HTMLProps.wrap","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#interface-stepperprops","text":"Renderer . Component .StepperProps","title":"Interface: StepperProps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hierarchy","text":"HTMLProps < any > \u21b3 StepperProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.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 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 vocab width wmode wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#about","text":"\u2022 Optional about : string","title":"about"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#accept","text":"\u2022 Optional accept : string","title":"accept"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#acceptcharset","text":"\u2022 Optional acceptCharset : string","title":"acceptCharset"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#accesskey","text":"\u2022 Optional accessKey : string","title":"accessKey"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#action","text":"\u2022 Optional action : string","title":"action"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#allowfullscreen","text":"\u2022 Optional allowFullScreen : boolean","title":"allowFullScreen"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#allowtransparency","text":"\u2022 Optional allowTransparency : boolean","title":"allowTransparency"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#alt","text":"\u2022 Optional alt : string","title":"alt"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-activedescendant","text":"\u2022 Optional aria-activedescendant : string Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.","title":"aria-activedescendant"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-atomic","text":"\u2022 Optional aria-atomic : Booleanish 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/Renderer.Component.StepperProps/#aria-autocomplete","text":"\u2022 Optional aria-autocomplete : \"list\" | \"none\" | \"inline\" | \"both\" 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/Renderer.Component.StepperProps/#aria-busy","text":"\u2022 Optional aria-busy : Booleanish 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/Renderer.Component.StepperProps/#aria-checked","text":"\u2022 Optional aria-checked : boolean | \"true\" | \"false\" | \"mixed\" 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/Renderer.Component.StepperProps/#aria-colcount","text":"\u2022 Optional aria-colcount : number Defines the total number of columns in a table, grid, or treegrid. see aria-colindex.","title":"aria-colcount"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-colindex","text":"\u2022 Optional aria-colindex : number 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/Renderer.Component.StepperProps/#aria-colspan","text":"\u2022 Optional aria-colspan : number 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/Renderer.Component.StepperProps/#aria-controls","text":"\u2022 Optional aria-controls : string 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/Renderer.Component.StepperProps/#aria-current","text":"\u2022 Optional aria-current : boolean | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\" | \"time\" Indicates the element that represents the current item within a container or set of related elements.","title":"aria-current"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-describedby","text":"\u2022 Optional aria-describedby : string Identifies the element (or elements) that describes the object. see aria-labelledby","title":"aria-describedby"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-details","text":"\u2022 Optional aria-details : string Identifies the element that provides a detailed, extended description for the object. see aria-describedby.","title":"aria-details"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-disabled","text":"\u2022 Optional aria-disabled : Booleanish 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/Renderer.Component.StepperProps/#aria-dropeffect","text":"\u2022 Optional aria-dropeffect : \"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\" 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/Renderer.Component.StepperProps/#aria-errormessage","text":"\u2022 Optional aria-errormessage : string Identifies the element that provides an error message for the object. see aria-invalid @see aria-describedby.","title":"aria-errormessage"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-expanded","text":"\u2022 Optional aria-expanded : Booleanish Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.","title":"aria-expanded"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-flowto","text":"\u2022 Optional aria-flowto : string 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/Renderer.Component.StepperProps/#aria-grabbed","text":"\u2022 Optional aria-grabbed : Booleanish Indicates an element's \"grabbed\" state in a drag-and-drop operation. deprecated in ARIA 1.1","title":"aria-grabbed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-haspopup","text":"\u2022 Optional aria-haspopup : boolean | \"true\" | \"false\" | \"dialog\" | \"grid\" | \"listbox\" | \"menu\" | \"tree\" 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/Renderer.Component.StepperProps/#aria-hidden","text":"\u2022 Optional aria-hidden : Booleanish Indicates whether the element is exposed to an accessibility API. see aria-disabled.","title":"aria-hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-invalid","text":"\u2022 Optional aria-invalid : boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\" Indicates the entered value does not conform to the format expected by the application. see aria-errormessage.","title":"aria-invalid"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-keyshortcuts","text":"\u2022 Optional aria-keyshortcuts : string Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.","title":"aria-keyshortcuts"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-label","text":"\u2022 Optional aria-label : string Defines a string value that labels the current element. see aria-labelledby.","title":"aria-label"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-labelledby","text":"\u2022 Optional aria-labelledby : string Identifies the element (or elements) that labels the current element. see aria-describedby.","title":"aria-labelledby"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-level","text":"\u2022 Optional aria-level : number Defines the hierarchical level of an element within a structure.","title":"aria-level"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-live","text":"\u2022 Optional aria-live : \"off\" | \"assertive\" | \"polite\" 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/Renderer.Component.StepperProps/#aria-modal","text":"\u2022 Optional aria-modal : Booleanish Indicates whether an element is modal when displayed.","title":"aria-modal"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-multiline","text":"\u2022 Optional aria-multiline : Booleanish Indicates whether a text box accepts multiple lines of input or only a single line.","title":"aria-multiline"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-multiselectable","text":"\u2022 Optional aria-multiselectable : Booleanish Indicates that the user may select more than one item from the current selectable descendants.","title":"aria-multiselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-orientation","text":"\u2022 Optional aria-orientation : \"horizontal\" | \"vertical\" Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.","title":"aria-orientation"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-owns","text":"\u2022 Optional aria-owns : string 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/Renderer.Component.StepperProps/#aria-placeholder","text":"\u2022 Optional aria-placeholder : string 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/Renderer.Component.StepperProps/#aria-posinset","text":"\u2022 Optional aria-posinset : number 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/Renderer.Component.StepperProps/#aria-pressed","text":"\u2022 Optional aria-pressed : boolean | \"true\" | \"false\" | \"mixed\" Indicates the current \"pressed\" state of toggle buttons. see aria-checked @see aria-selected.","title":"aria-pressed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-readonly","text":"\u2022 Optional aria-readonly : Booleanish Indicates that the element is not editable, but is otherwise operable. see aria-disabled.","title":"aria-readonly"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-relevant","text":"\u2022 Optional aria-relevant : \"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\" 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/Renderer.Component.StepperProps/#aria-required","text":"\u2022 Optional aria-required : Booleanish Indicates that user input is required on the element before a form may be submitted.","title":"aria-required"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-roledescription","text":"\u2022 Optional aria-roledescription : string Defines a human-readable, author-localized description for the role of an element.","title":"aria-roledescription"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-rowcount","text":"\u2022 Optional aria-rowcount : number Defines the total number of rows in a table, grid, or treegrid. see aria-rowindex.","title":"aria-rowcount"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-rowindex","text":"\u2022 Optional aria-rowindex : number 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/Renderer.Component.StepperProps/#aria-rowspan","text":"\u2022 Optional aria-rowspan : number 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/Renderer.Component.StepperProps/#aria-selected","text":"\u2022 Optional aria-selected : Booleanish Indicates the current \"selected\" state of various widgets. see aria-checked @see aria-pressed.","title":"aria-selected"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-setsize","text":"\u2022 Optional aria-setsize : number 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/Renderer.Component.StepperProps/#aria-sort","text":"\u2022 Optional aria-sort : \"none\" | \"ascending\" | \"descending\" | \"other\" Indicates if items in a table or grid are sorted in ascending or descending order.","title":"aria-sort"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuemax","text":"\u2022 Optional aria-valuemax : number Defines the maximum allowed value for a range widget.","title":"aria-valuemax"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuemin","text":"\u2022 Optional aria-valuemin : number Defines the minimum allowed value for a range widget.","title":"aria-valuemin"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuenow","text":"\u2022 Optional aria-valuenow : number Defines the current value for a range widget. see aria-valuetext.","title":"aria-valuenow"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#aria-valuetext","text":"\u2022 Optional aria-valuetext : string Defines the human readable text alternative of aria-valuenow for a range widget.","title":"aria-valuetext"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#as","text":"\u2022 Optional as : string","title":"as"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#async","text":"\u2022 Optional async : boolean","title":"async"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocapitalize","text":"\u2022 Optional autoCapitalize : string","title":"autoCapitalize"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocomplete","text":"\u2022 Optional autoComplete : string","title":"autoComplete"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autocorrect","text":"\u2022 Optional autoCorrect : string","title":"autoCorrect"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autoplay","text":"\u2022 Optional autoPlay : boolean","title":"autoPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#autosave","text":"\u2022 Optional autoSave : string","title":"autoSave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#capture","text":"\u2022 Optional capture : boolean | \"user\" | \"environment\"","title":"capture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cellpadding","text":"\u2022 Optional cellPadding : string | number","title":"cellPadding"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cellspacing","text":"\u2022 Optional cellSpacing : string | number","title":"cellSpacing"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#challenge","text":"\u2022 Optional challenge : string","title":"challenge"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#charset","text":"\u2022 Optional charSet : string","title":"charSet"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#checked","text":"\u2022 Optional checked : boolean","title":"checked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cite","text":"\u2022 Optional cite : string","title":"cite"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#classid","text":"\u2022 Optional classID : string","title":"classID"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#colspan","text":"\u2022 Optional colSpan : number","title":"colSpan"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#color","text":"\u2022 Optional color : string","title":"color"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#cols","text":"\u2022 Optional cols : number","title":"cols"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#content","text":"\u2022 Optional content : string","title":"content"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#contenteditable","text":"\u2022 Optional contentEditable : Booleanish | \"inherit\"","title":"contentEditable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#contextmenu","text":"\u2022 Optional contextMenu : string","title":"contextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#controls","text":"\u2022 Optional controls : boolean","title":"controls"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#coords","text":"\u2022 Optional coords : string","title":"coords"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#crossorigin","text":"\u2022 Optional crossOrigin : string","title":"crossOrigin"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#data","text":"\u2022 Optional data : string","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#datatype","text":"\u2022 Optional datatype : string","title":"datatype"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#datetime","text":"\u2022 Optional dateTime : string","title":"dateTime"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defaultchecked","text":"\u2022 Optional defaultChecked : boolean","title":"defaultChecked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defaultvalue","text":"\u2022 Optional defaultValue : string | number | readonly string []","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#defer","text":"\u2022 Optional defer : boolean","title":"defer"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#dir","text":"\u2022 Optional dir : string","title":"dir"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#download","text":"\u2022 Optional download : any","title":"download"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#draggable","text":"\u2022 Optional draggable : Booleanish","title":"draggable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#enctype","text":"\u2022 Optional encType : string","title":"encType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#form","text":"\u2022 Optional form : string","title":"form"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formaction","text":"\u2022 Optional formAction : string","title":"formAction"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formenctype","text":"\u2022 Optional formEncType : string","title":"formEncType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formmethod","text":"\u2022 Optional formMethod : string","title":"formMethod"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formnovalidate","text":"\u2022 Optional formNoValidate : boolean","title":"formNoValidate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#formtarget","text":"\u2022 Optional formTarget : string","title":"formTarget"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#frameborder","text":"\u2022 Optional frameBorder : string | number","title":"frameBorder"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#headers","text":"\u2022 Optional headers : string","title":"headers"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#height","text":"\u2022 Optional height : string | number","title":"height"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hidden","text":"\u2022 Optional hidden : boolean","title":"hidden"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#high","text":"\u2022 Optional high : number","title":"high"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#href","text":"\u2022 Optional href : string","title":"href"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#hreflang","text":"\u2022 Optional hrefLang : string","title":"hrefLang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#htmlfor","text":"\u2022 Optional htmlFor : string","title":"htmlFor"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#httpequiv","text":"\u2022 Optional httpEquiv : string","title":"httpEquiv"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#inlist","text":"\u2022 Optional inlist : any","title":"inlist"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#inputmode","text":"\u2022 Optional inputMode : \"none\" | \"search\" | \"text\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\" 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/Renderer.Component.StepperProps/#integrity","text":"\u2022 Optional integrity : string","title":"integrity"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#is","text":"\u2022 Optional is : string 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/Renderer.Component.StepperProps/#itemid","text":"\u2022 Optional itemID : string","title":"itemID"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemprop","text":"\u2022 Optional itemProp : string","title":"itemProp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemref","text":"\u2022 Optional itemRef : string","title":"itemRef"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemscope","text":"\u2022 Optional itemScope : boolean","title":"itemScope"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#itemtype","text":"\u2022 Optional itemType : string","title":"itemType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#key","text":"\u2022 Optional key : Key","title":"key"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#keyparams","text":"\u2022 Optional keyParams : string","title":"keyParams"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#keytype","text":"\u2022 Optional keyType : string","title":"keyType"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#kind","text":"\u2022 Optional kind : string","title":"kind"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#label","text":"\u2022 Optional label : string","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#lang","text":"\u2022 Optional lang : string","title":"lang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#list","text":"\u2022 Optional list : string","title":"list"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#loop","text":"\u2022 Optional loop : boolean","title":"loop"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#low","text":"\u2022 Optional low : number","title":"low"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#manifest","text":"\u2022 Optional manifest : string","title":"manifest"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#marginheight","text":"\u2022 Optional marginHeight : number","title":"marginHeight"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#marginwidth","text":"\u2022 Optional marginWidth : number","title":"marginWidth"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#max","text":"\u2022 Optional max : string | number","title":"max"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#maxlength","text":"\u2022 Optional maxLength : number","title":"maxLength"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#media","text":"\u2022 Optional media : string","title":"media"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#mediagroup","text":"\u2022 Optional mediaGroup : string","title":"mediaGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#method","text":"\u2022 Optional method : string","title":"method"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#min","text":"\u2022 Optional min : string | number","title":"min"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#minlength","text":"\u2022 Optional minLength : number","title":"minLength"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#multiple","text":"\u2022 Optional multiple : boolean","title":"multiple"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#muted","text":"\u2022 Optional muted : boolean","title":"muted"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#name","text":"\u2022 Optional name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#nonce","text":"\u2022 Optional nonce : string","title":"nonce"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#open","text":"\u2022 Optional open : boolean","title":"open"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#optimum","text":"\u2022 Optional optimum : number","title":"optimum"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#pattern","text":"\u2022 Optional pattern : string","title":"pattern"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#placeholder","text":"\u2022 Optional placeholder : string","title":"placeholder"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#playsinline","text":"\u2022 Optional playsInline : boolean","title":"playsInline"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#poster","text":"\u2022 Optional poster : string","title":"poster"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#preload","text":"\u2022 Optional preload : string","title":"preload"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#property","text":"\u2022 Optional property : string","title":"property"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#radiogroup","text":"\u2022 Optional radioGroup : string","title":"radioGroup"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#readonly","text":"\u2022 Optional readOnly : boolean","title":"readOnly"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#ref","text":"\u2022 Optional ref : LegacyRef < any >","title":"ref"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rel","text":"\u2022 Optional rel : string","title":"rel"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#required","text":"\u2022 Optional required : boolean","title":"required"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#resource","text":"\u2022 Optional resource : string","title":"resource"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#results","text":"\u2022 Optional results : number","title":"results"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#reversed","text":"\u2022 Optional reversed : boolean","title":"reversed"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#role","text":"\u2022 Optional role : AriaRole","title":"role"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rowspan","text":"\u2022 Optional rowSpan : number","title":"rowSpan"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#rows","text":"\u2022 Optional rows : number","title":"rows"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#sandbox","text":"\u2022 Optional sandbox : string","title":"sandbox"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scope","text":"\u2022 Optional scope : string","title":"scope"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scoped","text":"\u2022 Optional scoped : boolean","title":"scoped"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#scrolling","text":"\u2022 Optional scrolling : string","title":"scrolling"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#seamless","text":"\u2022 Optional seamless : boolean","title":"seamless"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#security","text":"\u2022 Optional security : string","title":"security"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#shape","text":"\u2022 Optional shape : string","title":"shape"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#size","text":"\u2022 Optional size : number","title":"size"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#sizes","text":"\u2022 Optional sizes : string","title":"sizes"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#slot","text":"\u2022 Optional slot : string","title":"slot"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#span","text":"\u2022 Optional span : number","title":"span"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#spellcheck","text":"\u2022 Optional spellCheck : Booleanish","title":"spellCheck"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#src","text":"\u2022 Optional src : string","title":"src"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srcdoc","text":"\u2022 Optional srcDoc : string","title":"srcDoc"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srclang","text":"\u2022 Optional srcLang : string","title":"srcLang"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#srcset","text":"\u2022 Optional srcSet : string","title":"srcSet"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#start","text":"\u2022 Optional start : number","title":"start"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#step","text":"\u2022 step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#steps","text":"\u2022 steps : Step []","title":"steps"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#summary","text":"\u2022 Optional summary : string","title":"summary"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#suppresscontenteditablewarning","text":"\u2022 Optional suppressContentEditableWarning : boolean","title":"suppressContentEditableWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#suppresshydrationwarning","text":"\u2022 Optional suppressHydrationWarning : boolean","title":"suppressHydrationWarning"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#tabindex","text":"\u2022 Optional tabIndex : number","title":"tabIndex"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#target","text":"\u2022 Optional target : string","title":"target"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#translate","text":"\u2022 Optional translate : \"yes\" | \"no\"","title":"translate"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#type","text":"\u2022 Optional type : string","title":"type"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#typeof","text":"\u2022 Optional typeof : string","title":"typeof"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#unselectable","text":"\u2022 Optional unselectable : \"on\" | \"off\"","title":"unselectable"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#usemap","text":"\u2022 Optional useMap : string","title":"useMap"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#value","text":"\u2022 Optional value : string | number | readonly string []","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#vocab","text":"\u2022 Optional vocab : string","title":"vocab"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#width","text":"\u2022 Optional width : string | number","title":"width"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#wmode","text":"\u2022 Optional wmode : string","title":"wmode"},{"location":"extensions/api/interfaces/Renderer.Component.StepperProps/#wrap","text":"\u2022 Optional wrap : string","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/","text":"Interface: TabLayoutProps # Renderer . Component .TabLayoutProps Table of contents # Properties # children className contentClass tabs Properties # children # \u2022 Optional children : ReactNode className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName tabs # \u2022 Optional tabs : TabLayoutRoute []","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#interface-tablayoutprops","text":"Renderer . Component .TabLayoutProps","title":"Interface: TabLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#properties","text":"children className contentClass tabs","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutProps/#tabs","text":"\u2022 Optional tabs : TabLayoutRoute []","title":"tabs"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/","text":"Interface: TabLayoutRoute # Renderer . Component .TabLayoutRoute Table of contents # Properties # component default exact routePath title url Properties # component # \u2022 component : ComponentType < any > default # \u2022 Optional default : boolean exact # \u2022 Optional exact : boolean routePath # \u2022 routePath : string title # \u2022 title : ReactNode url # \u2022 Optional url : string","title":"Interface: TabLayoutRoute"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#interface-tablayoutroute","text":"Renderer . Component .TabLayoutRoute","title":"Interface: TabLayoutRoute"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#properties","text":"component default exact routePath title url","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#component","text":"\u2022 component : ComponentType < any >","title":"component"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#default","text":"\u2022 Optional default : boolean","title":"default"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#exact","text":"\u2022 Optional exact : boolean","title":"exact"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#routepath","text":"\u2022 routePath : string","title":"routePath"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#title","text":"\u2022 title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.TabLayoutRoute/#url","text":"\u2022 Optional url : string","title":"url"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/","text":"Interface: TabProps # Renderer . Component .TabProps Type parameters # Name Type D any Hierarchy # DOMAttributes < HTMLElement > \u21b3 TabProps Table of contents # Properties # active children className dangerouslySetInnerHTML disabled icon id 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 children # \u2022 Optional children : ReactNode Inherited from # DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # DOMAttributes.dangerouslySetInnerHTML disabled # \u2022 Optional disabled : boolean icon # \u2022 Optional icon : ReactNode id # \u2022 Optional id : string label # \u2022 Optional label : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement > Inherited from # DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement > Inherited from # DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLElement > Inherited from # DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement > Inherited from # DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement > Inherited from # DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement > Inherited from # DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement > Inherited from # DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLElement > Inherited from # DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLElement > Inherited from # DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement > Inherited from # DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement > Inherited from # DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement > Inherited from # DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement > Inherited from # DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement > Inherited from # DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLElement > Inherited from # DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement > Inherited from # DOMAttributes.onWheelCapture value # \u2022 value : D","title":"Interface: TabProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#interface-tabpropsd","text":"Renderer . Component .TabProps","title":"Interface: TabProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#hierarchy","text":"DOMAttributes < HTMLElement > \u21b3 TabProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#properties","text":"active children className dangerouslySetInnerHTML disabled icon id label onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture value","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#active","text":"\u2022 Optional active : boolean","title":"active"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#icon","text":"\u2022 Optional icon : ReactNode","title":"icon"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#label","text":"\u2022 Optional label : ReactNode","title":"label"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabProps/#value","text":"\u2022 value : D","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/","text":"Interface: TableCellProps # Renderer . Component .TableCellProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableCellProps Table of contents # Properties # _nowrap _sorting checkbox children className dangerouslySetInnerHTML id isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean scrollable showWithColumn sortBy title Methods # _sort Properties # _nowrap # \u2022 Optional _nowrap : boolean _sorting # \u2022 Optional _sorting : Partial < TableSortParams > checkbox # \u2022 Optional checkbox : boolean children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML id # \u2022 Optional id : string isChecked # \u2022 Optional isChecked : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture renderBoolean # \u2022 Optional renderBoolean : boolean scrollable # \u2022 Optional scrollable : boolean showWithColumn # \u2022 Optional showWithColumn : string sortBy # \u2022 Optional sortBy : string title # \u2022 Optional title : ReactNode Methods # _sort # \u25b8 Optional _sort ( sortBy ): void Parameters # Name Type sortBy string Returns # void","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#interface-tablecellprops","text":"Renderer . Component .TableCellProps","title":"Interface: TableCellProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableCellProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#properties","text":"_nowrap _sorting checkbox children className dangerouslySetInnerHTML id isChecked onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture renderBoolean scrollable showWithColumn sortBy title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#methods","text":"_sort","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_nowrap","text":"\u2022 Optional _nowrap : boolean","title":"_nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_sorting","text":"\u2022 Optional _sorting : Partial < TableSortParams >","title":"_sorting"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#checkbox","text":"\u2022 Optional checkbox : boolean","title":"checkbox"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#id","text":"\u2022 Optional id : string","title":"id"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ischecked","text":"\u2022 Optional isChecked : boolean","title":"isChecked"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#renderboolean","text":"\u2022 Optional renderBoolean : boolean","title":"renderBoolean"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#showwithcolumn","text":"\u2022 Optional showWithColumn : string","title":"showWithColumn"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#sortby","text":"\u2022 Optional sortBy : string","title":"sortBy"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#title","text":"\u2022 Optional title : ReactNode","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableCellProps/#_sort","text":"\u25b8 Optional _sort ( sortBy ): void","title":"_sort"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/","text":"Interface: TableHeadProps # Renderer . Component .TableHeadProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableHeadProps Table of contents # 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 # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML nowrap # \u2022 Optional nowrap : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture showTopLine # \u2022 Optional showTopLine : boolean sticky # \u2022 Optional sticky : boolean","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#interface-tableheadprops","text":"Renderer . Component .TableHeadProps","title":"Interface: TableHeadProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableHeadProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#properties","text":"children className dangerouslySetInnerHTML nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture showTopLine sticky","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#showtopline","text":"\u2022 Optional showTopLine : boolean","title":"showTopLine"},{"location":"extensions/api/interfaces/Renderer.Component.TableHeadProps/#sticky","text":"\u2022 Optional sticky : boolean","title":"sticky"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/","text":"Interface: TableProps # Renderer . Component .TableProps Type parameters # Name Item Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableProps Table of contents # Properties # autoSize children className dangerouslySetInnerHTML 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 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 tableId virtual virtualHeight Methods # customRowHeights getTableRow onSort renderRow Properties # autoSize # \u2022 Optional autoSize : boolean children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML items # \u2022 Optional items : Item [] noItems # \u2022 Optional noItems : ReactNode onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture rowLineHeight # \u2022 Optional rowLineHeight : number Row line height in pixels rowPadding # \u2022 Optional rowPadding : number Row padding in pixels scrollable # \u2022 Optional scrollable : boolean selectable # \u2022 Optional selectable : boolean selectedItemId # \u2022 Optional selectedItemId : string sortByDefault # \u2022 Optional sortByDefault : Partial < TableSortParams > sortSyncWithUrl # \u2022 Optional sortSyncWithUrl : boolean sortable # \u2022 Optional sortable : TableSortCallbacks < Item > Define sortable callbacks for every column in sortitem argument in the callback is an object, provided in storageKey # \u2022 Optional storageKey : string tableId # \u2022 Optional tableId : string virtual # \u2022 Optional virtual : boolean Use virtual list component to render only visible rows. By default uses a auto sizer to fill available height virtualHeight # \u2022 Optional virtualHeight : number Only used when virtual is true. Sets the virtual list to be a fixed height. Needed when used in contexts that already have a parent component that is overflow-y: scroll , Methods # customRowHeights # \u25b8 Optional customRowHeights ( item , lineHeight , paddings ): number Parameters # Name Type item Item lineHeight number paddings number Returns # number getTableRow # \u25b8 Optional getTableRow ( uid ): ReactElement < TableRowProps , string | JSXElementConstructor < any >> Parameters # Name Type uid string Returns # ReactElement < TableRowProps , string | JSXElementConstructor < any >> onSort # \u25b8 Optional onSort ( params ): void Parameters # Name Type params TableSortParams Returns # void renderRow # \u25b8 Optional renderRow ( item ): ReactElement < TableRowProps , string | JSXElementConstructor < any >> Parameters # Name Type item Item Returns # ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"Interface: TableProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#interface-tablepropsitem","text":"Renderer . Component .TableProps","title":"Interface: TableProps<Item>"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#type-parameters","text":"Name Item","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#properties","text":"autoSize children className dangerouslySetInnerHTML 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 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 tableId virtual virtualHeight","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#methods","text":"customRowHeights getTableRow onSort renderRow","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#autosize","text":"\u2022 Optional autoSize : boolean","title":"autoSize"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#items","text":"\u2022 Optional items : Item []","title":"items"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#noitems","text":"\u2022 Optional noItems : ReactNode","title":"noItems"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#rowlineheight","text":"\u2022 Optional rowLineHeight : number Row line height in pixels","title":"rowLineHeight"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#rowpadding","text":"\u2022 Optional rowPadding : number Row padding in pixels","title":"rowPadding"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#selectable","text":"\u2022 Optional selectable : boolean","title":"selectable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#selecteditemid","text":"\u2022 Optional selectedItemId : string","title":"selectedItemId"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortbydefault","text":"\u2022 Optional sortByDefault : Partial < TableSortParams >","title":"sortByDefault"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortsyncwithurl","text":"\u2022 Optional sortSyncWithUrl : boolean","title":"sortSyncWithUrl"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#sortable","text":"\u2022 Optional sortable : TableSortCallbacks < Item > Define sortable callbacks for every column in sortitem argument in the callback is an object, provided in","title":"sortable"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#storagekey","text":"\u2022 Optional storageKey : string","title":"storageKey"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#tableid","text":"\u2022 Optional tableId : string","title":"tableId"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#virtual","text":"\u2022 Optional virtual : boolean Use virtual list component to render only visible rows. By default uses a auto sizer to fill available height","title":"virtual"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#virtualheight","text":"\u2022 Optional virtualHeight : number Only used when virtual is true. Sets the virtual list to be a fixed height. Needed when used in contexts that already have a parent component that is overflow-y: scroll ,","title":"virtualHeight"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#customrowheights","text":"\u25b8 Optional customRowHeights ( item , lineHeight , paddings ): number","title":"customRowHeights"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#gettablerow","text":"\u25b8 Optional getTableRow ( uid ): ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"getTableRow"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#onsort","text":"\u25b8 Optional onSort ( params ): void","title":"onSort"},{"location":"extensions/api/interfaces/Renderer.Component.TableProps/#renderrow","text":"\u25b8 Optional renderRow ( item ): ReactElement < TableRowProps , string | JSXElementConstructor < any >>","title":"renderRow"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/","text":"Interface: TableRowProps # Renderer . Component .TableRowProps Hierarchy # DOMAttributes < HTMLDivElement > \u21b3 TableRowProps Table of contents # 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 # React.DOMAttributes.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML disabled # \u2022 Optional disabled : boolean nowrap # \u2022 Optional nowrap : boolean onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement > Inherited from # React.DOMAttributes.onWheelCapture searchItem # \u2022 Optional searchItem : any selected # \u2022 Optional selected : boolean sortItem # \u2022 Optional sortItem : any style # \u2022 Optional style : CSSProperties","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#interface-tablerowprops","text":"Renderer . Component .TableRowProps","title":"Interface: TableRowProps"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#hierarchy","text":"DOMAttributes < HTMLDivElement > \u21b3 TableRowProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#properties","text":"children className dangerouslySetInnerHTML disabled nowrap onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture searchItem selected sortItem style","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#disabled","text":"\u2022 Optional disabled : boolean","title":"disabled"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLDivElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLDivElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLDivElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLDivElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLDivElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLDivElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLDivElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLDivElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLDivElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLDivElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLDivElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < HTMLDivElement >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLDivElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLDivElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLDivElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLDivElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLDivElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLDivElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLDivElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLDivElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLDivElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLDivElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLDivElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLDivElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLDivElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLDivElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLDivElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLDivElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLDivElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLDivElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLDivElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLDivElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLDivElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLDivElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLDivElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLDivElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLDivElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLDivElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLDivElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLDivElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLDivElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLDivElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLDivElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLDivElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLDivElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLDivElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLDivElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLDivElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLDivElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLDivElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLDivElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLDivElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLDivElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLDivElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLDivElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLDivElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLDivElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLDivElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLDivElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLDivElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLDivElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLDivElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLDivElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLDivElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLDivElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLDivElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLDivElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLDivElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLDivElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLDivElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLDivElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLDivElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLDivElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLDivElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLDivElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLDivElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLDivElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLDivElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLDivElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLDivElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLDivElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLDivElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLDivElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLDivElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLDivElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLDivElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLDivElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLDivElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLDivElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLDivElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLDivElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLDivElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLDivElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLDivElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLDivElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLDivElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLDivElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLDivElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLDivElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLDivElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLDivElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLDivElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLDivElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLDivElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLDivElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLDivElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLDivElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLDivElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLDivElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLDivElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLDivElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLDivElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLDivElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLDivElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLDivElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#searchitem","text":"\u2022 Optional searchItem : any","title":"searchItem"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#selected","text":"\u2022 Optional selected : boolean","title":"selected"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#sortitem","text":"\u2022 Optional sortItem : any","title":"sortItem"},{"location":"extensions/api/interfaces/Renderer.Component.TableRowProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/","text":"Interface: TabsProps # Renderer . Component .TabsProps Type parameters # Name Type D any Hierarchy # TabsContextValue < D > Omit < DOMAttributes < HTMLElement >, \"onChange\" > \u21b3 TabsProps Table of contents # Properties # autoFocus center children className dangerouslySetInnerHTML onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 scrollable value withBorder wrap Methods # onChange Properties # autoFocus # \u2022 Optional autoFocus : boolean Inherited from # TabsContextValue.autoFocus center # \u2022 Optional center : boolean children # \u2022 Optional children : ReactNode Inherited from # Omit.children className # \u2022 Optional className : string dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # Omit.dangerouslySetInnerHTML onAbort # \u2022 Optional onAbort : ReactEventHandler < HTMLElement > Inherited from # Omit.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement > Inherited from # Omit.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < HTMLElement > Inherited from # Omit.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < HTMLElement > Inherited from # Omit.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement > Inherited from # Omit.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onCanPlayThroughCapture onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement > Inherited from # Omit.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < HTMLElement > Inherited from # Omit.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement > Inherited from # Omit.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < HTMLElement > Inherited from # Omit.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < HTMLElement > Inherited from # Omit.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < HTMLElement > Inherited from # Omit.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < HTMLElement > Inherited from # Omit.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < HTMLElement > Inherited from # Omit.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < HTMLElement > Inherited from # Omit.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < HTMLElement > Inherited from # Omit.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < HTMLElement > Inherited from # Omit.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < HTMLElement > Inherited from # Omit.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < HTMLElement > Inherited from # Omit.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < HTMLElement > Inherited from # Omit.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < HTMLElement > Inherited from # Omit.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement > Inherited from # Omit.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < HTMLElement > Inherited from # Omit.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < HTMLElement > Inherited from # Omit.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement > Inherited from # Omit.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement > Inherited from # Omit.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement > Inherited from # Omit.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < HTMLElement > Inherited from # Omit.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement > Inherited from # Omit.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < HTMLElement > Inherited from # Omit.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < HTMLElement > Inherited from # Omit.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < HTMLElement > Inherited from # Omit.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < HTMLElement > Inherited from # Omit.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < HTMLElement > Inherited from # Omit.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < HTMLElement > Inherited from # Omit.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < HTMLElement > Inherited from # Omit.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement > Inherited from # Omit.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < HTMLElement > Inherited from # Omit.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement > Inherited from # Omit.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement > Inherited from # Omit.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement > Inherited from # Omit.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement > Inherited from # Omit.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement > Inherited from # Omit.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < HTMLElement > Inherited from # Omit.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement > Inherited from # Omit.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < HTMLElement > Inherited from # Omit.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement > Inherited from # Omit.onWheelCapture scrollable # \u2022 Optional scrollable : boolean value # \u2022 Optional value : D Inherited from # TabsContextValue.value withBorder # \u2022 Optional withBorder : boolean Inherited from # TabsContextValue.withBorder wrap # \u2022 Optional wrap : boolean Methods # onChange # \u25b8 Optional onChange ( value ): void Parameters # Name Type value D Returns # void Inherited from # TabsContextValue.onChange","title":"Interface: TabsProps"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#interface-tabspropsd","text":"Renderer . Component .TabsProps","title":"Interface: TabsProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#hierarchy","text":"TabsContextValue < D > Omit < DOMAttributes < HTMLElement >, \"onChange\" > \u21b3 TabsProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#properties","text":"autoFocus center children className dangerouslySetInnerHTML onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture 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 scrollable value withBorder wrap","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#methods","text":"onChange","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#autofocus","text":"\u2022 Optional autoFocus : boolean","title":"autoFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#center","text":"\u2022 Optional center : boolean","title":"center"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < HTMLElement >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < HTMLElement >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < HTMLElement >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < HTMLElement >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < HTMLElement >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < HTMLElement >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < HTMLElement >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < HTMLElement >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < HTMLElement >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < HTMLElement >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < HTMLElement >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < HTMLElement >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < HTMLElement >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < HTMLElement >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < HTMLElement >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < HTMLElement >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < HTMLElement >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < HTMLElement >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < HTMLElement >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < HTMLElement >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < HTMLElement >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < HTMLElement >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < HTMLElement >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < HTMLElement >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < HTMLElement >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < HTMLElement >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < HTMLElement >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < HTMLElement >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < HTMLElement >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < HTMLElement >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < HTMLElement >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < HTMLElement >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < HTMLElement >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < HTMLElement >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < HTMLElement >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < HTMLElement >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < HTMLElement >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < HTMLElement >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < HTMLElement >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < HTMLElement >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < HTMLElement >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < HTMLElement >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < HTMLElement >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < HTMLElement >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < HTMLElement >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < HTMLElement >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < HTMLElement >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < HTMLElement >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < HTMLElement >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < HTMLElement >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < HTMLElement >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < HTMLElement >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < HTMLElement >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < HTMLElement >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < HTMLElement >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < HTMLElement >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < HTMLElement >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < HTMLElement >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < HTMLElement >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < HTMLElement >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < HTMLElement >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < HTMLElement >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < HTMLElement >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < HTMLElement >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < HTMLElement >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < HTMLElement >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < HTMLElement >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < HTMLElement >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < HTMLElement >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < HTMLElement >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < HTMLElement >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < HTMLElement >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < HTMLElement >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < HTMLElement >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < HTMLElement >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < HTMLElement >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < HTMLElement >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < HTMLElement >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < HTMLElement >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < HTMLElement >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < HTMLElement >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < HTMLElement >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < HTMLElement >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < HTMLElement >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < HTMLElement >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < HTMLElement >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < HTMLElement >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < HTMLElement >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < HTMLElement >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < HTMLElement >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < HTMLElement >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < HTMLElement >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < HTMLElement >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < HTMLElement >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < HTMLElement >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < HTMLElement >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < HTMLElement >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < HTMLElement >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < HTMLElement >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < HTMLElement >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < HTMLElement >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < HTMLElement >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < HTMLElement >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < HTMLElement >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < HTMLElement >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < HTMLElement >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < HTMLElement >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < HTMLElement >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < HTMLElement >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < HTMLElement >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < HTMLElement >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < HTMLElement >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < HTMLElement >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < HTMLElement >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < HTMLElement >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < HTMLElement >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < HTMLElement >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < HTMLElement >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < HTMLElement >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < HTMLElement >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < HTMLElement >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < HTMLElement >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < HTMLElement >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < HTMLElement >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < HTMLElement >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < HTMLElement >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < HTMLElement >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < HTMLElement >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < HTMLElement >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < HTMLElement >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < HTMLElement >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < HTMLElement >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < HTMLElement >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < HTMLElement >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < HTMLElement >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < HTMLElement >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < HTMLElement >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < HTMLElement >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < HTMLElement >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < HTMLElement >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < HTMLElement >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < HTMLElement >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < HTMLElement >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < HTMLElement >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < HTMLElement >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < HTMLElement >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < HTMLElement >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#value","text":"\u2022 Optional value : D","title":"value"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#withborder","text":"\u2022 Optional withBorder : boolean","title":"withBorder"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#wrap","text":"\u2022 Optional wrap : boolean","title":"wrap"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.TabsProps/#onchange","text":"\u25b8 Optional onChange ( value ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/","text":"Interface: TooltipContentFormatters # Renderer . Component .TooltipContentFormatters Table of contents # Properties # narrow nowrap small tableView warning Properties # narrow # \u2022 Optional narrow : boolean nowrap # \u2022 Optional nowrap : boolean small # \u2022 Optional small : boolean tableView # \u2022 Optional tableView : boolean warning # \u2022 Optional warning : boolean","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#interface-tooltipcontentformatters","text":"Renderer . Component .TooltipContentFormatters","title":"Interface: TooltipContentFormatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#properties","text":"narrow nowrap small tableView warning","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#narrow","text":"\u2022 Optional narrow : boolean","title":"narrow"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#nowrap","text":"\u2022 Optional nowrap : boolean","title":"nowrap"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#small","text":"\u2022 Optional small : boolean","title":"small"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#tableview","text":"\u2022 Optional tableView : boolean","title":"tableView"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/#warning","text":"\u2022 Optional warning : boolean","title":"warning"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/","text":"Interface: TooltipDecoratorProps # Renderer . Component .TooltipDecoratorProps Hierarchy # TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps Table of contents # Properties # tooltip tooltipOverrideDisabled Properties # tooltip # \u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" > tooltipOverrideDisabled # \u2022 Optional tooltipOverrideDisabled : boolean forces tooltip to detect the target's parent for mouse events. This is useful for displaying tooltips even when the target is \"disabled\"","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#interface-tooltipdecoratorprops","text":"Renderer . Component .TooltipDecoratorProps","title":"Interface: TooltipDecoratorProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#hierarchy","text":"TooltipDecoratorProps \u21b3 ButtonProps \u21b3 IconProps \u21b3 BadgeProps \u21b3 LineProgressProps \u21b3 StatusBrickProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#properties","text":"tooltip tooltipOverrideDisabled","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#tooltip","text":"\u2022 Optional tooltip : ReactNode | Omit < TooltipProps , \"targetId\" >","title":"tooltip"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/#tooltipoverridedisabled","text":"\u2022 Optional tooltipOverrideDisabled : boolean 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/Renderer.Component.TooltipProps/","text":"Interface: TooltipProps # Renderer . Component .TooltipProps Table of contents # Properties # children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible Properties # children # \u2022 Optional children : ReactNode className # \u2022 Optional className : IClassName formatters # \u2022 Optional formatters : TooltipContentFormatters offset # \u2022 Optional offset : number preferredPositions # \u2022 Optional preferredPositions : TooltipPosition | TooltipPosition [] style # \u2022 Optional style : CSSProperties targetId # \u2022 targetId : string tooltipOnParentHover # \u2022 Optional tooltipOnParentHover : boolean usePortal # \u2022 Optional usePortal : boolean visible # \u2022 Optional visible : boolean","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#interface-tooltipprops","text":"Renderer . Component .TooltipProps","title":"Interface: TooltipProps"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#properties","text":"children className formatters offset preferredPositions style targetId tooltipOnParentHover usePortal visible","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#formatters","text":"\u2022 Optional formatters : TooltipContentFormatters","title":"formatters"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#offset","text":"\u2022 Optional offset : number","title":"offset"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#preferredpositions","text":"\u2022 Optional preferredPositions : TooltipPosition | TooltipPosition []","title":"preferredPositions"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#style","text":"\u2022 Optional style : CSSProperties","title":"style"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#targetid","text":"\u2022 targetId : string","title":"targetId"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#tooltiponparenthover","text":"\u2022 Optional tooltipOnParentHover : boolean","title":"tooltipOnParentHover"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#useportal","text":"\u2022 Optional usePortal : boolean","title":"usePortal"},{"location":"extensions/api/interfaces/Renderer.Component.TooltipProps/#visible","text":"\u2022 Optional visible : boolean","title":"visible"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/","text":"Interface: WizardLayoutProps # Renderer . Component .WizardLayoutProps Hierarchy # DOMAttributes < any > \u21b3 WizardLayoutProps Table of contents # Properties # centered children className contentClass 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 children # \u2022 Optional children : ReactNode Inherited from # React.DOMAttributes.children className # \u2022 Optional className : IClassName contentClass # \u2022 Optional contentClass : IClassName dangerouslySetInnerHTML # \u2022 Optional dangerouslySetInnerHTML : Object Type declaration # Name Type __html string Inherited from # React.DOMAttributes.dangerouslySetInnerHTML header # \u2022 Optional header : ReactNode headerClass # \u2022 Optional headerClass : IClassName infoPanel # \u2022 Optional infoPanel : ReactNode infoPanelClass # \u2022 Optional infoPanelClass : IClassName onAbort # \u2022 Optional onAbort : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbort onAbortCapture # \u2022 Optional onAbortCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onAbortCapture onAnimationEnd # \u2022 Optional onAnimationEnd : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEnd onAnimationEndCapture # \u2022 Optional onAnimationEndCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationEndCapture onAnimationIteration # \u2022 Optional onAnimationIteration : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIteration onAnimationIterationCapture # \u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationIterationCapture onAnimationStart # \u2022 Optional onAnimationStart : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStart onAnimationStartCapture # \u2022 Optional onAnimationStartCapture : AnimationEventHandler < any > Inherited from # React.DOMAttributes.onAnimationStartCapture onAuxClick # \u2022 Optional onAuxClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClick onAuxClickCapture # \u2022 Optional onAuxClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onAuxClickCapture onBeforeInput # \u2022 Optional onBeforeInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInput onBeforeInputCapture # \u2022 Optional onBeforeInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onBeforeInputCapture onBlur # \u2022 Optional onBlur : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlur onBlurCapture # \u2022 Optional onBlurCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onBlurCapture onCanPlay # \u2022 Optional onCanPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlay onCanPlayCapture # \u2022 Optional onCanPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayCapture onCanPlayThrough # \u2022 Optional onCanPlayThrough : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThrough onCanPlayThroughCapture # \u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onCanPlayThroughCapture onChange # \u2022 Optional onChange : FormEventHandler < any > Inherited from # React.DOMAttributes.onChange onChangeCapture # \u2022 Optional onChangeCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onChangeCapture onClick # \u2022 Optional onClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClick onClickCapture # \u2022 Optional onClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onClickCapture onCompositionEnd # \u2022 Optional onCompositionEnd : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEnd onCompositionEndCapture # \u2022 Optional onCompositionEndCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionEndCapture onCompositionStart # \u2022 Optional onCompositionStart : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStart onCompositionStartCapture # \u2022 Optional onCompositionStartCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionStartCapture onCompositionUpdate # \u2022 Optional onCompositionUpdate : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdate onCompositionUpdateCapture # \u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any > Inherited from # React.DOMAttributes.onCompositionUpdateCapture onContextMenu # \u2022 Optional onContextMenu : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenu onContextMenuCapture # \u2022 Optional onContextMenuCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onContextMenuCapture onCopy # \u2022 Optional onCopy : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopy onCopyCapture # \u2022 Optional onCopyCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCopyCapture onCut # \u2022 Optional onCut : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCut onCutCapture # \u2022 Optional onCutCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onCutCapture onDoubleClick # \u2022 Optional onDoubleClick : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClick onDoubleClickCapture # \u2022 Optional onDoubleClickCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onDoubleClickCapture onDrag # \u2022 Optional onDrag : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrag onDragCapture # \u2022 Optional onDragCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragCapture onDragEnd # \u2022 Optional onDragEnd : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnd onDragEndCapture # \u2022 Optional onDragEndCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEndCapture onDragEnter # \u2022 Optional onDragEnter : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnter onDragEnterCapture # \u2022 Optional onDragEnterCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragEnterCapture onDragExit # \u2022 Optional onDragExit : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExit onDragExitCapture # \u2022 Optional onDragExitCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragExitCapture onDragLeave # \u2022 Optional onDragLeave : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeave onDragLeaveCapture # \u2022 Optional onDragLeaveCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragLeaveCapture onDragOver # \u2022 Optional onDragOver : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOver onDragOverCapture # \u2022 Optional onDragOverCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragOverCapture onDragStart # \u2022 Optional onDragStart : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStart onDragStartCapture # \u2022 Optional onDragStartCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDragStartCapture onDrop # \u2022 Optional onDrop : DragEventHandler < any > Inherited from # React.DOMAttributes.onDrop onDropCapture # \u2022 Optional onDropCapture : DragEventHandler < any > Inherited from # React.DOMAttributes.onDropCapture onDurationChange # \u2022 Optional onDurationChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChange onDurationChangeCapture # \u2022 Optional onDurationChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onDurationChangeCapture onEmptied # \u2022 Optional onEmptied : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptied onEmptiedCapture # \u2022 Optional onEmptiedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEmptiedCapture onEncrypted # \u2022 Optional onEncrypted : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncrypted onEncryptedCapture # \u2022 Optional onEncryptedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEncryptedCapture onEnded # \u2022 Optional onEnded : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEnded onEndedCapture # \u2022 Optional onEndedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onEndedCapture onError # \u2022 Optional onError : ReactEventHandler < any > Inherited from # React.DOMAttributes.onError onErrorCapture # \u2022 Optional onErrorCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onErrorCapture onFocus # \u2022 Optional onFocus : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocus onFocusCapture # \u2022 Optional onFocusCapture : FocusEventHandler < any > Inherited from # React.DOMAttributes.onFocusCapture onGotPointerCapture # \u2022 Optional onGotPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCapture onGotPointerCaptureCapture # \u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onGotPointerCaptureCapture onInput # \u2022 Optional onInput : FormEventHandler < any > Inherited from # React.DOMAttributes.onInput onInputCapture # \u2022 Optional onInputCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInputCapture onInvalid # \u2022 Optional onInvalid : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalid onInvalidCapture # \u2022 Optional onInvalidCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onInvalidCapture onKeyDown # \u2022 Optional onKeyDown : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDown onKeyDownCapture # \u2022 Optional onKeyDownCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyDownCapture onKeyPress # \u2022 Optional onKeyPress : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPress onKeyPressCapture # \u2022 Optional onKeyPressCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyPressCapture onKeyUp # \u2022 Optional onKeyUp : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUp onKeyUpCapture # \u2022 Optional onKeyUpCapture : KeyboardEventHandler < any > Inherited from # React.DOMAttributes.onKeyUpCapture onLoad # \u2022 Optional onLoad : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoad onLoadCapture # \u2022 Optional onLoadCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadCapture onLoadStart # \u2022 Optional onLoadStart : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStart onLoadStartCapture # \u2022 Optional onLoadStartCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadStartCapture onLoadedData # \u2022 Optional onLoadedData : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedData onLoadedDataCapture # \u2022 Optional onLoadedDataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedDataCapture onLoadedMetadata # \u2022 Optional onLoadedMetadata : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadata onLoadedMetadataCapture # \u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onLoadedMetadataCapture onLostPointerCapture # \u2022 Optional onLostPointerCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCapture onLostPointerCaptureCapture # \u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onLostPointerCaptureCapture onMouseDown # \u2022 Optional onMouseDown : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDown onMouseDownCapture # \u2022 Optional onMouseDownCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseDownCapture onMouseEnter # \u2022 Optional onMouseEnter : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseEnter onMouseLeave # \u2022 Optional onMouseLeave : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseLeave onMouseMove # \u2022 Optional onMouseMove : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMove onMouseMoveCapture # \u2022 Optional onMouseMoveCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseMoveCapture onMouseOut # \u2022 Optional onMouseOut : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOut onMouseOutCapture # \u2022 Optional onMouseOutCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOutCapture onMouseOver # \u2022 Optional onMouseOver : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOver onMouseOverCapture # \u2022 Optional onMouseOverCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseOverCapture onMouseUp # \u2022 Optional onMouseUp : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUp onMouseUpCapture # \u2022 Optional onMouseUpCapture : MouseEventHandler < any > Inherited from # React.DOMAttributes.onMouseUpCapture onPaste # \u2022 Optional onPaste : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPaste onPasteCapture # \u2022 Optional onPasteCapture : ClipboardEventHandler < any > Inherited from # React.DOMAttributes.onPasteCapture onPause # \u2022 Optional onPause : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPause onPauseCapture # \u2022 Optional onPauseCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPauseCapture onPlay # \u2022 Optional onPlay : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlay onPlayCapture # \u2022 Optional onPlayCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayCapture onPlaying # \u2022 Optional onPlaying : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlaying onPlayingCapture # \u2022 Optional onPlayingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onPlayingCapture onPointerCancel # \u2022 Optional onPointerCancel : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancel onPointerCancelCapture # \u2022 Optional onPointerCancelCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerCancelCapture onPointerDown # \u2022 Optional onPointerDown : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDown onPointerDownCapture # \u2022 Optional onPointerDownCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerDownCapture onPointerEnter # \u2022 Optional onPointerEnter : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnter onPointerEnterCapture # \u2022 Optional onPointerEnterCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerEnterCapture onPointerLeave # \u2022 Optional onPointerLeave : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeave onPointerLeaveCapture # \u2022 Optional onPointerLeaveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerLeaveCapture onPointerMove # \u2022 Optional onPointerMove : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMove onPointerMoveCapture # \u2022 Optional onPointerMoveCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerMoveCapture onPointerOut # \u2022 Optional onPointerOut : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOut onPointerOutCapture # \u2022 Optional onPointerOutCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOutCapture onPointerOver # \u2022 Optional onPointerOver : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOver onPointerOverCapture # \u2022 Optional onPointerOverCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerOverCapture onPointerUp # \u2022 Optional onPointerUp : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUp onPointerUpCapture # \u2022 Optional onPointerUpCapture : PointerEventHandler < any > Inherited from # React.DOMAttributes.onPointerUpCapture onProgress # \u2022 Optional onProgress : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgress onProgressCapture # \u2022 Optional onProgressCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onProgressCapture onRateChange # \u2022 Optional onRateChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChange onRateChangeCapture # \u2022 Optional onRateChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onRateChangeCapture onReset # \u2022 Optional onReset : FormEventHandler < any > Inherited from # React.DOMAttributes.onReset onResetCapture # \u2022 Optional onResetCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onResetCapture onScroll # \u2022 Optional onScroll : UIEventHandler < any > Inherited from # React.DOMAttributes.onScroll onScrollCapture # \u2022 Optional onScrollCapture : UIEventHandler < any > Inherited from # React.DOMAttributes.onScrollCapture onSeeked # \u2022 Optional onSeeked : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeked onSeekedCapture # \u2022 Optional onSeekedCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekedCapture onSeeking # \u2022 Optional onSeeking : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeeking onSeekingCapture # \u2022 Optional onSeekingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSeekingCapture onSelect # \u2022 Optional onSelect : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelect onSelectCapture # \u2022 Optional onSelectCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSelectCapture onStalled # \u2022 Optional onStalled : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalled onStalledCapture # \u2022 Optional onStalledCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onStalledCapture onSubmit # \u2022 Optional onSubmit : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmit onSubmitCapture # \u2022 Optional onSubmitCapture : FormEventHandler < any > Inherited from # React.DOMAttributes.onSubmitCapture onSuspend # \u2022 Optional onSuspend : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspend onSuspendCapture # \u2022 Optional onSuspendCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onSuspendCapture onTimeUpdate # \u2022 Optional onTimeUpdate : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdate onTimeUpdateCapture # \u2022 Optional onTimeUpdateCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onTimeUpdateCapture onTouchCancel # \u2022 Optional onTouchCancel : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancel onTouchCancelCapture # \u2022 Optional onTouchCancelCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchCancelCapture onTouchEnd # \u2022 Optional onTouchEnd : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEnd onTouchEndCapture # \u2022 Optional onTouchEndCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchEndCapture onTouchMove # \u2022 Optional onTouchMove : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMove onTouchMoveCapture # \u2022 Optional onTouchMoveCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchMoveCapture onTouchStart # \u2022 Optional onTouchStart : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStart onTouchStartCapture # \u2022 Optional onTouchStartCapture : TouchEventHandler < any > Inherited from # React.DOMAttributes.onTouchStartCapture onTransitionEnd # \u2022 Optional onTransitionEnd : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEnd onTransitionEndCapture # \u2022 Optional onTransitionEndCapture : TransitionEventHandler < any > Inherited from # React.DOMAttributes.onTransitionEndCapture onVolumeChange # \u2022 Optional onVolumeChange : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChange onVolumeChangeCapture # \u2022 Optional onVolumeChangeCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onVolumeChangeCapture onWaiting # \u2022 Optional onWaiting : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaiting onWaitingCapture # \u2022 Optional onWaitingCapture : ReactEventHandler < any > Inherited from # React.DOMAttributes.onWaitingCapture onWheel # \u2022 Optional onWheel : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheel onWheelCapture # \u2022 Optional onWheelCapture : WheelEventHandler < any > Inherited from # React.DOMAttributes.onWheelCapture","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#interface-wizardlayoutprops","text":"Renderer . Component .WizardLayoutProps","title":"Interface: WizardLayoutProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#hierarchy","text":"DOMAttributes < any > \u21b3 WizardLayoutProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#properties","text":"centered children className contentClass dangerouslySetInnerHTML header headerClass infoPanel infoPanelClass onAbort onAbortCapture onAnimationEnd onAnimationEndCapture onAnimationIteration onAnimationIterationCapture onAnimationStart onAnimationStartCapture onAuxClick onAuxClickCapture onBeforeInput onBeforeInputCapture onBlur onBlurCapture onCanPlay onCanPlayCapture onCanPlayThrough onCanPlayThroughCapture onChange onChangeCapture onClick onClickCapture onCompositionEnd onCompositionEndCapture onCompositionStart onCompositionStartCapture onCompositionUpdate onCompositionUpdateCapture onContextMenu onContextMenuCapture onCopy onCopyCapture onCut onCutCapture onDoubleClick onDoubleClickCapture onDrag onDragCapture onDragEnd onDragEndCapture onDragEnter onDragEnterCapture onDragExit onDragExitCapture onDragLeave onDragLeaveCapture onDragOver onDragOverCapture onDragStart onDragStartCapture onDrop onDropCapture onDurationChange onDurationChangeCapture onEmptied onEmptiedCapture onEncrypted onEncryptedCapture onEnded onEndedCapture onError onErrorCapture onFocus onFocusCapture onGotPointerCapture onGotPointerCaptureCapture onInput onInputCapture onInvalid onInvalidCapture onKeyDown onKeyDownCapture onKeyPress onKeyPressCapture onKeyUp onKeyUpCapture onLoad onLoadCapture onLoadStart onLoadStartCapture onLoadedData onLoadedDataCapture onLoadedMetadata onLoadedMetadataCapture onLostPointerCapture onLostPointerCaptureCapture onMouseDown onMouseDownCapture onMouseEnter onMouseLeave onMouseMove onMouseMoveCapture onMouseOut onMouseOutCapture onMouseOver onMouseOverCapture onMouseUp onMouseUpCapture onPaste onPasteCapture onPause onPauseCapture onPlay onPlayCapture onPlaying onPlayingCapture onPointerCancel onPointerCancelCapture onPointerDown onPointerDownCapture onPointerEnter onPointerEnterCapture onPointerLeave onPointerLeaveCapture onPointerMove onPointerMoveCapture onPointerOut onPointerOutCapture onPointerOver onPointerOverCapture onPointerUp onPointerUpCapture onProgress onProgressCapture onRateChange onRateChangeCapture onReset onResetCapture onScroll onScrollCapture onSeeked onSeekedCapture onSeeking onSeekingCapture onSelect onSelectCapture onStalled onStalledCapture onSubmit onSubmitCapture onSuspend onSuspendCapture onTimeUpdate onTimeUpdateCapture onTouchCancel onTouchCancelCapture onTouchEnd onTouchEndCapture onTouchMove onTouchMoveCapture onTouchStart onTouchStartCapture onTransitionEnd onTransitionEndCapture onVolumeChange onVolumeChangeCapture onWaiting onWaitingCapture onWheel onWheelCapture","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#centered","text":"\u2022 Optional centered : boolean","title":"centered"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#children","text":"\u2022 Optional children : ReactNode","title":"children"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#classname","text":"\u2022 Optional className : IClassName","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#contentclass","text":"\u2022 Optional contentClass : IClassName","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#dangerouslysetinnerhtml","text":"\u2022 Optional dangerouslySetInnerHTML : Object","title":"dangerouslySetInnerHTML"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#header","text":"\u2022 Optional header : ReactNode","title":"header"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#headerclass","text":"\u2022 Optional headerClass : IClassName","title":"headerClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#infopanel","text":"\u2022 Optional infoPanel : ReactNode","title":"infoPanel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#infopanelclass","text":"\u2022 Optional infoPanelClass : IClassName","title":"infoPanelClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onabort","text":"\u2022 Optional onAbort : ReactEventHandler < any >","title":"onAbort"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onabortcapture","text":"\u2022 Optional onAbortCapture : ReactEventHandler < any >","title":"onAbortCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationend","text":"\u2022 Optional onAnimationEnd : AnimationEventHandler < any >","title":"onAnimationEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationendcapture","text":"\u2022 Optional onAnimationEndCapture : AnimationEventHandler < any >","title":"onAnimationEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationiteration","text":"\u2022 Optional onAnimationIteration : AnimationEventHandler < any >","title":"onAnimationIteration"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationiterationcapture","text":"\u2022 Optional onAnimationIterationCapture : AnimationEventHandler < any >","title":"onAnimationIterationCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationstart","text":"\u2022 Optional onAnimationStart : AnimationEventHandler < any >","title":"onAnimationStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onanimationstartcapture","text":"\u2022 Optional onAnimationStartCapture : AnimationEventHandler < any >","title":"onAnimationStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onauxclick","text":"\u2022 Optional onAuxClick : MouseEventHandler < any >","title":"onAuxClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onauxclickcapture","text":"\u2022 Optional onAuxClickCapture : MouseEventHandler < any >","title":"onAuxClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onbeforeinput","text":"\u2022 Optional onBeforeInput : FormEventHandler < any >","title":"onBeforeInput"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onbeforeinputcapture","text":"\u2022 Optional onBeforeInputCapture : FormEventHandler < any >","title":"onBeforeInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onblur","text":"\u2022 Optional onBlur : FocusEventHandler < any >","title":"onBlur"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onblurcapture","text":"\u2022 Optional onBlurCapture : FocusEventHandler < any >","title":"onBlurCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplay","text":"\u2022 Optional onCanPlay : ReactEventHandler < any >","title":"onCanPlay"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaycapture","text":"\u2022 Optional onCanPlayCapture : ReactEventHandler < any >","title":"onCanPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaythrough","text":"\u2022 Optional onCanPlayThrough : ReactEventHandler < any >","title":"onCanPlayThrough"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncanplaythroughcapture","text":"\u2022 Optional onCanPlayThroughCapture : ReactEventHandler < any >","title":"onCanPlayThroughCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onchange","text":"\u2022 Optional onChange : FormEventHandler < any >","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onchangecapture","text":"\u2022 Optional onChangeCapture : FormEventHandler < any >","title":"onChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onclick","text":"\u2022 Optional onClick : MouseEventHandler < any >","title":"onClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onclickcapture","text":"\u2022 Optional onClickCapture : MouseEventHandler < any >","title":"onClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionend","text":"\u2022 Optional onCompositionEnd : CompositionEventHandler < any >","title":"onCompositionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionendcapture","text":"\u2022 Optional onCompositionEndCapture : CompositionEventHandler < any >","title":"onCompositionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionstart","text":"\u2022 Optional onCompositionStart : CompositionEventHandler < any >","title":"onCompositionStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionstartcapture","text":"\u2022 Optional onCompositionStartCapture : CompositionEventHandler < any >","title":"onCompositionStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionupdate","text":"\u2022 Optional onCompositionUpdate : CompositionEventHandler < any >","title":"onCompositionUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncompositionupdatecapture","text":"\u2022 Optional onCompositionUpdateCapture : CompositionEventHandler < any >","title":"onCompositionUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncontextmenu","text":"\u2022 Optional onContextMenu : MouseEventHandler < any >","title":"onContextMenu"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncontextmenucapture","text":"\u2022 Optional onContextMenuCapture : MouseEventHandler < any >","title":"onContextMenuCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncopy","text":"\u2022 Optional onCopy : ClipboardEventHandler < any >","title":"onCopy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncopycapture","text":"\u2022 Optional onCopyCapture : ClipboardEventHandler < any >","title":"onCopyCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncut","text":"\u2022 Optional onCut : ClipboardEventHandler < any >","title":"onCut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oncutcapture","text":"\u2022 Optional onCutCapture : ClipboardEventHandler < any >","title":"onCutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondoubleclick","text":"\u2022 Optional onDoubleClick : MouseEventHandler < any >","title":"onDoubleClick"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondoubleclickcapture","text":"\u2022 Optional onDoubleClickCapture : MouseEventHandler < any >","title":"onDoubleClickCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondrag","text":"\u2022 Optional onDrag : DragEventHandler < any >","title":"onDrag"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragcapture","text":"\u2022 Optional onDragCapture : DragEventHandler < any >","title":"onDragCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragend","text":"\u2022 Optional onDragEnd : DragEventHandler < any >","title":"onDragEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragendcapture","text":"\u2022 Optional onDragEndCapture : DragEventHandler < any >","title":"onDragEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragenter","text":"\u2022 Optional onDragEnter : DragEventHandler < any >","title":"onDragEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragentercapture","text":"\u2022 Optional onDragEnterCapture : DragEventHandler < any >","title":"onDragEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragexit","text":"\u2022 Optional onDragExit : DragEventHandler < any >","title":"onDragExit"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragexitcapture","text":"\u2022 Optional onDragExitCapture : DragEventHandler < any >","title":"onDragExitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragleave","text":"\u2022 Optional onDragLeave : DragEventHandler < any >","title":"onDragLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragleavecapture","text":"\u2022 Optional onDragLeaveCapture : DragEventHandler < any >","title":"onDragLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragover","text":"\u2022 Optional onDragOver : DragEventHandler < any >","title":"onDragOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragovercapture","text":"\u2022 Optional onDragOverCapture : DragEventHandler < any >","title":"onDragOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragstart","text":"\u2022 Optional onDragStart : DragEventHandler < any >","title":"onDragStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondragstartcapture","text":"\u2022 Optional onDragStartCapture : DragEventHandler < any >","title":"onDragStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondrop","text":"\u2022 Optional onDrop : DragEventHandler < any >","title":"onDrop"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondropcapture","text":"\u2022 Optional onDropCapture : DragEventHandler < any >","title":"onDropCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondurationchange","text":"\u2022 Optional onDurationChange : ReactEventHandler < any >","title":"onDurationChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ondurationchangecapture","text":"\u2022 Optional onDurationChangeCapture : ReactEventHandler < any >","title":"onDurationChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onemptied","text":"\u2022 Optional onEmptied : ReactEventHandler < any >","title":"onEmptied"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onemptiedcapture","text":"\u2022 Optional onEmptiedCapture : ReactEventHandler < any >","title":"onEmptiedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onencrypted","text":"\u2022 Optional onEncrypted : ReactEventHandler < any >","title":"onEncrypted"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onencryptedcapture","text":"\u2022 Optional onEncryptedCapture : ReactEventHandler < any >","title":"onEncryptedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onended","text":"\u2022 Optional onEnded : ReactEventHandler < any >","title":"onEnded"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onendedcapture","text":"\u2022 Optional onEndedCapture : ReactEventHandler < any >","title":"onEndedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onerror","text":"\u2022 Optional onError : ReactEventHandler < any >","title":"onError"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onerrorcapture","text":"\u2022 Optional onErrorCapture : ReactEventHandler < any >","title":"onErrorCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onfocus","text":"\u2022 Optional onFocus : FocusEventHandler < any >","title":"onFocus"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onfocuscapture","text":"\u2022 Optional onFocusCapture : FocusEventHandler < any >","title":"onFocusCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ongotpointercapture","text":"\u2022 Optional onGotPointerCapture : PointerEventHandler < any >","title":"onGotPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ongotpointercapturecapture","text":"\u2022 Optional onGotPointerCaptureCapture : PointerEventHandler < any >","title":"onGotPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninput","text":"\u2022 Optional onInput : FormEventHandler < any >","title":"onInput"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninputcapture","text":"\u2022 Optional onInputCapture : FormEventHandler < any >","title":"onInputCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninvalid","text":"\u2022 Optional onInvalid : FormEventHandler < any >","title":"onInvalid"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#oninvalidcapture","text":"\u2022 Optional onInvalidCapture : FormEventHandler < any >","title":"onInvalidCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeydown","text":"\u2022 Optional onKeyDown : KeyboardEventHandler < any >","title":"onKeyDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeydowncapture","text":"\u2022 Optional onKeyDownCapture : KeyboardEventHandler < any >","title":"onKeyDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeypress","text":"\u2022 Optional onKeyPress : KeyboardEventHandler < any >","title":"onKeyPress"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeypresscapture","text":"\u2022 Optional onKeyPressCapture : KeyboardEventHandler < any >","title":"onKeyPressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeyup","text":"\u2022 Optional onKeyUp : KeyboardEventHandler < any >","title":"onKeyUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onkeyupcapture","text":"\u2022 Optional onKeyUpCapture : KeyboardEventHandler < any >","title":"onKeyUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onload","text":"\u2022 Optional onLoad : ReactEventHandler < any >","title":"onLoad"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadcapture","text":"\u2022 Optional onLoadCapture : ReactEventHandler < any >","title":"onLoadCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadstart","text":"\u2022 Optional onLoadStart : ReactEventHandler < any >","title":"onLoadStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadstartcapture","text":"\u2022 Optional onLoadStartCapture : ReactEventHandler < any >","title":"onLoadStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadeddata","text":"\u2022 Optional onLoadedData : ReactEventHandler < any >","title":"onLoadedData"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadeddatacapture","text":"\u2022 Optional onLoadedDataCapture : ReactEventHandler < any >","title":"onLoadedDataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadedmetadata","text":"\u2022 Optional onLoadedMetadata : ReactEventHandler < any >","title":"onLoadedMetadata"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onloadedmetadatacapture","text":"\u2022 Optional onLoadedMetadataCapture : ReactEventHandler < any >","title":"onLoadedMetadataCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onlostpointercapture","text":"\u2022 Optional onLostPointerCapture : PointerEventHandler < any >","title":"onLostPointerCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onlostpointercapturecapture","text":"\u2022 Optional onLostPointerCaptureCapture : PointerEventHandler < any >","title":"onLostPointerCaptureCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousedown","text":"\u2022 Optional onMouseDown : MouseEventHandler < any >","title":"onMouseDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousedowncapture","text":"\u2022 Optional onMouseDownCapture : MouseEventHandler < any >","title":"onMouseDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseenter","text":"\u2022 Optional onMouseEnter : MouseEventHandler < any >","title":"onMouseEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseleave","text":"\u2022 Optional onMouseLeave : MouseEventHandler < any >","title":"onMouseLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousemove","text":"\u2022 Optional onMouseMove : MouseEventHandler < any >","title":"onMouseMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmousemovecapture","text":"\u2022 Optional onMouseMoveCapture : MouseEventHandler < any >","title":"onMouseMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseout","text":"\u2022 Optional onMouseOut : MouseEventHandler < any >","title":"onMouseOut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseoutcapture","text":"\u2022 Optional onMouseOutCapture : MouseEventHandler < any >","title":"onMouseOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseover","text":"\u2022 Optional onMouseOver : MouseEventHandler < any >","title":"onMouseOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseovercapture","text":"\u2022 Optional onMouseOverCapture : MouseEventHandler < any >","title":"onMouseOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseup","text":"\u2022 Optional onMouseUp : MouseEventHandler < any >","title":"onMouseUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onmouseupcapture","text":"\u2022 Optional onMouseUpCapture : MouseEventHandler < any >","title":"onMouseUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpaste","text":"\u2022 Optional onPaste : ClipboardEventHandler < any >","title":"onPaste"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpastecapture","text":"\u2022 Optional onPasteCapture : ClipboardEventHandler < any >","title":"onPasteCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpause","text":"\u2022 Optional onPause : ReactEventHandler < any >","title":"onPause"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpausecapture","text":"\u2022 Optional onPauseCapture : ReactEventHandler < any >","title":"onPauseCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplay","text":"\u2022 Optional onPlay : ReactEventHandler < any >","title":"onPlay"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplaycapture","text":"\u2022 Optional onPlayCapture : ReactEventHandler < any >","title":"onPlayCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplaying","text":"\u2022 Optional onPlaying : ReactEventHandler < any >","title":"onPlaying"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onplayingcapture","text":"\u2022 Optional onPlayingCapture : ReactEventHandler < any >","title":"onPlayingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointercancel","text":"\u2022 Optional onPointerCancel : PointerEventHandler < any >","title":"onPointerCancel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointercancelcapture","text":"\u2022 Optional onPointerCancelCapture : PointerEventHandler < any >","title":"onPointerCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerdown","text":"\u2022 Optional onPointerDown : PointerEventHandler < any >","title":"onPointerDown"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerdowncapture","text":"\u2022 Optional onPointerDownCapture : PointerEventHandler < any >","title":"onPointerDownCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerenter","text":"\u2022 Optional onPointerEnter : PointerEventHandler < any >","title":"onPointerEnter"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerentercapture","text":"\u2022 Optional onPointerEnterCapture : PointerEventHandler < any >","title":"onPointerEnterCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerleave","text":"\u2022 Optional onPointerLeave : PointerEventHandler < any >","title":"onPointerLeave"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerleavecapture","text":"\u2022 Optional onPointerLeaveCapture : PointerEventHandler < any >","title":"onPointerLeaveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointermove","text":"\u2022 Optional onPointerMove : PointerEventHandler < any >","title":"onPointerMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointermovecapture","text":"\u2022 Optional onPointerMoveCapture : PointerEventHandler < any >","title":"onPointerMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerout","text":"\u2022 Optional onPointerOut : PointerEventHandler < any >","title":"onPointerOut"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointeroutcapture","text":"\u2022 Optional onPointerOutCapture : PointerEventHandler < any >","title":"onPointerOutCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerover","text":"\u2022 Optional onPointerOver : PointerEventHandler < any >","title":"onPointerOver"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerovercapture","text":"\u2022 Optional onPointerOverCapture : PointerEventHandler < any >","title":"onPointerOverCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerup","text":"\u2022 Optional onPointerUp : PointerEventHandler < any >","title":"onPointerUp"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onpointerupcapture","text":"\u2022 Optional onPointerUpCapture : PointerEventHandler < any >","title":"onPointerUpCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onprogress","text":"\u2022 Optional onProgress : ReactEventHandler < any >","title":"onProgress"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onprogresscapture","text":"\u2022 Optional onProgressCapture : ReactEventHandler < any >","title":"onProgressCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onratechange","text":"\u2022 Optional onRateChange : ReactEventHandler < any >","title":"onRateChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onratechangecapture","text":"\u2022 Optional onRateChangeCapture : ReactEventHandler < any >","title":"onRateChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onreset","text":"\u2022 Optional onReset : FormEventHandler < any >","title":"onReset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onresetcapture","text":"\u2022 Optional onResetCapture : FormEventHandler < any >","title":"onResetCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onscroll","text":"\u2022 Optional onScroll : UIEventHandler < any >","title":"onScroll"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onscrollcapture","text":"\u2022 Optional onScrollCapture : UIEventHandler < any >","title":"onScrollCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseeked","text":"\u2022 Optional onSeeked : ReactEventHandler < any >","title":"onSeeked"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseekedcapture","text":"\u2022 Optional onSeekedCapture : ReactEventHandler < any >","title":"onSeekedCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseeking","text":"\u2022 Optional onSeeking : ReactEventHandler < any >","title":"onSeeking"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onseekingcapture","text":"\u2022 Optional onSeekingCapture : ReactEventHandler < any >","title":"onSeekingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onselect","text":"\u2022 Optional onSelect : ReactEventHandler < any >","title":"onSelect"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onselectcapture","text":"\u2022 Optional onSelectCapture : ReactEventHandler < any >","title":"onSelectCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onstalled","text":"\u2022 Optional onStalled : ReactEventHandler < any >","title":"onStalled"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onstalledcapture","text":"\u2022 Optional onStalledCapture : ReactEventHandler < any >","title":"onStalledCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsubmit","text":"\u2022 Optional onSubmit : FormEventHandler < any >","title":"onSubmit"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsubmitcapture","text":"\u2022 Optional onSubmitCapture : FormEventHandler < any >","title":"onSubmitCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsuspend","text":"\u2022 Optional onSuspend : ReactEventHandler < any >","title":"onSuspend"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onsuspendcapture","text":"\u2022 Optional onSuspendCapture : ReactEventHandler < any >","title":"onSuspendCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontimeupdate","text":"\u2022 Optional onTimeUpdate : ReactEventHandler < any >","title":"onTimeUpdate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontimeupdatecapture","text":"\u2022 Optional onTimeUpdateCapture : ReactEventHandler < any >","title":"onTimeUpdateCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchcancel","text":"\u2022 Optional onTouchCancel : TouchEventHandler < any >","title":"onTouchCancel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchcancelcapture","text":"\u2022 Optional onTouchCancelCapture : TouchEventHandler < any >","title":"onTouchCancelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchend","text":"\u2022 Optional onTouchEnd : TouchEventHandler < any >","title":"onTouchEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchendcapture","text":"\u2022 Optional onTouchEndCapture : TouchEventHandler < any >","title":"onTouchEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchmove","text":"\u2022 Optional onTouchMove : TouchEventHandler < any >","title":"onTouchMove"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchmovecapture","text":"\u2022 Optional onTouchMoveCapture : TouchEventHandler < any >","title":"onTouchMoveCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchstart","text":"\u2022 Optional onTouchStart : TouchEventHandler < any >","title":"onTouchStart"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontouchstartcapture","text":"\u2022 Optional onTouchStartCapture : TouchEventHandler < any >","title":"onTouchStartCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontransitionend","text":"\u2022 Optional onTransitionEnd : TransitionEventHandler < any >","title":"onTransitionEnd"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#ontransitionendcapture","text":"\u2022 Optional onTransitionEndCapture : TransitionEventHandler < any >","title":"onTransitionEndCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onvolumechange","text":"\u2022 Optional onVolumeChange : ReactEventHandler < any >","title":"onVolumeChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onvolumechangecapture","text":"\u2022 Optional onVolumeChangeCapture : ReactEventHandler < any >","title":"onVolumeChangeCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwaiting","text":"\u2022 Optional onWaiting : ReactEventHandler < any >","title":"onWaiting"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwaitingcapture","text":"\u2022 Optional onWaitingCapture : ReactEventHandler < any >","title":"onWaitingCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwheel","text":"\u2022 Optional onWheel : WheelEventHandler < any >","title":"onWheel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardLayoutProps/#onwheelcapture","text":"\u2022 Optional onWheelCapture : WheelEventHandler < any >","title":"onWheelCapture"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/","text":"Interface: WizardProps # Renderer . Component .WizardProps Hierarchy # WizardCommonProps \u21b3 WizardProps Table of contents # Properties # className data header hideSteps step title Methods # done onChange reset save Properties # className # \u2022 Optional className : string data # \u2022 Optional data : Partial < any > Inherited from # WizardCommonProps.data header # \u2022 Optional header : ReactNode hideSteps # \u2022 Optional hideSteps : boolean Inherited from # WizardCommonProps.hideSteps step # \u2022 Optional step : number title # \u2022 Optional title : string Methods # done # \u25b8 Optional done (): void Returns # void Inherited from # WizardCommonProps.done onChange # \u25b8 Optional onChange ( step ): void Parameters # Name Type step number Returns # void reset # \u25b8 Optional reset (): void Returns # void Inherited from # WizardCommonProps.reset save # \u25b8 Optional save ( data , callback? ): void Parameters # Name Type data Partial < D > callback? () => void Returns # void Inherited from # WizardCommonProps.save","title":"Interface: WizardProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#interface-wizardprops","text":"Renderer . Component .WizardProps","title":"Interface: WizardProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#hierarchy","text":"WizardCommonProps \u21b3 WizardProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#properties","text":"className data header hideSteps step title","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#methods","text":"done onChange reset save","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#classname","text":"\u2022 Optional className : string","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#data","text":"\u2022 Optional data : Partial < any >","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#header","text":"\u2022 Optional header : ReactNode","title":"header"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#hidesteps","text":"\u2022 Optional hideSteps : boolean","title":"hideSteps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#done","text":"\u25b8 Optional done (): void","title":"done"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#onchange","text":"\u25b8 Optional onChange ( step ): void","title":"onChange"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#reset","text":"\u25b8 Optional reset (): void","title":"reset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardProps/#save","text":"\u25b8 Optional save ( data , callback? ): void","title":"save"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/","text":"Interface: WizardStepProps # Renderer . Component .WizardStepProps Type parameters # Name Type D any Hierarchy # WizardCommonProps < D > \u21b3 WizardStepProps Table of contents # Properties # afterContent beforeContent className contentClass customButtons data disabledNext hideBackBtn hideNextBtn hideSteps loading moreButtons nextLabel noValidate prevLabel scrollable skip step title waiting wizard Methods # done first isFirst isLast last next prev reset save Properties # afterContent # \u2022 Optional afterContent : ReactNode beforeContent # \u2022 Optional beforeContent : ReactNode className # \u2022 Optional className : string | object contentClass # \u2022 Optional contentClass : string | object customButtons # \u2022 Optional customButtons : ReactNode data # \u2022 Optional data : Partial < D > Inherited from # WizardCommonProps.data disabledNext # \u2022 Optional disabledNext : boolean hideBackBtn # \u2022 Optional hideBackBtn : boolean hideNextBtn # \u2022 Optional hideNextBtn : boolean hideSteps # \u2022 Optional hideSteps : boolean Inherited from # WizardCommonProps.hideSteps loading # \u2022 Optional loading : boolean moreButtons # \u2022 Optional moreButtons : ReactNode nextLabel # \u2022 Optional nextLabel : ReactNode noValidate # \u2022 Optional noValidate : boolean prevLabel # \u2022 Optional prevLabel : ReactNode scrollable # \u2022 Optional scrollable : boolean skip # \u2022 Optional skip : boolean step # \u2022 Optional step : number title # \u2022 Optional title : string waiting # \u2022 Optional waiting : boolean wizard # \u2022 Optional wizard : Wizard Methods # done # \u25b8 Optional done (): void Returns # void Inherited from # WizardCommonProps.done first # \u25b8 Optional first (): void Returns # void isFirst # \u25b8 Optional isFirst (): boolean Returns # boolean isLast # \u25b8 Optional isLast (): boolean Returns # boolean last # \u25b8 Optional last (): void Returns # void next # \u25b8 Optional next (): boolean | void | Promise < any > Returns # boolean | void | Promise < any > prev # \u25b8 Optional prev (): void Returns # void reset # \u25b8 Optional reset (): void Returns # void Inherited from # WizardCommonProps.reset save # \u25b8 Optional save ( data , callback? ): void Parameters # Name Type data Partial < D > callback? () => void Returns # void Inherited from # WizardCommonProps.save","title":"Interface: WizardStepProps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#interface-wizardsteppropsd","text":"Renderer . Component .WizardStepProps","title":"Interface: WizardStepProps<D>"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#type-parameters","text":"Name Type D any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hierarchy","text":"WizardCommonProps < D > \u21b3 WizardStepProps","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#properties","text":"afterContent beforeContent className contentClass customButtons data disabledNext hideBackBtn hideNextBtn hideSteps loading moreButtons nextLabel noValidate prevLabel scrollable skip step title waiting wizard","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#methods","text":"done first isFirst isLast last next prev reset save","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#aftercontent","text":"\u2022 Optional afterContent : ReactNode","title":"afterContent"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#beforecontent","text":"\u2022 Optional beforeContent : ReactNode","title":"beforeContent"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#classname","text":"\u2022 Optional className : string | object","title":"className"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#contentclass","text":"\u2022 Optional contentClass : string | object","title":"contentClass"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#custombuttons","text":"\u2022 Optional customButtons : ReactNode","title":"customButtons"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#data","text":"\u2022 Optional data : Partial < D >","title":"data"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#disablednext","text":"\u2022 Optional disabledNext : boolean","title":"disabledNext"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidebackbtn","text":"\u2022 Optional hideBackBtn : boolean","title":"hideBackBtn"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidenextbtn","text":"\u2022 Optional hideNextBtn : boolean","title":"hideNextBtn"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#hidesteps","text":"\u2022 Optional hideSteps : boolean","title":"hideSteps"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#loading","text":"\u2022 Optional loading : boolean","title":"loading"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#morebuttons","text":"\u2022 Optional moreButtons : ReactNode","title":"moreButtons"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#nextlabel","text":"\u2022 Optional nextLabel : ReactNode","title":"nextLabel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#novalidate","text":"\u2022 Optional noValidate : boolean","title":"noValidate"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#prevlabel","text":"\u2022 Optional prevLabel : ReactNode","title":"prevLabel"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#scrollable","text":"\u2022 Optional scrollable : boolean","title":"scrollable"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#skip","text":"\u2022 Optional skip : boolean","title":"skip"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#step","text":"\u2022 Optional step : number","title":"step"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#title","text":"\u2022 Optional title : string","title":"title"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#waiting","text":"\u2022 Optional waiting : boolean","title":"waiting"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#wizard","text":"\u2022 Optional wizard : Wizard","title":"wizard"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#done","text":"\u25b8 Optional done (): void","title":"done"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#first","text":"\u25b8 Optional first (): void","title":"first"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#isfirst","text":"\u25b8 Optional isFirst (): boolean","title":"isFirst"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#islast","text":"\u25b8 Optional isLast (): boolean","title":"isLast"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#last","text":"\u25b8 Optional last (): void","title":"last"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#next","text":"\u25b8 Optional next (): boolean | void | Promise < any >","title":"next"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#prev","text":"\u25b8 Optional prev (): void","title":"prev"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#reset","text":"\u25b8 Optional reset (): void","title":"reset"},{"location":"extensions/api/interfaces/Renderer.Component.WizardStepProps/#save","text":"\u25b8 Optional save ( data , callback? ): void","title":"save"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/","text":"Interface: IKubeApiCluster # Renderer . K8sApi .IKubeApiCluster deprecated Hierarchy # ILocalKubeApiConfig \u21b3 IKubeApiCluster Table of contents # Properties # metadata Properties # metadata # \u2022 metadata : Object Type declaration # Name Type uid string Inherited from # ILocalKubeApiConfig . metadata","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#interface-ikubeapicluster","text":"Renderer . K8sApi .IKubeApiCluster deprecated","title":"Interface: IKubeApiCluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#hierarchy","text":"ILocalKubeApiConfig \u21b3 IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#properties","text":"metadata","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/#metadata","text":"\u2022 metadata : Object","title":"metadata"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/","text":"Interface: ILocalKubeApiConfig # Renderer . K8sApi .ILocalKubeApiConfig Hierarchy # ILocalKubeApiConfig \u21b3 IKubeApiCluster Table of contents # Properties # metadata Properties # metadata # \u2022 metadata : Object Type declaration # Name Type uid string","title":"Interface: ILocalKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#interface-ilocalkubeapiconfig","text":"Renderer . K8sApi .ILocalKubeApiConfig","title":"Interface: ILocalKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#hierarchy","text":"ILocalKubeApiConfig \u21b3 IKubeApiCluster","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#properties","text":"metadata","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/#metadata","text":"\u2022 metadata : Object","title":"metadata"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/","text":"Interface: IPodContainer # Renderer . K8sApi .IPodContainer Hierarchy # Partial < Record < PodContainerProbe , IContainerProbe >> \u21b3 IPodContainer Table of contents # Properties # args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources startupProbe volumeMounts Properties # args # \u2022 Optional args : string [] command # \u2022 Optional command : string [] env # \u2022 Optional env : { name : string ; value? : string ; valueFrom? : { configMapKeyRef? : { key : string ; name : string } ; fieldRef? : { apiVersion : string ; fieldPath : string } ; secretKeyRef? : { key : string ; name : string } } }[] envFrom # \u2022 Optional envFrom : { configMapRef? : { name : string } ; secretRef? : { name : string } }[] image # \u2022 image : string imagePullPolicy # \u2022 imagePullPolicy : string livenessProbe # \u2022 livenessProbe : IContainerProbe Inherited from # Partial.livenessProbe name # \u2022 name : string ports # \u2022 Optional ports : { containerPort : number ; name? : string ; protocol : string }[] readinessProbe # \u2022 readinessProbe : IContainerProbe Inherited from # Partial.readinessProbe resources # \u2022 Optional resources : Object Type declaration # Name Type limits Object limits.cpu string limits.memory string requests Object requests.cpu string requests.memory string startupProbe # \u2022 startupProbe : IContainerProbe Inherited from # Partial.startupProbe volumeMounts # \u2022 Optional volumeMounts : { mountPath : string ; name : string ; readOnly : boolean }[]","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#interface-ipodcontainer","text":"Renderer . K8sApi .IPodContainer","title":"Interface: IPodContainer"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#hierarchy","text":"Partial < Record < PodContainerProbe , IContainerProbe >> \u21b3 IPodContainer","title":"Hierarchy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#properties","text":"args command env envFrom image imagePullPolicy livenessProbe name ports readinessProbe resources startupProbe volumeMounts","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#args","text":"\u2022 Optional args : string []","title":"args"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#command","text":"\u2022 Optional command : string []","title":"command"},{"location":"extensions/api/interfaces/Renderer.K8sApi.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 } } }[]","title":"env"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#envfrom","text":"\u2022 Optional envFrom : { configMapRef? : { name : string } ; secretRef? : { name : string } }[]","title":"envFrom"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#image","text":"\u2022 image : string","title":"image"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#imagepullpolicy","text":"\u2022 imagePullPolicy : string","title":"imagePullPolicy"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#livenessprobe","text":"\u2022 livenessProbe : IContainerProbe","title":"livenessProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#ports","text":"\u2022 Optional ports : { containerPort : number ; name? : string ; protocol : string }[]","title":"ports"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#readinessprobe","text":"\u2022 readinessProbe : IContainerProbe","title":"readinessProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#resources","text":"\u2022 Optional resources : Object","title":"resources"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#startupprobe","text":"\u2022 startupProbe : IContainerProbe","title":"startupProbe"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainer/#volumemounts","text":"\u2022 Optional volumeMounts : { mountPath : string ; name : string ; readOnly : boolean }[]","title":"volumeMounts"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/","text":"Interface: IPodContainerStatus # Renderer . K8sApi .IPodContainerStatus Table of contents # Properties # containerID image imageID lastState name ready restartCount started state Properties # containerID # \u2022 Optional containerID : string image # \u2022 image : string imageID # \u2022 imageID : string lastState # \u2022 Optional lastState : ContainerState name # \u2022 name : string ready # \u2022 ready : boolean restartCount # \u2022 restartCount : number started # \u2022 Optional started : boolean state # \u2022 Optional state : ContainerState","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#interface-ipodcontainerstatus","text":"Renderer . K8sApi .IPodContainerStatus","title":"Interface: IPodContainerStatus"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#properties","text":"containerID image imageID lastState name ready restartCount started state","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#containerid","text":"\u2022 Optional containerID : string","title":"containerID"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#image","text":"\u2022 image : string","title":"image"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#imageid","text":"\u2022 imageID : string","title":"imageID"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#laststate","text":"\u2022 Optional lastState : ContainerState","title":"lastState"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#ready","text":"\u2022 ready : boolean","title":"ready"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#restartcount","text":"\u2022 restartCount : number","title":"restartCount"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#started","text":"\u2022 Optional started : boolean","title":"started"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/#state","text":"\u2022 Optional state : ContainerState","title":"state"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/","text":"Interface: IRemoteKubeApiConfig # Renderer . K8sApi .IRemoteKubeApiConfig Table of contents # Properties # cluster user Properties # cluster # \u2022 cluster : Object Type declaration # Name Type caData? string server string skipTLSVerify? boolean user # \u2022 user : Object Type declaration # Name Type clientCertificateData? string clientKeyData? string token? string | () => Promise < string >","title":"Interface: IRemoteKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#interface-iremotekubeapiconfig","text":"Renderer . K8sApi .IRemoteKubeApiConfig","title":"Interface: IRemoteKubeApiConfig"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#properties","text":"cluster user","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#cluster","text":"\u2022 cluster : Object","title":"cluster"},{"location":"extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/#user","text":"\u2022 user : Object","title":"user"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/","text":"Interface: ISecretRef # Renderer . K8sApi .ISecretRef Table of contents # Properties # key name Properties # key # \u2022 Optional key : string name # \u2022 name : string","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#interface-isecretref","text":"Renderer . K8sApi .ISecretRef","title":"Interface: ISecretRef"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#properties","text":"key name","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#key","text":"\u2022 Optional key : string","title":"key"},{"location":"extensions/api/interfaces/Renderer.K8sApi.ISecretRef/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/","text":"Interface: PageParamInit # Renderer . Navigation .PageParamInit Type parameters # Name Type V any Table of contents # Properties # defaultValue name prefix Methods # parse stringify Properties # defaultValue # \u2022 Optional defaultValue : V name # \u2022 name : string prefix # \u2022 Optional prefix : string Methods # parse # \u25b8 Optional parse ( value ): V Parameters # Name Type value string | string [] Returns # V stringify # \u25b8 Optional stringify ( value ): string | string [] Parameters # Name Type value V Returns # string | string []","title":"Interface: PageParamInit"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#interface-pageparaminitv","text":"Renderer . Navigation .PageParamInit","title":"Interface: PageParamInit<V>"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#type-parameters","text":"Name Type V any","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#properties","text":"defaultValue name prefix","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#methods","text":"parse stringify","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#defaultvalue","text":"\u2022 Optional defaultValue : V","title":"defaultValue"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#name","text":"\u2022 name : string","title":"name"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#prefix","text":"\u2022 Optional prefix : string","title":"prefix"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#methods_1","text":"","title":"Methods"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#parse","text":"\u25b8 Optional parse ( value ): V","title":"parse"},{"location":"extensions/api/interfaces/Renderer.Navigation.PageParamInit/#stringify","text":"\u25b8 Optional stringify ( value ): string | string []","title":"stringify"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/","text":"Interface: URLParams # Renderer . Navigation .URLParams Type parameters # Name Type P extends object {} Q extends object {} Table of contents # Properties # fragment params query Properties # fragment # \u2022 Optional fragment : string params # \u2022 Optional params : P query # \u2022 Optional query : Q","title":"Interface: URLParams"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#interface-urlparamsp-q","text":"Renderer . Navigation .URLParams","title":"Interface: URLParams<P, Q>"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#type-parameters","text":"Name Type P extends object {} Q extends object {}","title":"Type parameters"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#properties","text":"fragment params query","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#properties_1","text":"","title":"Properties"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#fragment","text":"\u2022 Optional fragment : string","title":"fragment"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#params","text":"\u2022 Optional params : P","title":"params"},{"location":"extensions/api/interfaces/Renderer.Navigation.URLParams/#query","text":"\u2022 Optional query : Q","title":"query"},{"location":"extensions/api/modules/Common.App.Preferences/","text":"Namespace: Preferences # Common . App .Preferences Table of contents # Functions # getKubectlPath Functions # getKubectlPath # \u25b8 getKubectlPath (): string | undefined Get the configured kubectl binaries path. Returns # string | undefined","title":"Namespace: Preferences"},{"location":"extensions/api/modules/Common.App.Preferences/#namespace-preferences","text":"Common . App .Preferences","title":"Namespace: Preferences"},{"location":"extensions/api/modules/Common.App.Preferences/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.App.Preferences/#functions","text":"getKubectlPath","title":"Functions"},{"location":"extensions/api/modules/Common.App.Preferences/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.App.Preferences/#getkubectlpath","text":"\u25b8 getKubectlPath (): string | undefined Get the configured kubectl binaries path.","title":"getKubectlPath"},{"location":"extensions/api/modules/Common.App/","text":"Namespace: App # Common .App Table of contents # Namespaces # Preferences Variables # appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version Functions # getEnabledExtensions Variables # appName # \u2022 appName : string isLinux # \u2022 isLinux : boolean isMac # \u2022 isMac : boolean isSnap # \u2022 isSnap : boolean = !!process.env.SNAP isWindows # \u2022 isWindows : boolean issuesTrackerUrl # \u2022 issuesTrackerUrl : string slackUrl # \u2022 slackUrl : string version # \u2022 version : string Functions # getEnabledExtensions # \u25b8 getEnabledExtensions (): string [] Returns # string []","title":"Namespace: App"},{"location":"extensions/api/modules/Common.App/#namespace-app","text":"Common .App","title":"Namespace: App"},{"location":"extensions/api/modules/Common.App/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.App/#namespaces","text":"Preferences","title":"Namespaces"},{"location":"extensions/api/modules/Common.App/#variables","text":"appName isLinux isMac isSnap isWindows issuesTrackerUrl slackUrl version","title":"Variables"},{"location":"extensions/api/modules/Common.App/#functions","text":"getEnabledExtensions","title":"Functions"},{"location":"extensions/api/modules/Common.App/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.App/#appname","text":"\u2022 appName : string","title":"appName"},{"location":"extensions/api/modules/Common.App/#islinux","text":"\u2022 isLinux : boolean","title":"isLinux"},{"location":"extensions/api/modules/Common.App/#ismac","text":"\u2022 isMac : boolean","title":"isMac"},{"location":"extensions/api/modules/Common.App/#issnap","text":"\u2022 isSnap : boolean = !!process.env.SNAP","title":"isSnap"},{"location":"extensions/api/modules/Common.App/#iswindows","text":"\u2022 isWindows : boolean","title":"isWindows"},{"location":"extensions/api/modules/Common.App/#issuestrackerurl","text":"\u2022 issuesTrackerUrl : string","title":"issuesTrackerUrl"},{"location":"extensions/api/modules/Common.App/#slackurl","text":"\u2022 slackUrl : string","title":"slackUrl"},{"location":"extensions/api/modules/Common.App/#version","text":"\u2022 version : string","title":"version"},{"location":"extensions/api/modules/Common.App/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.App/#getenabledextensions","text":"\u25b8 getEnabledExtensions (): string []","title":"getEnabledExtensions"},{"location":"extensions/api/modules/Common.Catalog/","text":"Namespace: Catalog # Common .Catalog Table of contents # Classes # CatalogCategory CatalogEntity GeneralEntity KubernetesCluster WebLink Interfaces # CatalogCategoryEvents CatalogCategorySpec CatalogCategoryVersion CatalogEntityActionContext CatalogEntityAddMenu CatalogEntityAddMenuContext CatalogEntityContextMenu CatalogEntityContextMenuContext CatalogEntityData CatalogEntityKindData CatalogEntityMetadata CatalogEntitySettingsContext CatalogEntitySettingsMenu CatalogEntityStatus KubernetesClusterMetadata KubernetesClusterPrometheusMetrics KubernetesClusterSpec KubernetesClusterStatus WebLinkStatus Type aliases # AddMenuFilter CatalogEntityConstructor CatalogEntitySpec KubernetesClusterStatusPhase WebLinkSpec WebLinkStatusPhase Variables # kubernetesClusterCategory Type aliases # AddMenuFilter # \u01ac AddMenuFilter : ( menu : CatalogEntityAddMenu ) => any Type declaration # \u25b8 ( menu ): any If the filter returns true, the menu item is displayed Parameters # Name Type menu CatalogEntityAddMenu Returns # any CatalogEntityConstructor # \u01ac CatalogEntityConstructor < Entity >: ( data : CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >>) => Entity Type parameters # Name Type Entity extends CatalogEntity Type declaration # \u2022 ( data ) Parameters # Name Type data CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >> CatalogEntitySpec # \u01ac CatalogEntitySpec : Record < string , any > KubernetesClusterStatusPhase # \u01ac KubernetesClusterStatusPhase : \"connected\" | \"connecting\" | \"disconnected\" | \"deleting\" deprecated This is no longer used as it is incorrect. Other sources can add more values WebLinkSpec # \u01ac WebLinkSpec : Object Type declaration # Name Type url string WebLinkStatusPhase # \u01ac WebLinkStatusPhase : \"available\" | \"unavailable\" Variables # kubernetesClusterCategory # \u2022 kubernetesClusterCategory : KubernetesClusterCategory Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Common.Catalog/#namespace-catalog","text":"Common .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Common.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Catalog/#classes","text":"CatalogCategory CatalogEntity GeneralEntity KubernetesCluster WebLink","title":"Classes"},{"location":"extensions/api/modules/Common.Catalog/#interfaces","text":"CatalogCategoryEvents CatalogCategorySpec CatalogCategoryVersion CatalogEntityActionContext CatalogEntityAddMenu CatalogEntityAddMenuContext CatalogEntityContextMenu CatalogEntityContextMenuContext CatalogEntityData CatalogEntityKindData CatalogEntityMetadata CatalogEntitySettingsContext CatalogEntitySettingsMenu CatalogEntityStatus KubernetesClusterMetadata KubernetesClusterPrometheusMetrics KubernetesClusterSpec KubernetesClusterStatus WebLinkStatus","title":"Interfaces"},{"location":"extensions/api/modules/Common.Catalog/#type-aliases","text":"AddMenuFilter CatalogEntityConstructor CatalogEntitySpec KubernetesClusterStatusPhase WebLinkSpec WebLinkStatusPhase","title":"Type aliases"},{"location":"extensions/api/modules/Common.Catalog/#variables","text":"kubernetesClusterCategory","title":"Variables"},{"location":"extensions/api/modules/Common.Catalog/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.Catalog/#addmenufilter","text":"\u01ac AddMenuFilter : ( menu : CatalogEntityAddMenu ) => any","title":"AddMenuFilter"},{"location":"extensions/api/modules/Common.Catalog/#catalogentityconstructor","text":"\u01ac CatalogEntityConstructor < Entity >: ( data : CatalogEntityData < ExtractEntityMetadataType < Entity >, ExtractEntityStatusType < Entity >, ExtractEntitySpecType < Entity >>) => Entity","title":"CatalogEntityConstructor"},{"location":"extensions/api/modules/Common.Catalog/#catalogentityspec","text":"\u01ac CatalogEntitySpec : Record < string , any >","title":"CatalogEntitySpec"},{"location":"extensions/api/modules/Common.Catalog/#kubernetesclusterstatusphase","text":"\u01ac KubernetesClusterStatusPhase : \"connected\" | \"connecting\" | \"disconnected\" | \"deleting\" deprecated This is no longer used as it is incorrect. Other sources can add more values","title":"KubernetesClusterStatusPhase"},{"location":"extensions/api/modules/Common.Catalog/#weblinkspec","text":"\u01ac WebLinkSpec : Object","title":"WebLinkSpec"},{"location":"extensions/api/modules/Common.Catalog/#weblinkstatusphase","text":"\u01ac WebLinkStatusPhase : \"available\" | \"unavailable\"","title":"WebLinkStatusPhase"},{"location":"extensions/api/modules/Common.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.Catalog/#kubernetesclustercategory","text":"\u2022 kubernetesClusterCategory : KubernetesClusterCategory Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"kubernetesClusterCategory"},{"location":"extensions/api/modules/Common.EventBus/","text":"Namespace: EventBus # Common .EventBus Table of contents # Type aliases # AppEvent Variables # appEventBus Type aliases # AppEvent # \u01ac AppEvent : Object Type declaration # Name Type action string name string params? object Variables # appEventBus # \u2022 appEventBus : EventEmitter <[ AppEvent ]> Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"Namespace: EventBus"},{"location":"extensions/api/modules/Common.EventBus/#namespace-eventbus","text":"Common .EventBus","title":"Namespace: EventBus"},{"location":"extensions/api/modules/Common.EventBus/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.EventBus/#type-aliases","text":"AppEvent","title":"Type aliases"},{"location":"extensions/api/modules/Common.EventBus/#variables","text":"appEventBus","title":"Variables"},{"location":"extensions/api/modules/Common.EventBus/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.EventBus/#appevent","text":"\u01ac AppEvent : Object","title":"AppEvent"},{"location":"extensions/api/modules/Common.EventBus/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common.EventBus/#appeventbus","text":"\u2022 appEventBus : EventEmitter <[ AppEvent ]> Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"appEventBus"},{"location":"extensions/api/modules/Common.Store/","text":"Namespace: Store # Common .Store Table of contents # Classes # ExtensionStore","title":"Namespace: Store"},{"location":"extensions/api/modules/Common.Store/#namespace-store","text":"Common .Store","title":"Namespace: Store"},{"location":"extensions/api/modules/Common.Store/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Store/#classes","text":"ExtensionStore","title":"Classes"},{"location":"extensions/api/modules/Common.Types/","text":"Namespace: Types # Common .Types Table of contents # Interfaces # AppPreferenceComponents AppPreferenceRegistration ClusterPageMenuComponents ClusterPageMenuRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponentProps PageComponents PageParams PageRegistration PageTarget ProtocolHandlerRegistration ProtocolRouteHandler ProtocolRouteParams RegisteredPage StatusBarRegistration Type aliases # IpcMainEvent IpcMainInvokeEvent IpcRendererEvent Type aliases # IpcMainEvent # \u01ac IpcMainEvent : Electron.IpcMainEvent IpcMainInvokeEvent # \u01ac IpcMainInvokeEvent : Electron.IpcMainInvokeEvent Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. IpcRendererEvent # \u01ac IpcRendererEvent : Electron.IpcRendererEvent","title":"Namespace: Types"},{"location":"extensions/api/modules/Common.Types/#namespace-types","text":"Common .Types","title":"Namespace: Types"},{"location":"extensions/api/modules/Common.Types/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Types/#interfaces","text":"AppPreferenceComponents AppPreferenceRegistration ClusterPageMenuComponents ClusterPageMenuRegistration KubeObjectDetailComponents KubeObjectDetailRegistration KubeObjectMenuComponents KubeObjectMenuRegistration KubeObjectStatusRegistration PageComponentProps PageComponents PageParams PageRegistration PageTarget ProtocolHandlerRegistration ProtocolRouteHandler ProtocolRouteParams RegisteredPage StatusBarRegistration","title":"Interfaces"},{"location":"extensions/api/modules/Common.Types/#type-aliases","text":"IpcMainEvent IpcMainInvokeEvent IpcRendererEvent","title":"Type aliases"},{"location":"extensions/api/modules/Common.Types/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Common.Types/#ipcmainevent","text":"\u01ac IpcMainEvent : Electron.IpcMainEvent","title":"IpcMainEvent"},{"location":"extensions/api/modules/Common.Types/#ipcmaininvokeevent","text":"\u01ac IpcMainInvokeEvent : Electron.IpcMainInvokeEvent Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"IpcMainInvokeEvent"},{"location":"extensions/api/modules/Common.Types/#ipcrendererevent","text":"\u01ac IpcRendererEvent : Electron.IpcRendererEvent","title":"IpcRendererEvent"},{"location":"extensions/api/modules/Common.Util/","text":"Namespace: Util # Common .Util Table of contents # Classes # Singleton Functions # cssNames openExternal prevDefault stopPropagation Functions # cssNames # \u25b8 cssNames (... args ): string Parameters # Name Type ...args IClassName [] Returns # string openExternal # \u25b8 openExternal ( url ): Promise < void > Parameters # Name Type url string Returns # Promise < void > prevDefault # \u25b8 prevDefault < E >( callback ): ( evt : E ) => any Type parameters # Name Type E extends Event | SyntheticEvent < Element , Event > Parameters # Name Type callback ( evt : E ) => any Returns # fn \u25b8 ( evt ): any Parameters # Name Type evt E Returns # any stopPropagation # \u25b8 stopPropagation ( evt ): void Parameters # Name Type evt Event | SyntheticEvent < Element , Event > Returns # void","title":"Namespace: Util"},{"location":"extensions/api/modules/Common.Util/#namespace-util","text":"Common .Util","title":"Namespace: Util"},{"location":"extensions/api/modules/Common.Util/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common.Util/#classes","text":"Singleton","title":"Classes"},{"location":"extensions/api/modules/Common.Util/#functions","text":"cssNames openExternal prevDefault stopPropagation","title":"Functions"},{"location":"extensions/api/modules/Common.Util/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Common.Util/#cssnames","text":"\u25b8 cssNames (... args ): string","title":"cssNames"},{"location":"extensions/api/modules/Common.Util/#openexternal","text":"\u25b8 openExternal ( url ): Promise < void >","title":"openExternal"},{"location":"extensions/api/modules/Common.Util/#prevdefault","text":"\u25b8 prevDefault < E >( callback ): ( evt : E ) => any","title":"prevDefault"},{"location":"extensions/api/modules/Common.Util/#stoppropagation","text":"\u25b8 stopPropagation ( evt ): void","title":"stopPropagation"},{"location":"extensions/api/modules/Common/","text":"Namespace: Common # Table of contents # Namespaces # App Catalog EventBus Store Types Util Variables # logger Variables # logger # \u2022 logger : Logger","title":"Namespace: Common"},{"location":"extensions/api/modules/Common/#namespace-common","text":"","title":"Namespace: Common"},{"location":"extensions/api/modules/Common/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Common/#namespaces","text":"App Catalog EventBus Store Types Util","title":"Namespaces"},{"location":"extensions/api/modules/Common/#variables","text":"logger","title":"Variables"},{"location":"extensions/api/modules/Common/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Common/#logger","text":"\u2022 logger : Logger","title":"logger"},{"location":"extensions/api/modules/Main.Catalog/","text":"Namespace: Catalog # Main .Catalog Table of contents # References # catalogCategories Classes # CatalogEntityRegistry Variables # catalogEntities References # catalogCategories # Re-exports catalogCategories Variables # catalogEntities # \u2022 catalogEntities : CatalogEntityRegistry","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Main.Catalog/#namespace-catalog","text":"Main .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Main.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.Catalog/#references","text":"catalogCategories","title":"References"},{"location":"extensions/api/modules/Main.Catalog/#classes","text":"CatalogEntityRegistry","title":"Classes"},{"location":"extensions/api/modules/Main.Catalog/#variables","text":"catalogEntities","title":"Variables"},{"location":"extensions/api/modules/Main.Catalog/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Main.Catalog/#catalogcategories","text":"Re-exports catalogCategories","title":"catalogCategories"},{"location":"extensions/api/modules/Main.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Main.Catalog/#catalogentities","text":"\u2022 catalogEntities : CatalogEntityRegistry","title":"catalogEntities"},{"location":"extensions/api/modules/Main.K8sApi/","text":"Namespace: K8sApi # Main .K8sApi Table of contents # References # ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint HorizontalPodAutoscaler IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore KubeStatus LimitRange Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota ResourceStack Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster forRemoteCluster hpaApi ingressApi isAllowedResource jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi 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 DeploymentApi # Re-exports DeploymentApi Endpoint # Re-exports Endpoint HorizontalPodAutoscaler # Re-exports HorizontalPodAutoscaler IKubeApiCluster # Re-exports IKubeApiCluster ILocalKubeApiConfig # Re-exports ILocalKubeApiConfig IPodContainer # Re-exports IPodContainer IPodContainerStatus # Re-exports IPodContainerStatus IRemoteKubeApiConfig # Re-exports IRemoteKubeApiConfig ISecretRef # Re-exports ISecretRef Ingress # Re-exports Ingress IngressApi # Re-exports IngressApi Job # Re-exports Job KubeApi # Re-exports KubeApi KubeEvent # Re-exports KubeEvent KubeObject # Re-exports KubeObject KubeObjectStore # Re-exports KubeObjectStore KubeStatus # Re-exports KubeStatus LimitRange # Re-exports LimitRange Namespace # Re-exports Namespace 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 PodsApi # Re-exports PodsApi ReplicaSet # Re-exports ReplicaSet ResourceQuota # Re-exports ResourceQuota ResourceStack # Re-exports ResourceStack 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 forRemoteCluster # Re-exports forRemoteCluster hpaApi # Re-exports hpaApi ingressApi # Re-exports ingressApi isAllowedResource # Re-exports isAllowedResource jobApi # Re-exports jobApi limitRangeApi # Re-exports limitRangeApi namespacesApi # Re-exports namespacesApi networkPolicyApi # Re-exports networkPolicyApi nodesApi # Re-exports nodesApi pdbApi # Re-exports pdbApi persistentVolumeApi # Re-exports persistentVolumeApi podsApi # Re-exports podsApi pvcApi # Re-exports pvcApi replicaSetApi # Re-exports replicaSetApi 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":"Namespace: K8sApi"},{"location":"extensions/api/modules/Main.K8sApi/#namespace-k8sapi","text":"Main .K8sApi","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Main.K8sApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.K8sApi/#references","text":"ClusterRole ClusterRoleBinding ConfigMap CronJob CustomResourceDefinition DaemonSet Deployment DeploymentApi Endpoint HorizontalPodAutoscaler IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Ingress IngressApi Job KubeApi KubeEvent KubeObject KubeObjectStore KubeStatus LimitRange Namespace NetworkPolicy Node NodesApi PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi Pod PodDisruptionBudget PodsApi ReplicaSet ResourceQuota ResourceStack Role RoleBinding Secret Service ServiceAccount StatefulSet StorageClass apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi forCluster forRemoteCluster hpaApi ingressApi isAllowedResource jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"References"},{"location":"extensions/api/modules/Main.K8sApi/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrole","text":"Re-exports ClusterRole","title":"ClusterRole"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrolebinding","text":"Re-exports ClusterRoleBinding","title":"ClusterRoleBinding"},{"location":"extensions/api/modules/Main.K8sApi/#configmap","text":"Re-exports ConfigMap","title":"ConfigMap"},{"location":"extensions/api/modules/Main.K8sApi/#cronjob","text":"Re-exports CronJob","title":"CronJob"},{"location":"extensions/api/modules/Main.K8sApi/#customresourcedefinition","text":"Re-exports CustomResourceDefinition","title":"CustomResourceDefinition"},{"location":"extensions/api/modules/Main.K8sApi/#daemonset","text":"Re-exports DaemonSet","title":"DaemonSet"},{"location":"extensions/api/modules/Main.K8sApi/#deployment","text":"Re-exports Deployment","title":"Deployment"},{"location":"extensions/api/modules/Main.K8sApi/#deploymentapi","text":"Re-exports DeploymentApi","title":"DeploymentApi"},{"location":"extensions/api/modules/Main.K8sApi/#endpoint","text":"Re-exports Endpoint","title":"Endpoint"},{"location":"extensions/api/modules/Main.K8sApi/#horizontalpodautoscaler","text":"Re-exports HorizontalPodAutoscaler","title":"HorizontalPodAutoscaler"},{"location":"extensions/api/modules/Main.K8sApi/#ikubeapicluster","text":"Re-exports IKubeApiCluster","title":"IKubeApiCluster"},{"location":"extensions/api/modules/Main.K8sApi/#ilocalkubeapiconfig","text":"Re-exports ILocalKubeApiConfig","title":"ILocalKubeApiConfig"},{"location":"extensions/api/modules/Main.K8sApi/#ipodcontainer","text":"Re-exports IPodContainer","title":"IPodContainer"},{"location":"extensions/api/modules/Main.K8sApi/#ipodcontainerstatus","text":"Re-exports IPodContainerStatus","title":"IPodContainerStatus"},{"location":"extensions/api/modules/Main.K8sApi/#iremotekubeapiconfig","text":"Re-exports IRemoteKubeApiConfig","title":"IRemoteKubeApiConfig"},{"location":"extensions/api/modules/Main.K8sApi/#isecretref","text":"Re-exports ISecretRef","title":"ISecretRef"},{"location":"extensions/api/modules/Main.K8sApi/#ingress","text":"Re-exports Ingress","title":"Ingress"},{"location":"extensions/api/modules/Main.K8sApi/#ingressapi","text":"Re-exports IngressApi","title":"IngressApi"},{"location":"extensions/api/modules/Main.K8sApi/#job","text":"Re-exports Job","title":"Job"},{"location":"extensions/api/modules/Main.K8sApi/#kubeapi","text":"Re-exports KubeApi","title":"KubeApi"},{"location":"extensions/api/modules/Main.K8sApi/#kubeevent","text":"Re-exports KubeEvent","title":"KubeEvent"},{"location":"extensions/api/modules/Main.K8sApi/#kubeobject","text":"Re-exports KubeObject","title":"KubeObject"},{"location":"extensions/api/modules/Main.K8sApi/#kubeobjectstore","text":"Re-exports KubeObjectStore","title":"KubeObjectStore"},{"location":"extensions/api/modules/Main.K8sApi/#kubestatus","text":"Re-exports KubeStatus","title":"KubeStatus"},{"location":"extensions/api/modules/Main.K8sApi/#limitrange","text":"Re-exports LimitRange","title":"LimitRange"},{"location":"extensions/api/modules/Main.K8sApi/#namespace","text":"Re-exports Namespace","title":"Namespace"},{"location":"extensions/api/modules/Main.K8sApi/#networkpolicy","text":"Re-exports NetworkPolicy","title":"NetworkPolicy"},{"location":"extensions/api/modules/Main.K8sApi/#node","text":"Re-exports Node","title":"Node"},{"location":"extensions/api/modules/Main.K8sApi/#nodesapi","text":"Re-exports NodesApi","title":"NodesApi"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolume","text":"Re-exports PersistentVolume","title":"PersistentVolume"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeclaim","text":"Re-exports PersistentVolumeClaim","title":"PersistentVolumeClaim"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeclaimsapi","text":"Re-exports PersistentVolumeClaimsApi","title":"PersistentVolumeClaimsApi"},{"location":"extensions/api/modules/Main.K8sApi/#pod","text":"Re-exports Pod","title":"Pod"},{"location":"extensions/api/modules/Main.K8sApi/#poddisruptionbudget","text":"Re-exports PodDisruptionBudget","title":"PodDisruptionBudget"},{"location":"extensions/api/modules/Main.K8sApi/#podsapi","text":"Re-exports PodsApi","title":"PodsApi"},{"location":"extensions/api/modules/Main.K8sApi/#replicaset","text":"Re-exports ReplicaSet","title":"ReplicaSet"},{"location":"extensions/api/modules/Main.K8sApi/#resourcequota","text":"Re-exports ResourceQuota","title":"ResourceQuota"},{"location":"extensions/api/modules/Main.K8sApi/#resourcestack","text":"Re-exports ResourceStack","title":"ResourceStack"},{"location":"extensions/api/modules/Main.K8sApi/#role","text":"Re-exports Role","title":"Role"},{"location":"extensions/api/modules/Main.K8sApi/#rolebinding","text":"Re-exports RoleBinding","title":"RoleBinding"},{"location":"extensions/api/modules/Main.K8sApi/#secret","text":"Re-exports Secret","title":"Secret"},{"location":"extensions/api/modules/Main.K8sApi/#service","text":"Re-exports Service","title":"Service"},{"location":"extensions/api/modules/Main.K8sApi/#serviceaccount","text":"Re-exports ServiceAccount","title":"ServiceAccount"},{"location":"extensions/api/modules/Main.K8sApi/#statefulset","text":"Re-exports StatefulSet","title":"StatefulSet"},{"location":"extensions/api/modules/Main.K8sApi/#storageclass","text":"Re-exports StorageClass","title":"StorageClass"},{"location":"extensions/api/modules/Main.K8sApi/#apimanager","text":"Re-exports apiManager","title":"apiManager"},{"location":"extensions/api/modules/Main.K8sApi/#clusterroleapi","text":"Re-exports clusterRoleApi","title":"clusterRoleApi"},{"location":"extensions/api/modules/Main.K8sApi/#clusterrolebindingapi","text":"Re-exports clusterRoleBindingApi","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/Main.K8sApi/#configmapapi","text":"Re-exports configMapApi","title":"configMapApi"},{"location":"extensions/api/modules/Main.K8sApi/#crdapi","text":"Re-exports crdApi","title":"crdApi"},{"location":"extensions/api/modules/Main.K8sApi/#cronjobapi","text":"Re-exports cronJobApi","title":"cronJobApi"},{"location":"extensions/api/modules/Main.K8sApi/#daemonsetapi","text":"Re-exports daemonSetApi","title":"daemonSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#deploymentapi_1","text":"Re-exports deploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/Main.K8sApi/#endpointapi","text":"Re-exports endpointApi","title":"endpointApi"},{"location":"extensions/api/modules/Main.K8sApi/#eventapi","text":"Re-exports eventApi","title":"eventApi"},{"location":"extensions/api/modules/Main.K8sApi/#forcluster","text":"Re-exports forCluster","title":"forCluster"},{"location":"extensions/api/modules/Main.K8sApi/#forremotecluster","text":"Re-exports forRemoteCluster","title":"forRemoteCluster"},{"location":"extensions/api/modules/Main.K8sApi/#hpaapi","text":"Re-exports hpaApi","title":"hpaApi"},{"location":"extensions/api/modules/Main.K8sApi/#ingressapi_1","text":"Re-exports ingressApi","title":"ingressApi"},{"location":"extensions/api/modules/Main.K8sApi/#isallowedresource","text":"Re-exports isAllowedResource","title":"isAllowedResource"},{"location":"extensions/api/modules/Main.K8sApi/#jobapi","text":"Re-exports jobApi","title":"jobApi"},{"location":"extensions/api/modules/Main.K8sApi/#limitrangeapi","text":"Re-exports limitRangeApi","title":"limitRangeApi"},{"location":"extensions/api/modules/Main.K8sApi/#namespacesapi","text":"Re-exports namespacesApi","title":"namespacesApi"},{"location":"extensions/api/modules/Main.K8sApi/#networkpolicyapi","text":"Re-exports networkPolicyApi","title":"networkPolicyApi"},{"location":"extensions/api/modules/Main.K8sApi/#nodesapi_1","text":"Re-exports nodesApi","title":"nodesApi"},{"location":"extensions/api/modules/Main.K8sApi/#pdbapi","text":"Re-exports pdbApi","title":"pdbApi"},{"location":"extensions/api/modules/Main.K8sApi/#persistentvolumeapi","text":"Re-exports persistentVolumeApi","title":"persistentVolumeApi"},{"location":"extensions/api/modules/Main.K8sApi/#podsapi_1","text":"Re-exports podsApi","title":"podsApi"},{"location":"extensions/api/modules/Main.K8sApi/#pvcapi","text":"Re-exports pvcApi","title":"pvcApi"},{"location":"extensions/api/modules/Main.K8sApi/#replicasetapi","text":"Re-exports replicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#resourcequotaapi","text":"Re-exports resourceQuotaApi","title":"resourceQuotaApi"},{"location":"extensions/api/modules/Main.K8sApi/#roleapi","text":"Re-exports roleApi","title":"roleApi"},{"location":"extensions/api/modules/Main.K8sApi/#rolebindingapi","text":"Re-exports roleBindingApi","title":"roleBindingApi"},{"location":"extensions/api/modules/Main.K8sApi/#secretsapi","text":"Re-exports secretsApi","title":"secretsApi"},{"location":"extensions/api/modules/Main.K8sApi/#serviceaccountsapi","text":"Re-exports serviceAccountsApi","title":"serviceAccountsApi"},{"location":"extensions/api/modules/Main.K8sApi/#serviceapi","text":"Re-exports serviceApi","title":"serviceApi"},{"location":"extensions/api/modules/Main.K8sApi/#statefulsetapi","text":"Re-exports statefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/Main.K8sApi/#storageclassapi","text":"Re-exports storageClassApi","title":"storageClassApi"},{"location":"extensions/api/modules/Main.Navigation/","text":"Namespace: Navigation # Main .Navigation Table of contents # Functions # navigate Functions # navigate # \u25b8 navigate ( url ): Promise < void > Parameters # Name Type url string Returns # Promise < void >","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Main.Navigation/#namespace-navigation","text":"Main .Navigation","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Main.Navigation/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main.Navigation/#functions","text":"navigate","title":"Functions"},{"location":"extensions/api/modules/Main.Navigation/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Main.Navigation/#navigate","text":"\u25b8 navigate ( url ): Promise < void >","title":"navigate"},{"location":"extensions/api/modules/Main/","text":"Namespace: Main # Table of contents # Namespaces # Catalog K8sApi Navigation Classes # Ipc LensExtension","title":"Namespace: Main"},{"location":"extensions/api/modules/Main/#namespace-main","text":"","title":"Namespace: Main"},{"location":"extensions/api/modules/Main/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Main/#namespaces","text":"Catalog K8sApi Navigation","title":"Namespaces"},{"location":"extensions/api/modules/Main/#classes","text":"Ipc LensExtension","title":"Classes"},{"location":"extensions/api/modules/Renderer.Catalog/","text":"Namespace: Catalog # Renderer .Catalog Table of contents # Classes # CatalogEntityRegistry Variables # catalogCategories catalogEntities Variables # catalogCategories # \u2022 catalogCategories : CatalogCategoryRegistry catalogEntities # \u2022 catalogEntities : CatalogEntityRegistry","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Renderer.Catalog/#namespace-catalog","text":"Renderer .Catalog","title":"Namespace: Catalog"},{"location":"extensions/api/modules/Renderer.Catalog/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Catalog/#classes","text":"CatalogEntityRegistry","title":"Classes"},{"location":"extensions/api/modules/Renderer.Catalog/#variables","text":"catalogCategories catalogEntities","title":"Variables"},{"location":"extensions/api/modules/Renderer.Catalog/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.Catalog/#catalogcategories","text":"\u2022 catalogCategories : CatalogCategoryRegistry","title":"catalogCategories"},{"location":"extensions/api/modules/Renderer.Catalog/#catalogentities","text":"\u2022 catalogEntities : CatalogEntityRegistry","title":"catalogEntities"},{"location":"extensions/api/modules/Renderer.Component/","text":"Namespace: Component # Renderer .Component Table of contents # Enumerations # NotificationStatus TooltipPosition Classes # Badge BarChart Button Checkbox CommandOverlay ConfirmDialog Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMeta LineProgress MainLayout Menu MenuActions MenuItem NamespaceSelect NamespaceSelectFilter Notifications NotificationsStore PageLayout PieChart PodDetailsList Radio RadioGroup SearchInput Select SettingLayout Slider Spinner StatusBrick Stepper SubTitle Tab Table TableCell TableHead TableRow Tabs TerminalStore Tooltip Wizard WizardLayout WizardStep Interfaces # BadgeProps ButtonProps CheckboxProps ConfirmDialogBooleanParams ConfirmDialogParams ConfirmDialogProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconDataFnArg IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps MenuStyle Notification RadioGroupProps SelectOption SelectProps SettingLayoutProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabLayoutRoute TabProps TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps WizardProps WizardStepProps Type aliases # DrawerPosition IconData InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortCallbacks TableSortParams Variables # InputValidators MenuContext Switcher cpuOptions kubeDetailsUrlParam kubeSelectedUrlParam logTabStore memoryOptions notificationsStore orderByUrlParam sortByUrlParam terminalStore Functions # DrawerItemLabels FormSwitch KubeObjectMenu SubMenu Switch TabLayout createTerminalTab getDetailsUrl hideDetails showDetails toggleDetails withTooltip Type aliases # DrawerPosition # \u01ac DrawerPosition : \"top\" | \"left\" | \"right\" | \"bottom\" IconData # \u01ac IconData : string | React.ReactNode | ( opt : IconDataFnArg ) => React.ReactNode One of the folloing: - A material icon name - A react node - Or a function that produces a react node InputProps # \u01ac InputProps : Omit < InputElementProps , \"onChange\" | \"onSubmit\" > & { autoSelectOnFocus? : boolean ; className? : string ; contentRight? : string | React.ReactNode ; defaultValue? : string ; dirty? : boolean ; iconLeft? : IconData ; iconRight? : IconData ; maxRows? : number ; multiLine? : boolean ; showErrorsAsTooltip? : boolean | Omit < TooltipProps , \"targetId\" > ; showValidationLine? : boolean ; theme? : \"round-black\" | \"round\" ; trim? : boolean ; validators? : InputValidator | InputValidator [] ; value? : string ; onChange? : ( value : string , evt : ChangeEvent < InputElement >) => void ; onSubmit? : ( value : string , evt : KeyboardEvent < InputElement >) => void } MenuContextValue # \u01ac MenuContextValue : Menu NotificationId # \u01ac NotificationId : string | number NotificationMessage # \u01ac NotificationMessage : React.ReactNode | React.ReactNode [] | JsonApiErrorParsed RadioProps # \u01ac RadioProps : React.HTMLProps < any > & { checked? : boolean ; disabled? : boolean ; label? : React.ReactNode | any ; name? : string ; value? : any ; onChange? : ( value : ChangeEvent < HTMLInputElement >) => void } TableCellElem # \u01ac TableCellElem : React.ReactElement < TableCellProps > TableHeadElem # \u01ac TableHeadElem : React.ReactElement < TableHeadProps > TableOrderBy # \u01ac TableOrderBy : \"asc\" | \"desc\" | string TableRowElem # \u01ac TableRowElem : React.ReactElement < TableRowProps > TableSortBy # \u01ac TableSortBy : string TableSortCallback # \u01ac TableSortCallback < Item >: ( data : Item ) => string | number | ( string | number )[] Type parameters # Name Item Type declaration # \u25b8 ( data ): string | number | ( string | number )[] Parameters # Name Type data Item Returns # string | number | ( string | number )[] TableSortCallbacks # \u01ac TableSortCallbacks < Item >: Record < string , TableSortCallback < Item >> Type parameters # Name Item TableSortParams # \u01ac TableSortParams : Object Type declaration # Name Type orderBy TableOrderBy sortBy TableSortBy Variables # InputValidators # \u2022 InputValidators : Object Type declaration # Name Type accountId InputValidator isEmail InputValidator isExtensionNameInstall InputValidator isExtensionNameInstallRegex RegExp isNumber InputValidator isPath InputValidator isRequired InputValidator isUrl InputValidator maxLength InputValidator minLength InputValidator systemName InputValidator MenuContext # \u2022 MenuContext : Context < Menu > Switcher # \u2022 Switcher : ComponentType < Pick < Props , \"name\" | \"prefix\" | \"defaultValue\" | \"id\" | \"title\" | \"className\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"form\" | \"style\" | \"hidden\" | \"autoFocus\" | \"disabled\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"type\" | \"value\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"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\" | \"action\" | \"checked\" | \"readOnly\" | \"required\" | \"size\" | \"ref\" | \"key\" | \"innerRef\" | \"icon\" | \"checkedIcon\" | \"disableFocusRipple\" | \"edge\" | \"buttonRef\" | \"centerRipple\" | \"disableRipple\" | \"disableTouchRipple\" | \"focusRipple\" | \"focusVisibleClassName\" | \"onFocusVisible\" | \"TouchRippleProps\" | \"inputProps\" | \"inputRef\" > & StyledComponentProps < \"checked\" | \"track\" | \"root\" | \"thumb\" | \"focusVisible\" | \"switchBase\" >> deprecated Use instead from \"../switch.tsx\". cpuOptions # \u2022 cpuOptions : ChartOptions kubeDetailsUrlParam # \u2022 kubeDetailsUrlParam : PageParam < string > Used to store object.selfLink to show more info about resource in the details panel. kubeSelectedUrlParam # \u2022 kubeSelectedUrlParam : PageParam < string > Used to highlight last active/selected table row with the resource. example If we go to \"Nodes (page) -> Node (details) -> Pod (details)\", last clicked Node should be \"active\" while Pod details are shown). logTabStore # \u2022 logTabStore : LogTabStore memoryOptions # \u2022 memoryOptions : ChartOptions notificationsStore # \u2022 notificationsStore : NotificationsStore orderByUrlParam # \u2022 orderByUrlParam : PageParam < string > sortByUrlParam # \u2022 sortByUrlParam : PageParam < string > terminalStore # \u2022 terminalStore : TerminalStore deprecated use TerminalStore.getInstance() instead Functions # DrawerItemLabels # \u25b8 DrawerItemLabels ( props ): Element Parameters # Name Type props DrawerItemLabelsProps Returns # Element FormSwitch # \u25b8 FormSwitch ( props ): Element deprecated Use instead from \"../switch.tsx\". Parameters # Name Type props FormControlLabelProps Returns # Element KubeObjectMenu # \u25b8 KubeObjectMenu < T >( props ): ReactElement < any , any > Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Parameters # Name Type props KubeObjectMenuProps < T > Returns # ReactElement < any , any > SubMenu # \u25b8 SubMenu ( props ): Element Parameters # Name Type props Partial < MenuProps > Returns # Element Switch # \u25b8 Switch ( __namedParameters ): Element Parameters # Name Type __namedParameters Props Returns # Element TabLayout # \u25b8 Const TabLayout ( __namedParameters ): Element Parameters # Name Type __namedParameters TabLayoutProps Returns # Element createTerminalTab # \u25b8 createTerminalTab ( tabParams? ): Required < DockTabCreate > Parameters # Name Type tabParams DockTabCreateSpecific Returns # Required < DockTabCreate > getDetailsUrl # \u25b8 getDetailsUrl ( selfLink , resetSelected? , mergeGlobals? ): string Parameters # Name Type Default value selfLink string undefined resetSelected boolean false mergeGlobals boolean true Returns # string hideDetails # \u25b8 hideDetails (): void Returns # void showDetails # \u25b8 showDetails ( selfLink? , resetSelected? ): void Parameters # Name Type Default value selfLink string \"\" resetSelected boolean true Returns # void toggleDetails # \u25b8 toggleDetails ( selfLink , resetSelected? ): void Parameters # Name Type Default value selfLink string undefined resetSelected boolean true Returns # void withTooltip # \u25b8 withTooltip < T >( Target ): T Type parameters # Name Type T extends ComponentType < any > Parameters # Name Type Target T Returns # T","title":"Namespace: Component"},{"location":"extensions/api/modules/Renderer.Component/#namespace-component","text":"Renderer .Component","title":"Namespace: Component"},{"location":"extensions/api/modules/Renderer.Component/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Component/#enumerations","text":"NotificationStatus TooltipPosition","title":"Enumerations"},{"location":"extensions/api/modules/Renderer.Component/#classes","text":"Badge BarChart Button Checkbox CommandOverlay ConfirmDialog Dialog Drawer DrawerItem DrawerParamToggler DrawerTitle Icon Input KubeEventDetails KubeObjectDetails KubeObjectListLayout KubeObjectMeta LineProgress MainLayout Menu MenuActions MenuItem NamespaceSelect NamespaceSelectFilter Notifications NotificationsStore PageLayout PieChart PodDetailsList Radio RadioGroup SearchInput Select SettingLayout Slider Spinner StatusBrick Stepper SubTitle Tab Table TableCell TableHead TableRow Tabs TerminalStore Tooltip Wizard WizardLayout WizardStep","title":"Classes"},{"location":"extensions/api/modules/Renderer.Component/#interfaces","text":"BadgeProps ButtonProps CheckboxProps ConfirmDialogBooleanParams ConfirmDialogParams ConfirmDialogProps DialogProps DrawerItemLabelsProps DrawerItemProps DrawerParamTogglerProps DrawerProps DrawerTitleProps GroupSelectOption IconDataFnArg IconProps InputValidator KubeEventDetailsProps KubeObjectDetailsProps KubeObjectListLayoutProps KubeObjectMenuProps KubeObjectMetaProps LineProgressProps MenuActionsProps MenuItemProps MenuPosition MenuProps MenuStyle Notification RadioGroupProps SelectOption SelectProps SettingLayoutProps SliderProps SpinnerProps StatusBrickProps StepperProps TabLayoutProps TabLayoutRoute TabProps TableCellProps TableHeadProps TableProps TableRowProps TabsProps TooltipContentFormatters TooltipDecoratorProps TooltipProps WizardLayoutProps WizardProps WizardStepProps","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.Component/#type-aliases","text":"DrawerPosition IconData InputProps MenuContextValue NotificationId NotificationMessage RadioProps TableCellElem TableHeadElem TableOrderBy TableRowElem TableSortBy TableSortCallback TableSortCallbacks TableSortParams","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.Component/#variables","text":"InputValidators MenuContext Switcher cpuOptions kubeDetailsUrlParam kubeSelectedUrlParam logTabStore memoryOptions notificationsStore orderByUrlParam sortByUrlParam terminalStore","title":"Variables"},{"location":"extensions/api/modules/Renderer.Component/#functions","text":"DrawerItemLabels FormSwitch KubeObjectMenu SubMenu Switch TabLayout createTerminalTab getDetailsUrl hideDetails showDetails toggleDetails withTooltip","title":"Functions"},{"location":"extensions/api/modules/Renderer.Component/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.Component/#drawerposition","text":"\u01ac DrawerPosition : \"top\" | \"left\" | \"right\" | \"bottom\"","title":"DrawerPosition"},{"location":"extensions/api/modules/Renderer.Component/#icondata","text":"\u01ac IconData : string | React.ReactNode | ( opt : IconDataFnArg ) => React.ReactNode One of the folloing: - A material icon name - A react node - Or a function that produces a react node","title":"IconData"},{"location":"extensions/api/modules/Renderer.Component/#inputprops","text":"\u01ac InputProps : Omit < InputElementProps , \"onChange\" | \"onSubmit\" > & { autoSelectOnFocus? : boolean ; className? : string ; contentRight? : string | React.ReactNode ; defaultValue? : string ; dirty? : boolean ; iconLeft? : IconData ; iconRight? : IconData ; maxRows? : number ; multiLine? : boolean ; showErrorsAsTooltip? : boolean | Omit < TooltipProps , \"targetId\" > ; showValidationLine? : boolean ; theme? : \"round-black\" | \"round\" ; trim? : boolean ; validators? : InputValidator | InputValidator [] ; value? : string ; onChange? : ( value : string , evt : ChangeEvent < InputElement >) => void ; onSubmit? : ( value : string , evt : KeyboardEvent < InputElement >) => void }","title":"InputProps"},{"location":"extensions/api/modules/Renderer.Component/#menucontextvalue","text":"\u01ac MenuContextValue : Menu","title":"MenuContextValue"},{"location":"extensions/api/modules/Renderer.Component/#notificationid","text":"\u01ac NotificationId : string | number","title":"NotificationId"},{"location":"extensions/api/modules/Renderer.Component/#notificationmessage","text":"\u01ac NotificationMessage : React.ReactNode | React.ReactNode [] | JsonApiErrorParsed","title":"NotificationMessage"},{"location":"extensions/api/modules/Renderer.Component/#radioprops","text":"\u01ac RadioProps : React.HTMLProps < any > & { checked? : boolean ; disabled? : boolean ; label? : React.ReactNode | any ; name? : string ; value? : any ; onChange? : ( value : ChangeEvent < HTMLInputElement >) => void }","title":"RadioProps"},{"location":"extensions/api/modules/Renderer.Component/#tablecellelem","text":"\u01ac TableCellElem : React.ReactElement < TableCellProps >","title":"TableCellElem"},{"location":"extensions/api/modules/Renderer.Component/#tableheadelem","text":"\u01ac TableHeadElem : React.ReactElement < TableHeadProps >","title":"TableHeadElem"},{"location":"extensions/api/modules/Renderer.Component/#tableorderby","text":"\u01ac TableOrderBy : \"asc\" | \"desc\" | string","title":"TableOrderBy"},{"location":"extensions/api/modules/Renderer.Component/#tablerowelem","text":"\u01ac TableRowElem : React.ReactElement < TableRowProps >","title":"TableRowElem"},{"location":"extensions/api/modules/Renderer.Component/#tablesortby","text":"\u01ac TableSortBy : string","title":"TableSortBy"},{"location":"extensions/api/modules/Renderer.Component/#tablesortcallback","text":"\u01ac TableSortCallback < Item >: ( data : Item ) => string | number | ( string | number )[]","title":"TableSortCallback"},{"location":"extensions/api/modules/Renderer.Component/#tablesortcallbacks","text":"\u01ac TableSortCallbacks < Item >: Record < string , TableSortCallback < Item >>","title":"TableSortCallbacks"},{"location":"extensions/api/modules/Renderer.Component/#tablesortparams","text":"\u01ac TableSortParams : Object","title":"TableSortParams"},{"location":"extensions/api/modules/Renderer.Component/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.Component/#inputvalidators","text":"\u2022 InputValidators : Object","title":"InputValidators"},{"location":"extensions/api/modules/Renderer.Component/#menucontext","text":"\u2022 MenuContext : Context < Menu >","title":"MenuContext"},{"location":"extensions/api/modules/Renderer.Component/#switcher","text":"\u2022 Switcher : ComponentType < Pick < Props , \"name\" | \"prefix\" | \"defaultValue\" | \"id\" | \"title\" | \"className\" | \"dangerouslySetInnerHTML\" | \"onCopy\" | \"onCopyCapture\" | \"onCut\" | \"onCutCapture\" | \"onPaste\" | \"onPasteCapture\" | \"onCompositionEnd\" | \"onCompositionEndCapture\" | \"onCompositionStart\" | \"onCompositionStartCapture\" | \"onCompositionUpdate\" | \"onCompositionUpdateCapture\" | \"onFocus\" | \"onFocusCapture\" | \"onBlur\" | \"onBlurCapture\" | \"onChange\" | \"onChangeCapture\" | \"onBeforeInput\" | \"onBeforeInputCapture\" | \"onInput\" | \"onInputCapture\" | \"onReset\" | \"onResetCapture\" | \"onSubmit\" | \"onSubmitCapture\" | \"onInvalid\" | \"onInvalidCapture\" | \"onLoad\" | \"onLoadCapture\" | \"onError\" | \"onErrorCapture\" | \"onKeyDown\" | \"onKeyDownCapture\" | \"onKeyPress\" | \"onKeyPressCapture\" | \"onKeyUp\" | \"onKeyUpCapture\" | \"onAbort\" | \"onAbortCapture\" | \"onCanPlay\" | \"onCanPlayCapture\" | \"onCanPlayThrough\" | \"onCanPlayThroughCapture\" | \"onDurationChange\" | \"onDurationChangeCapture\" | \"onEmptied\" | \"onEmptiedCapture\" | \"onEncrypted\" | \"onEncryptedCapture\" | \"onEnded\" | \"onEndedCapture\" | \"onLoadedData\" | \"onLoadedDataCapture\" | \"onLoadedMetadata\" | \"onLoadedMetadataCapture\" | \"onLoadStart\" | \"onLoadStartCapture\" | \"onPause\" | \"onPauseCapture\" | \"onPlay\" | \"onPlayCapture\" | \"onPlaying\" | \"onPlayingCapture\" | \"onProgress\" | \"onProgressCapture\" | \"onRateChange\" | \"onRateChangeCapture\" | \"onSeeked\" | \"onSeekedCapture\" | \"onSeeking\" | \"onSeekingCapture\" | \"onStalled\" | \"onStalledCapture\" | \"onSuspend\" | \"onSuspendCapture\" | \"onTimeUpdate\" | \"onTimeUpdateCapture\" | \"onVolumeChange\" | \"onVolumeChangeCapture\" | \"onWaiting\" | \"onWaitingCapture\" | \"onAuxClick\" | \"onAuxClickCapture\" | \"onClick\" | \"onClickCapture\" | \"onContextMenu\" | \"onContextMenuCapture\" | \"onDoubleClick\" | \"onDoubleClickCapture\" | \"onDrag\" | \"onDragCapture\" | \"onDragEnd\" | \"onDragEndCapture\" | \"onDragEnter\" | \"onDragEnterCapture\" | \"onDragExit\" | \"onDragExitCapture\" | \"onDragLeave\" | \"onDragLeaveCapture\" | \"onDragOver\" | \"onDragOverCapture\" | \"onDragStart\" | \"onDragStartCapture\" | \"onDrop\" | \"onDropCapture\" | \"onMouseDown\" | \"onMouseDownCapture\" | \"onMouseEnter\" | \"onMouseLeave\" | \"onMouseMove\" | \"onMouseMoveCapture\" | \"onMouseOut\" | \"onMouseOutCapture\" | \"onMouseOver\" | \"onMouseOverCapture\" | \"onMouseUp\" | \"onMouseUpCapture\" | \"onSelect\" | \"onSelectCapture\" | \"onTouchCancel\" | \"onTouchCancelCapture\" | \"onTouchEnd\" | \"onTouchEndCapture\" | \"onTouchMove\" | \"onTouchMoveCapture\" | \"onTouchStart\" | \"onTouchStartCapture\" | \"onPointerDown\" | \"onPointerDownCapture\" | \"onPointerMove\" | \"onPointerMoveCapture\" | \"onPointerUp\" | \"onPointerUpCapture\" | \"onPointerCancel\" | \"onPointerCancelCapture\" | \"onPointerEnter\" | \"onPointerEnterCapture\" | \"onPointerLeave\" | \"onPointerLeaveCapture\" | \"onPointerOver\" | \"onPointerOverCapture\" | \"onPointerOut\" | \"onPointerOutCapture\" | \"onGotPointerCapture\" | \"onGotPointerCaptureCapture\" | \"onLostPointerCapture\" | \"onLostPointerCaptureCapture\" | \"onScroll\" | \"onScrollCapture\" | \"onWheel\" | \"onWheelCapture\" | \"onAnimationStart\" | \"onAnimationStartCapture\" | \"onAnimationEnd\" | \"onAnimationEndCapture\" | \"onAnimationIteration\" | \"onAnimationIterationCapture\" | \"onTransitionEnd\" | \"onTransitionEndCapture\" | \"form\" | \"style\" | \"hidden\" | \"autoFocus\" | \"disabled\" | \"formAction\" | \"formEncType\" | \"formMethod\" | \"formNoValidate\" | \"formTarget\" | \"type\" | \"value\" | \"defaultChecked\" | \"suppressContentEditableWarning\" | \"suppressHydrationWarning\" | \"accessKey\" | \"contentEditable\" | \"contextMenu\" | \"dir\" | \"draggable\" | \"lang\" | \"placeholder\" | \"slot\" | \"spellCheck\" | \"tabIndex\" | \"translate\" | \"radioGroup\" | \"role\" | \"about\" | \"datatype\" | \"inlist\" | \"property\" | \"resource\" | \"typeof\" | \"vocab\" | \"autoCapitalize\" | \"autoCorrect\" | \"autoSave\" | \"color\" | \"itemProp\" | \"itemScope\" | \"itemType\" | \"itemID\" | \"itemRef\" | \"results\" | \"security\" | \"unselectable\" | \"inputMode\" | \"is\" | \"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\" | \"action\" | \"checked\" | \"readOnly\" | \"required\" | \"size\" | \"ref\" | \"key\" | \"innerRef\" | \"icon\" | \"checkedIcon\" | \"disableFocusRipple\" | \"edge\" | \"buttonRef\" | \"centerRipple\" | \"disableRipple\" | \"disableTouchRipple\" | \"focusRipple\" | \"focusVisibleClassName\" | \"onFocusVisible\" | \"TouchRippleProps\" | \"inputProps\" | \"inputRef\" > & StyledComponentProps < \"checked\" | \"track\" | \"root\" | \"thumb\" | \"focusVisible\" | \"switchBase\" >> deprecated Use instead from \"../switch.tsx\".","title":"Switcher"},{"location":"extensions/api/modules/Renderer.Component/#cpuoptions","text":"\u2022 cpuOptions : ChartOptions","title":"cpuOptions"},{"location":"extensions/api/modules/Renderer.Component/#kubedetailsurlparam","text":"\u2022 kubeDetailsUrlParam : PageParam < string > Used to store object.selfLink to show more info about resource in the details panel.","title":"kubeDetailsUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#kubeselectedurlparam","text":"\u2022 kubeSelectedUrlParam : PageParam < string > Used to highlight last active/selected table row with the resource. example If we go to \"Nodes (page) -> Node (details) -> Pod (details)\", last clicked Node should be \"active\" while Pod details are shown).","title":"kubeSelectedUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#logtabstore","text":"\u2022 logTabStore : LogTabStore","title":"logTabStore"},{"location":"extensions/api/modules/Renderer.Component/#memoryoptions","text":"\u2022 memoryOptions : ChartOptions","title":"memoryOptions"},{"location":"extensions/api/modules/Renderer.Component/#notificationsstore","text":"\u2022 notificationsStore : NotificationsStore","title":"notificationsStore"},{"location":"extensions/api/modules/Renderer.Component/#orderbyurlparam","text":"\u2022 orderByUrlParam : PageParam < string >","title":"orderByUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#sortbyurlparam","text":"\u2022 sortByUrlParam : PageParam < string >","title":"sortByUrlParam"},{"location":"extensions/api/modules/Renderer.Component/#terminalstore","text":"\u2022 terminalStore : TerminalStore deprecated use TerminalStore.getInstance() instead","title":"terminalStore"},{"location":"extensions/api/modules/Renderer.Component/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Component/#draweritemlabels","text":"\u25b8 DrawerItemLabels ( props ): Element","title":"DrawerItemLabels"},{"location":"extensions/api/modules/Renderer.Component/#formswitch","text":"\u25b8 FormSwitch ( props ): Element deprecated Use instead from \"../switch.tsx\".","title":"FormSwitch"},{"location":"extensions/api/modules/Renderer.Component/#kubeobjectmenu","text":"\u25b8 KubeObjectMenu < T >( props ): ReactElement < any , any >","title":"KubeObjectMenu"},{"location":"extensions/api/modules/Renderer.Component/#submenu","text":"\u25b8 SubMenu ( props ): Element","title":"SubMenu"},{"location":"extensions/api/modules/Renderer.Component/#switch","text":"\u25b8 Switch ( __namedParameters ): Element","title":"Switch"},{"location":"extensions/api/modules/Renderer.Component/#tablayout","text":"\u25b8 Const TabLayout ( __namedParameters ): Element","title":"TabLayout"},{"location":"extensions/api/modules/Renderer.Component/#createterminaltab","text":"\u25b8 createTerminalTab ( tabParams? ): Required < DockTabCreate >","title":"createTerminalTab"},{"location":"extensions/api/modules/Renderer.Component/#getdetailsurl","text":"\u25b8 getDetailsUrl ( selfLink , resetSelected? , mergeGlobals? ): string","title":"getDetailsUrl"},{"location":"extensions/api/modules/Renderer.Component/#hidedetails","text":"\u25b8 hideDetails (): void","title":"hideDetails"},{"location":"extensions/api/modules/Renderer.Component/#showdetails","text":"\u25b8 showDetails ( selfLink? , resetSelected? ): void","title":"showDetails"},{"location":"extensions/api/modules/Renderer.Component/#toggledetails","text":"\u25b8 toggleDetails ( selfLink , resetSelected? ): void","title":"toggleDetails"},{"location":"extensions/api/modules/Renderer.Component/#withtooltip","text":"\u25b8 withTooltip < T >( Target ): T","title":"withTooltip"},{"location":"extensions/api/modules/Renderer.K8sApi/","text":"Namespace: K8sApi # Renderer .K8sApi Table of contents # Enumerations # KubeObjectStatusLevel Classes # CRDResourceStore CRDStore ClusterRole ClusterRoleBinding ConfigMap ConfigMapsStore CronJob CronJobStore CustomResourceDefinition DaemonSet DaemonSetStore Deployment DeploymentApi DeploymentStore Endpoint EndpointStore EventStore HPAStore HorizontalPodAutoscaler Ingress IngressApi IngressStore Job JobStore KubeApi KubeEvent KubeJsonApi KubeObject KubeObjectStore KubeStatus LimitRange LimitRangesStore Namespace NamespaceStore NetworkPolicy NetworkPolicyStore Node NodesApi NodesStore PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi PersistentVolumesStore Pod PodDisruptionBudget PodDisruptionBudgetsStore PodsApi PodsStore ReplicaSet ReplicaSetStore ResourceQuota ResourceQuotasStore ResourceStack Role RoleBinding RoleBindingsStore RolesStore Secret SecretsStore Service ServiceAccount ServiceAccountsStore ServiceStore StatefulSet StatefulSetStore StorageClass StorageClassStore VolumeClaimStore Interfaces # IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef Type aliases # KubeObjectStatus Variables # apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi Functions # forCluster forRemoteCluster isAllowedResource Type aliases # KubeObjectStatus # \u01ac KubeObjectStatus : Object Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Type declaration # Name Type level KubeObjectStatusLevel text string timestamp? string Variables # apiManager # \u2022 apiManager : ApiManager clusterRoleApi # \u2022 clusterRoleApi : KubeApi < ClusterRole > Only available within kubernetes cluster pages clusterRoleBindingApi # \u2022 clusterRoleBindingApi : KubeApi < ClusterRoleBinding > Only available within kubernetes cluster pages configMapApi # \u2022 configMapApi : KubeApi < ConfigMap > Only available within kubernetes cluster pages crdApi # \u2022 crdApi : KubeApi < CustomResourceDefinition > Only available within kubernetes cluster pages cronJobApi # \u2022 cronJobApi : CronJobApi Only available within kubernetes cluster pages daemonSetApi # \u2022 daemonSetApi : DaemonSetApi Only available within kubernetes cluster pages deploymentApi # \u2022 deploymentApi : DeploymentApi endpointApi # \u2022 endpointApi : KubeApi < Endpoint > eventApi # \u2022 eventApi : KubeApi < KubeEvent > hpaApi # \u2022 hpaApi : KubeApi < HorizontalPodAutoscaler > ingressApi # \u2022 ingressApi : IngressApi jobApi # \u2022 jobApi : JobApi limitRangeApi # \u2022 limitRangeApi : KubeApi < LimitRange > namespacesApi # \u2022 namespacesApi : NamespaceApi networkPolicyApi # \u2022 networkPolicyApi : KubeApi < NetworkPolicy > nodesApi # \u2022 nodesApi : NodesApi pdbApi # \u2022 pdbApi : KubeApi < PodDisruptionBudget > persistentVolumeApi # \u2022 persistentVolumeApi : KubeApi < PersistentVolume > podsApi # \u2022 podsApi : PodsApi pvcApi # \u2022 pvcApi : PersistentVolumeClaimsApi replicaSetApi # \u2022 replicaSetApi : ReplicaSetApi resourceQuotaApi # \u2022 resourceQuotaApi : KubeApi < ResourceQuota > roleApi # \u2022 roleApi : KubeApi < Role > roleBindingApi # \u2022 roleBindingApi : KubeApi < RoleBinding > secretsApi # \u2022 secretsApi : KubeApi < Secret > serviceAccountsApi # \u2022 serviceAccountsApi : KubeApi < ServiceAccount > serviceApi # \u2022 serviceApi : KubeApi < Service > statefulSetApi # \u2022 statefulSetApi : StatefulSetApi storageClassApi # \u2022 storageClassApi : KubeApi < StorageClass > Functions # forCluster # \u25b8 forCluster < T , Y >( cluster , kubeClass , apiClass? ): KubeApi < T > Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Y extends KubeApi < T , Y > KubeApi < T > Parameters # Name Type Default value cluster ILocalKubeApiConfig undefined kubeClass KubeObjectConstructor < T > undefined apiClass ( apiOpts : IKubeApiOptions < T >) => Y null Returns # KubeApi < T > forRemoteCluster # \u25b8 forRemoteCluster < T , Y >( config , kubeClass , apiClass? ): Y Type parameters # Name Type T extends KubeObject < KubeObjectMetadata , any , any , T > Y extends KubeApi < T , Y > KubeApi < T > Parameters # Name Type Default value config IRemoteKubeApiConfig undefined kubeClass KubeObjectConstructor < T > undefined apiClass ( apiOpts : IKubeApiOptions < T >) => Y null Returns # Y isAllowedResource # \u25b8 isAllowedResource ( resource ): boolean Parameters # Name Type resource KubeResource | KubeResource [] Returns # boolean","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#namespace-k8sapi","text":"Renderer .K8sApi","title":"Namespace: K8sApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.K8sApi/#enumerations","text":"KubeObjectStatusLevel","title":"Enumerations"},{"location":"extensions/api/modules/Renderer.K8sApi/#classes","text":"CRDResourceStore CRDStore ClusterRole ClusterRoleBinding ConfigMap ConfigMapsStore CronJob CronJobStore CustomResourceDefinition DaemonSet DaemonSetStore Deployment DeploymentApi DeploymentStore Endpoint EndpointStore EventStore HPAStore HorizontalPodAutoscaler Ingress IngressApi IngressStore Job JobStore KubeApi KubeEvent KubeJsonApi KubeObject KubeObjectStore KubeStatus LimitRange LimitRangesStore Namespace NamespaceStore NetworkPolicy NetworkPolicyStore Node NodesApi NodesStore PersistentVolume PersistentVolumeClaim PersistentVolumeClaimsApi PersistentVolumesStore Pod PodDisruptionBudget PodDisruptionBudgetsStore PodsApi PodsStore ReplicaSet ReplicaSetStore ResourceQuota ResourceQuotasStore ResourceStack Role RoleBinding RoleBindingsStore RolesStore Secret SecretsStore Service ServiceAccount ServiceAccountsStore ServiceStore StatefulSet StatefulSetStore StorageClass StorageClassStore VolumeClaimStore","title":"Classes"},{"location":"extensions/api/modules/Renderer.K8sApi/#interfaces","text":"IKubeApiCluster ILocalKubeApiConfig IPodContainer IPodContainerStatus IRemoteKubeApiConfig ISecretRef","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.K8sApi/#type-aliases","text":"KubeObjectStatus","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.K8sApi/#variables","text":"apiManager clusterRoleApi clusterRoleBindingApi configMapApi crdApi cronJobApi daemonSetApi deploymentApi endpointApi eventApi hpaApi ingressApi jobApi limitRangeApi namespacesApi networkPolicyApi nodesApi pdbApi persistentVolumeApi podsApi pvcApi replicaSetApi resourceQuotaApi roleApi roleBindingApi secretsApi serviceAccountsApi serviceApi statefulSetApi storageClassApi","title":"Variables"},{"location":"extensions/api/modules/Renderer.K8sApi/#functions","text":"forCluster forRemoteCluster isAllowedResource","title":"Functions"},{"location":"extensions/api/modules/Renderer.K8sApi/#type-aliases_1","text":"","title":"Type aliases"},{"location":"extensions/api/modules/Renderer.K8sApi/#kubeobjectstatus","text":"\u01ac KubeObjectStatus : Object Copyright (c) 2021 OpenLens Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","title":"KubeObjectStatus"},{"location":"extensions/api/modules/Renderer.K8sApi/#variables_1","text":"","title":"Variables"},{"location":"extensions/api/modules/Renderer.K8sApi/#apimanager","text":"\u2022 apiManager : ApiManager","title":"apiManager"},{"location":"extensions/api/modules/Renderer.K8sApi/#clusterroleapi","text":"\u2022 clusterRoleApi : KubeApi < ClusterRole > Only available within kubernetes cluster pages","title":"clusterRoleApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#clusterrolebindingapi","text":"\u2022 clusterRoleBindingApi : KubeApi < ClusterRoleBinding > Only available within kubernetes cluster pages","title":"clusterRoleBindingApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#configmapapi","text":"\u2022 configMapApi : KubeApi < ConfigMap > Only available within kubernetes cluster pages","title":"configMapApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#crdapi","text":"\u2022 crdApi : KubeApi < CustomResourceDefinition > Only available within kubernetes cluster pages","title":"crdApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#cronjobapi","text":"\u2022 cronJobApi : CronJobApi Only available within kubernetes cluster pages","title":"cronJobApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#daemonsetapi","text":"\u2022 daemonSetApi : DaemonSetApi Only available within kubernetes cluster pages","title":"daemonSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#deploymentapi","text":"\u2022 deploymentApi : DeploymentApi","title":"deploymentApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#endpointapi","text":"\u2022 endpointApi : KubeApi < Endpoint >","title":"endpointApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#eventapi","text":"\u2022 eventApi : KubeApi < KubeEvent >","title":"eventApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#hpaapi","text":"\u2022 hpaApi : KubeApi < HorizontalPodAutoscaler >","title":"hpaApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#ingressapi","text":"\u2022 ingressApi : IngressApi","title":"ingressApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#jobapi","text":"\u2022 jobApi : JobApi","title":"jobApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#limitrangeapi","text":"\u2022 limitRangeApi : KubeApi < LimitRange >","title":"limitRangeApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#namespacesapi","text":"\u2022 namespacesApi : NamespaceApi","title":"namespacesApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#networkpolicyapi","text":"\u2022 networkPolicyApi : KubeApi < NetworkPolicy >","title":"networkPolicyApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#nodesapi","text":"\u2022 nodesApi : NodesApi","title":"nodesApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#pdbapi","text":"\u2022 pdbApi : KubeApi < PodDisruptionBudget >","title":"pdbApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#persistentvolumeapi","text":"\u2022 persistentVolumeApi : KubeApi < PersistentVolume >","title":"persistentVolumeApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#podsapi","text":"\u2022 podsApi : PodsApi","title":"podsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#pvcapi","text":"\u2022 pvcApi : PersistentVolumeClaimsApi","title":"pvcApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#replicasetapi","text":"\u2022 replicaSetApi : ReplicaSetApi","title":"replicaSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#resourcequotaapi","text":"\u2022 resourceQuotaApi : KubeApi < ResourceQuota >","title":"resourceQuotaApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#roleapi","text":"\u2022 roleApi : KubeApi < Role >","title":"roleApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#rolebindingapi","text":"\u2022 roleBindingApi : KubeApi < RoleBinding >","title":"roleBindingApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#secretsapi","text":"\u2022 secretsApi : KubeApi < Secret >","title":"secretsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#serviceaccountsapi","text":"\u2022 serviceAccountsApi : KubeApi < ServiceAccount >","title":"serviceAccountsApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#serviceapi","text":"\u2022 serviceApi : KubeApi < Service >","title":"serviceApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#statefulsetapi","text":"\u2022 statefulSetApi : StatefulSetApi","title":"statefulSetApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#storageclassapi","text":"\u2022 storageClassApi : KubeApi < StorageClass >","title":"storageClassApi"},{"location":"extensions/api/modules/Renderer.K8sApi/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.K8sApi/#forcluster","text":"\u25b8 forCluster < T , Y >( cluster , kubeClass , apiClass? ): KubeApi < T >","title":"forCluster"},{"location":"extensions/api/modules/Renderer.K8sApi/#forremotecluster","text":"\u25b8 forRemoteCluster < T , Y >( config , kubeClass , apiClass? ): Y","title":"forRemoteCluster"},{"location":"extensions/api/modules/Renderer.K8sApi/#isallowedresource","text":"\u25b8 isAllowedResource ( resource ): boolean","title":"isAllowedResource"},{"location":"extensions/api/modules/Renderer.Navigation/","text":"Namespace: Navigation # Renderer .Navigation Table of contents # References # getDetailsUrl hideDetails showDetails Classes # PageParam Interfaces # PageParamInit URLParams Functions # createPageParam isActiveRoute navigate References # getDetailsUrl # Re-exports getDetailsUrl hideDetails # Re-exports hideDetails showDetails # Re-exports showDetails Functions # createPageParam # \u25b8 createPageParam < V >( init ): PageParam < V > Type parameters # Name V Parameters # Name Type init PageParamInit < V > Returns # PageParam < V > isActiveRoute # \u25b8 isActiveRoute ( route ): boolean Parameters # Name Type route string | string [] | RouteProps Returns # boolean navigate # \u25b8 navigate ( location ): void Parameters # Name Type location LocationDescriptor < unknown > Returns # void","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Renderer.Navigation/#namespace-navigation","text":"Renderer .Navigation","title":"Namespace: Navigation"},{"location":"extensions/api/modules/Renderer.Navigation/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Navigation/#references","text":"getDetailsUrl hideDetails showDetails","title":"References"},{"location":"extensions/api/modules/Renderer.Navigation/#classes","text":"PageParam","title":"Classes"},{"location":"extensions/api/modules/Renderer.Navigation/#interfaces","text":"PageParamInit URLParams","title":"Interfaces"},{"location":"extensions/api/modules/Renderer.Navigation/#functions","text":"createPageParam isActiveRoute navigate","title":"Functions"},{"location":"extensions/api/modules/Renderer.Navigation/#references_1","text":"","title":"References"},{"location":"extensions/api/modules/Renderer.Navigation/#getdetailsurl","text":"Re-exports getDetailsUrl","title":"getDetailsUrl"},{"location":"extensions/api/modules/Renderer.Navigation/#hidedetails","text":"Re-exports hideDetails","title":"hideDetails"},{"location":"extensions/api/modules/Renderer.Navigation/#showdetails","text":"Re-exports showDetails","title":"showDetails"},{"location":"extensions/api/modules/Renderer.Navigation/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Navigation/#createpageparam","text":"\u25b8 createPageParam < V >( init ): PageParam < V >","title":"createPageParam"},{"location":"extensions/api/modules/Renderer.Navigation/#isactiveroute","text":"\u25b8 isActiveRoute ( route ): boolean","title":"isActiveRoute"},{"location":"extensions/api/modules/Renderer.Navigation/#navigate","text":"\u25b8 navigate ( location ): void","title":"navigate"},{"location":"extensions/api/modules/Renderer.Theme/","text":"Namespace: Theme # Renderer .Theme Table of contents # Functions # getActiveTheme Functions # getActiveTheme # \u25b8 getActiveTheme (): Theme Returns # Theme","title":"Namespace: Theme"},{"location":"extensions/api/modules/Renderer.Theme/#namespace-theme","text":"Renderer .Theme","title":"Namespace: Theme"},{"location":"extensions/api/modules/Renderer.Theme/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer.Theme/#functions","text":"getActiveTheme","title":"Functions"},{"location":"extensions/api/modules/Renderer.Theme/#functions_1","text":"","title":"Functions"},{"location":"extensions/api/modules/Renderer.Theme/#getactivetheme","text":"\u25b8 getActiveTheme (): Theme","title":"getActiveTheme"},{"location":"extensions/api/modules/Renderer/","text":"Namespace: Renderer # Table of contents # Namespaces # Catalog Component K8sApi Navigation Theme Classes # Ipc LensExtension","title":"Namespace: Renderer"},{"location":"extensions/api/modules/Renderer/#namespace-renderer","text":"","title":"Namespace: Renderer"},{"location":"extensions/api/modules/Renderer/#table-of-contents","text":"","title":"Table of contents"},{"location":"extensions/api/modules/Renderer/#namespaces","text":"Catalog Component K8sApi Navigation Theme","title":"Namespaces"},{"location":"extensions/api/modules/Renderer/#classes","text":"Ipc LensExtension","title":"Classes"},{"location":"extensions/capabilities/","text":"","title":"Index"},{"location":"extensions/capabilities/common-capabilities/","text":"Common Capabilities # Here we will discuss common and important building blocks for your extensions, and explain how you can use them. Almost all extensions use some of these functionalities. Main Extension # The main extension runs in the background. It adds app menu items to the Lens UI. In order to see logs from this extension, you need to start Lens from the command line. Activate # This extension can register a custom callback that is executed when an extension is activated (started). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Menus # This extension can register custom app and tray menus that will be displayed on OS native menus. Example: import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } } ] trayMenus = [ { label : \"My links\" , submenu : [ { label : \"Lens\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } }, { type : \"separator\" }, { label : \"Lens Github\" , click () { Main . Navigation . navigate ( \"https://github.com/lensapp/lens\" ); } } ] } ] } Renderer Extension # The renderer extension runs in a browser context, and is visible in Lens's main window. In order to see logs from this extension you need to check them via View > Toggle Developer Tools > Console . Activate # This extension can register a custom callback that is executed when an extension is activated (started). import { Renderer } from \"@k8slens/extensions\" export default class ExampleExtension extends Renderer . LensExtension { async onActivate () { console . log ( \"hello world\" ) } } Deactivate # This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Renderer } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Renderer . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } } Global Pages # This extension can register custom global pages (views) to Lens's main window. The global page is a full-screen page that hides all other content from a window. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" const { Component : { Icon , } } = Renderer ; export default class ExampleRendererExtension extends Renderer . LensExtension { globalPages = [ { id : \"example\" , components : { Page : ExamplePage , } } ] globalPageMenus = [ { title : \"Example page\" , // used in icon's tooltip target : { pageId : \"example\" } components : { Icon : () => < Icon material = \"arrow\" /> , } } ] } App Preferences # This extension can register custom app preferences. It is responsible for storing a state for custom preferences. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends Renderer . LensExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] } Cluster Pages # This extension can register custom cluster pages. These pages are visible in a cluster menu when a cluster is opened. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , // optional exact : true , // optional components : { Page : () => < ExamplePage extension = { this } /> , } } ] clusterPageMenus = [ { url : \"/extension-example\" , // optional title : \"Example Extension\" , components : { Icon : ExampleIcon , } } ] } Top Bar Items # This extension can register custom components to a top bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { topBarItems = [ { components : { Item : () => ( < Icon material = \"favorite\" onClick = {() => this . navigate ( \"/example-page\" /> ) } } ] } Status Bar Items # This extension can register custom icons and text to a status bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => this . navigate ( \"/example-page\" )} > < Icon material = \"favorite\" /> < /div> ) } } ] } Kubernetes Workloads Overview Items # This extension can register custom workloads overview items. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomWorkloadsOverviewItem } from \"./src/custom-workloads-overview-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeWorkloadsOverviewItems = [ { components : { Details : () => < CustomWorkloadsOverviewItem /> } } ] } Kubernetes Object Menu Items # This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Node\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : CustomMenuItemProps ) => < CustomMenuItem {... props } /> } } ] } Kubernetes Object Details # This extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends Renderer . LensExtension { 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":"Here we will discuss common and important building blocks for your extensions, and explain how you can use them. Almost all extensions use some of these functionalities.","title":"Common Capabilities"},{"location":"extensions/capabilities/common-capabilities/#main-extension","text":"The main extension runs in the background. It adds app menu items to the Lens UI. In order 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":"This extension can register a custom callback that is executed when an extension is activated (started). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate","text":"This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#menus","text":"This extension can register custom app and tray menus that will be displayed on OS native menus. Example: import { Main } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Example item\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } } ] trayMenus = [ { label : \"My links\" , submenu : [ { label : \"Lens\" , click () { Main . Navigation . navigate ( \"https://k8slens.dev\" ); } }, { type : \"separator\" }, { label : \"Lens Github\" , click () { Main . Navigation . navigate ( \"https://github.com/lensapp/lens\" ); } } ] } ] }","title":"Menus"},{"location":"extensions/capabilities/common-capabilities/#renderer-extension","text":"The renderer extension runs in a browser context, and is visible in Lens's main window. In order 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":"This extension can register a custom callback that is executed when an extension is activated (started). import { Renderer } from \"@k8slens/extensions\" export default class ExampleExtension extends Renderer . LensExtension { async onActivate () { console . log ( \"hello world\" ) } }","title":"Activate"},{"location":"extensions/capabilities/common-capabilities/#deactivate_1","text":"This extension can register a custom callback that is executed when an extension is deactivated (stopped). import { Renderer } from \"@k8slens/extensions\" export default class ExampleMainExtension extends Renderer . LensExtension { async onDeactivate () { console . log ( \"bye bye\" ) } }","title":"Deactivate"},{"location":"extensions/capabilities/common-capabilities/#global-pages","text":"This extension can register custom global pages (views) to Lens's main window. The global page is a full-screen page that hides all other content from a window. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { ExamplePage } from \"./src/example-page\" const { Component : { Icon , } } = Renderer ; export default class ExampleRendererExtension extends Renderer . LensExtension { globalPages = [ { id : \"example\" , components : { Page : ExamplePage , } } ] globalPageMenus = [ { title : \"Example page\" , // used in icon's tooltip target : { pageId : \"example\" } components : { Icon : () => < Icon material = \"arrow\" /> , } } ] }","title":"Global Pages"},{"location":"extensions/capabilities/common-capabilities/#app-preferences","text":"This extension can register custom app preferences. It is responsible for storing a state for custom preferences. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" import { myCustomPreferencesStore } from \"./src/my-custom-preferences-store\" import { MyCustomPreferenceHint , MyCustomPreferenceInput } from \"./src/my-custom-preference\" export default class ExampleRendererExtension extends Renderer . LensExtension { appPreferences = [ { title : \"My Custom Preference\" , components : { Hint : () => < MyCustomPreferenceHint /> , Input : () => < MyCustomPreferenceInput store = { myCustomPreferencesStore } /> } } ] }","title":"App Preferences"},{"location":"extensions/capabilities/common-capabilities/#cluster-pages","text":"This extension can register custom cluster pages. These pages are visible in a cluster menu when a cluster is opened. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./src/page\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , // optional exact : true , // optional components : { Page : () => < ExamplePage extension = { this } /> , } } ] clusterPageMenus = [ { url : \"/extension-example\" , // optional title : \"Example Extension\" , components : { Icon : ExampleIcon , } } ] }","title":"Cluster Pages"},{"location":"extensions/capabilities/common-capabilities/#top-bar-items","text":"This extension can register custom components to a top bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { topBarItems = [ { components : { Item : () => ( < Icon material = \"favorite\" onClick = {() => this . navigate ( \"/example-page\" /> ) } } ] }","title":"Top Bar Items"},{"location":"extensions/capabilities/common-capabilities/#status-bar-items","text":"This extension can register custom icons and text to a status bar area. import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , } } = Renderer ; export default class ExampleExtension extends Renderer . LensExtension { statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps hover-highlight\" onClick = {() => this . navigate ( \"/example-page\" )} > < Icon material = \"favorite\" /> < /div> ) } } ] }","title":"Status Bar Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-workloads-overview-items","text":"This extension can register custom workloads overview items. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomWorkloadsOverviewItem } from \"./src/custom-workloads-overview-item\" export default class ExampleExtension extends Renderer . LensExtension { kubeWorkloadsOverviewItems = [ { components : { Details : () => < CustomWorkloadsOverviewItem /> } } ] }","title":"Kubernetes Workloads Overview Items"},{"location":"extensions/capabilities/common-capabilities/#kubernetes-object-menu-items","text":"This extension can register custom menu items (actions) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomMenuItem , CustomMenuItemProps } from \"./src/custom-menu-item\" export default class ExampleExtension extends Renderer . LensExtension { 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":"This extension can register custom details (content) for specified Kubernetes kinds/apiVersions. import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { CustomKindDetails , CustomKindDetailsProps } from \"./src/custom-kind-details\" export default class ExampleExtension extends Renderer . LensExtension { 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 the look and feel of the application. Layout # For layout tasks, Lens uses the flex.box library which provides helpful class names to specify some of the flexbox properties. For example, consider the following HTML and its associated CSS properties: < div className = \"flex column align-center\" > div { display : flex ; flex-direction : column ; align-items : center ; } However, you are free to use any styling technique or framework you like, including Emotion or even plain CSS. Layout Variables # There is a set of CSS variables available for for basic layout needs. They are located inside :root and are defined in app.scss : --unit : 8px ; --padding : var ( --unit ); --margin : var ( --unit ); --border-radius : 3px ; These variables are intended to set consistent margins and paddings across components. For example: . status { padding-left : calc ( var ( --padding ) * 2 ); border-radius : var ( --border-radius ); } Themes # Lens uses two built-in themes defined in the themes directory \u2013 one light and one dark. Theme Variables # When Lens is loaded, it transforms the selected theme's json file into a list of CSS Custom Properties (CSS Variables) . This list then gets injected into the :root element so that any of the down-level components can use them. When the user changes the theme, the above process is repeated, and new CSS variables appear, replacing the previous ones. If you want to preserve Lens's native look and feel, with respect to the lightness or darkness of your extension, you can use the provided variables and built-in Lens components such as Button , Select , Table , and so on. There is a set of CSS variables available for extensions to use for theming. They are all located inside :root and are defined in app.scss : --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 ; as well as in the theme modules : --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; ... These variables can be used in the following form: var(--magenta) . For example: . status { font-size : var ( --font-size-small ); background-color : var ( --colorSuccess ); } Theme Switching # When the light theme is active, the element gets a \"theme-light\" class, or: . If the class isn't there, the theme defaults to dark. The active theme can be changed in the Preferences page: There is a way of detect active theme and its changes in JS. MobX observer function/decorator can be used for this purpose. import React from \"react\" import { observer } from \"mobx-react\" import { Renderer } from \"@k8slens/extensions\" ; @ observer export class SupportPage extends React . Component { render () { return ( < div className = \"SupportPage\" > < h1 > Active theme is { Renderer . Theme . getActiveTheme (). name } < /h1> < /div> ); } } Theme entity from @k8slens/extensions provides active theme object and @observer decorator makes component reactive - so it will rerender each time any of the observables (active theme in our case) will be changed. Working example provided in Styling with Emotion sample extension. Injected Styles # Every extension is affected by the list of default global styles defined in app.scss . These are basic browser resets and element styles, including: setting the box-sizing property for every element default text and background colors default font sizes basic heading (h1, h2, etc) formatting custom scrollbar styling Extensions may overwrite these defaults if needed. They have low CSS specificity, so overriding them should be fairly easy. CSS-in-JS # If an extension uses a system like Emotion to work with styles, it can use CSS variables as follows: const Container = styled . div (() => ({ backgroundColor : 'var(--mainBackground)' })); Examples # You can explore samples for each styling technique that you can use for extensions: Styling with Sass Styling with Emotion Styling with CSS Modules","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 the look and feel of the application.","title":"Styling an Extension"},{"location":"extensions/capabilities/styling/#layout","text":"For layout tasks, Lens uses the flex.box library which provides helpful class names to specify some of the flexbox properties. For example, consider the following HTML and its associated CSS properties: < div className = \"flex column align-center\" > div { display : flex ; flex-direction : column ; align-items : center ; } However, you are free to use any styling technique or framework you like, including Emotion or even plain CSS.","title":"Layout"},{"location":"extensions/capabilities/styling/#layout-variables","text":"There is a set of CSS variables available for for basic layout needs. They are located inside :root and are defined in app.scss : --unit : 8px ; --padding : var ( --unit ); --margin : var ( --unit ); --border-radius : 3px ; These variables are intended to set consistent margins and paddings across components. For example: . status { padding-left : calc ( var ( --padding ) * 2 ); border-radius : var ( --border-radius ); }","title":"Layout Variables"},{"location":"extensions/capabilities/styling/#themes","text":"Lens uses two built-in themes defined in the themes directory \u2013 one light and one dark.","title":"Themes"},{"location":"extensions/capabilities/styling/#theme-variables","text":"When Lens is loaded, it transforms the selected theme's json file into a list of CSS Custom Properties (CSS Variables) . This list then gets injected into the :root element so that any of the down-level components can use them. When the user changes the theme, the above process is repeated, and new CSS variables appear, replacing the previous ones. If you want to preserve Lens's native look and feel, with respect to the lightness or darkness of your extension, you can use the provided variables and built-in Lens components such as Button , Select , Table , and so on. There is a set of CSS variables available for extensions to use for theming. They are all located inside :root and are defined in app.scss : --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 ; as well as in the theme modules : --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; ... These variables can be used in the following form: var(--magenta) . For example: . status { font-size : var ( --font-size-small ); background-color : var ( --colorSuccess ); }","title":"Theme Variables"},{"location":"extensions/capabilities/styling/#theme-switching","text":"When the light theme is active, the element gets a \"theme-light\" class, or: . If the class isn't there, the theme defaults to dark. The active theme can be changed in the Preferences page: There is a way of detect active theme and its changes in JS. MobX observer function/decorator can be used for this purpose. import React from \"react\" import { observer } from \"mobx-react\" import { Renderer } from \"@k8slens/extensions\" ; @ observer export class SupportPage extends React . Component { render () { return ( < div className = \"SupportPage\" > < h1 > Active theme is { Renderer . Theme . getActiveTheme (). name } < /h1> < /div> ); } } Theme entity from @k8slens/extensions provides active theme object and @observer decorator makes component reactive - so it will rerender each time any of the observables (active theme in our case) will be changed. Working example provided in Styling with Emotion sample extension.","title":"Theme Switching"},{"location":"extensions/capabilities/styling/#injected-styles","text":"Every extension is affected by the list of default global styles defined in app.scss . These are basic browser resets and element styles, including: setting the box-sizing property for every element default text and background colors default font sizes basic heading (h1, h2, etc) formatting custom scrollbar styling Extensions may overwrite these defaults if needed. They have low CSS specificity, so overriding them should be fairly easy.","title":"Injected Styles"},{"location":"extensions/capabilities/styling/#css-in-js","text":"If an extension uses a system like Emotion to work with styles, it can use CSS variables as follows: const Container = styled . div (() => ({ backgroundColor : 'var(--mainBackground)' }));","title":"CSS-in-JS"},{"location":"extensions/capabilities/styling/#examples","text":"You can explore samples for each styling technique that you can use for extensions: Styling with Sass Styling with Emotion Styling with CSS Modules","title":"Examples"},{"location":"extensions/get-started/anatomy/","text":"Extension Anatomy # In the previous section you learned how to create your first extension. In this section you will learn how this extension works under the hood. The Hello World sample extension does three things: Implements onActivate() and outputs a message to the console. Implements onDeactivate() and outputs a message to the console. Registers ClusterPage so that the page is visible in the left-side menu of the cluster dashboard. Let's take a closer look at our Hello World sample's source code and see how these three things are achieved. 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 The extension directory contains the extension's entry files and a few configuration files. Three files: package.json , main.ts and renderer.tsx are essential to understanding the Hello World sample extension. We'll look at those first. Extension Manifest # Each Lens extension must have a package.json file. It contains a mix of Node.js fields, including scripts and dependencies, and Lens-specific fields such as publisher and contributes . Some of the most-important fields include: 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 this 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 : the minimum version of Lens API that the extension depends upon. { \"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 is used in the main process of the Lens application and the other is used in the renderer process. The main entry file exports the class that extends LensMainExtension , and the renderer entry file exports the class that extends LensRendererExtension . Both extension classes have onActivate and onDeactivate methods. The onActivate method is executed when your extension is activated. If you need to initialize something in your extension, this is where such an operation should occur. The onDeactivate method gives you a chance to clean up before your extension becomes deactivated. For extensions where explicit cleanup is not required, you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down (or if the extension is disabled or uninstalled), this is the method where such an operation should occur. The Hello World sample extension does not do anything on the main process, so we'll focus on the renderer process, instead. On the renderer entry point, the Hello World sample extension defines the Cluster Page object. The Cluster Page object registers the /extension-example path, and this path renders the ExamplePage React component. It also registers the MenuItem component that displays the ExampleIcon React component and the \"Hello World\" text in the left-side menu of the cluster dashboard. These React components are defined in the additional ./src/page.tsx file. import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ] } The Hello World sample extension uses the Cluster Page capability, which is just one of the Lens extension API's capabilities. The Common Capabilities page will help you home in on the right capabilities to use with your own extensions.","title":"Extension Anatomy"},{"location":"extensions/get-started/anatomy/#extension-anatomy","text":"In the previous section you learned how to create your first extension. In this section you will learn how this extension works under the hood. The Hello World sample extension does three things: Implements onActivate() and outputs a message to the console. Implements onDeactivate() and outputs a message to the console. Registers ClusterPage so that the page is visible in the left-side menu of the cluster dashboard. Let's take a closer look at our Hello World sample's source code and see how these three things are achieved.","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 The extension directory contains the extension's entry files and a few configuration files. Three files: package.json , main.ts and renderer.tsx are essential to understanding the Hello World sample extension. We'll look at those first.","title":"Extension File Structure"},{"location":"extensions/get-started/anatomy/#extension-manifest","text":"Each Lens extension must have a package.json file. It contains a mix of Node.js fields, including scripts and dependencies, and Lens-specific fields such as publisher and contributes . Some of the most-important fields include: 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 this 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 : the minimum version of Lens API that the extension depends upon. { \"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 is used in the main process of the Lens application and the other is used in the renderer process. The main entry file exports the class that extends LensMainExtension , and the renderer entry file exports the class that extends LensRendererExtension . Both extension classes have onActivate and onDeactivate methods. The onActivate method is executed when your extension is activated. If you need to initialize something in your extension, this is where such an operation should occur. The onDeactivate method gives you a chance to clean up before your extension becomes deactivated. For extensions where explicit cleanup is not required, you don't need to override this method. However, if an extension needs to perform an operation when Lens is shutting down (or if the extension is disabled or uninstalled), this is the method where such an operation should occur. The Hello World sample extension does not do anything on the main process, so we'll focus on the renderer process, instead. On the renderer entry point, the Hello World sample extension defines the Cluster Page object. The Cluster Page object registers the /extension-example path, and this path renders the ExamplePage React component. It also registers the MenuItem component that displays the ExampleIcon React component and the \"Hello World\" text in the left-side menu of the cluster dashboard. These React components are defined in the additional ./src/page.tsx file. import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"extension-example\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ] } The Hello World sample extension uses the Cluster Page capability, which is just one of the Lens extension API's capabilities. The Common Capabilities page will help you home in on the right capabilities to use with your own extensions.","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 proceed. For building extensions there will be a few things that you should have installed, and some other things that might be of help. Required: # Node.js Git Some sort of text editor \u2013 we recommend VSCode We use Webpack for compilation. All extension need to be at least compatible with a webpack system. Recommended: # All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches many common errors. Lens is a standard Electron application with 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 first loaded and issues a notification that it has been loaded. From there, the extension can start doing is work. Lens uses React as its UI framework and provides some of Lens's own components for reuse with extensions. An extension is responsible 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":"Overview"},{"location":"extensions/get-started/overview/#extension-development-overview","text":"This is a general overview to how the development of an extension will proceed. For building extensions there will be a few things that you should have installed, and some other things that might be of help.","title":"Extension Development Overview"},{"location":"extensions/get-started/overview/#required","text":"Node.js Git Some sort of text editor \u2013 we recommend VSCode We use Webpack for compilation. All extension need to be at least compatible with a webpack system.","title":"Required:"},{"location":"extensions/get-started/overview/#recommended","text":"All Lens extensions are javascript packages. We recommend that you program in Typescript because it catches many common errors. Lens is a standard Electron application with 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 first loaded and issues a notification that it has been loaded. From there, the extension can start doing is work. Lens uses React as its UI framework and provides some of Lens's own components for reuse with extensions. An extension is responsible 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":"Recommended:"},{"location":"extensions/get-started/wrapping-up/","text":"Wrapping Up # In Your First Extension , you learned how to create and run an extension. In Extension Anatomy , you learned in detail how a basic extension works. This is just a glimpse into what can be created with Lens extensions. Below are some suggested routes for learning more. Extension Capabilities # In this section, you'll find information on common extension capabilities, styling information, and a color reference guide. Determine whether your idea for an extension is doable and get ideas for new extensions by reading through the Common Capabilities page. Guides and Samples # Here you'll find a collection of sample extensions that you can use as a base to work from. Some of these samples include a detailed guide that explains the source code. You can find all samples and guides in the lens-extension-samples repository. Testing and Publishing # In this section, you can learn: How to add integration tests to your extension How to publish your extension","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#wrapping-up","text":"In Your First Extension , you learned how to create and run an extension. In Extension Anatomy , you learned in detail how a basic extension works. This is just a glimpse into what can be created with Lens extensions. Below are some suggested routes for learning more.","title":"Wrapping Up"},{"location":"extensions/get-started/wrapping-up/#extension-capabilities","text":"In this section, you'll find information on common extension capabilities, styling information, and a color reference guide. Determine whether your idea for an extension is doable and get ideas for new extensions by reading through the Common Capabilities page.","title":"Extension Capabilities"},{"location":"extensions/get-started/wrapping-up/#guides-and-samples","text":"Here you'll find a collection of sample extensions that you can use as a base to work from. Some of these samples include a detailed guide that explains the source code. You can find all samples and guides in the lens-extension-samples repository.","title":"Guides and Samples"},{"location":"extensions/get-started/wrapping-up/#testing-and-publishing","text":"In this section, you can learn: How to add integration tests to your extension How to publish your extension","title":"Testing and Publishing"},{"location":"extensions/get-started/your-first-extension/","text":"Your First Extension # We recommend to always use Yeoman generator for Lens Extension to start new extension project. Read the generator guide here . If you want to setup the project manually, please continue reading. First Extension # In this topic, you'll learn the basics of building extensions by creating an extension that adds a \"Hello World\" page to a cluster menu. Install the Extension # To install the extension, 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. A symlink connects the directory that Lens will monitor for user-installed extensions to the sample extension. In this case the sample extension is helloworld-sample . Linux & macOS # mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s lens-extension-samples/helloworld-sample helloworld-sample Windows # Create the directory that Lens will monitor for user-installed extensions: mkdir C: \\U sers \\< user> \\. k8slens \\e xtensions -force cd C: \\U sers \\< user> \\. k8slens \\e xtensions If you have administrator rights, you can create symlink to the sample extension \u2013 in this case helloworld-sample : cmd /c mklink /D helloworld-sample lens-extension-samples \\h elloworld-sample Without administrator rights, you need to copy the extensions sample directory into C:\\Users\\\\.k8slens\\extensions : Copy-Item 'lens-extension-samples\\helloworld-sample' 'C:\\Users\\\\.k8slens\\extensions\\helloworld-sample' Build the Extension # To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build To run the npm commands, enter: cd /helloworld-sample npm install npm run build Optionally, automatically rebuild the extension by watching for changes to the source code. To do so, enter: cd /helloworld-sample npm run dev You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds. With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. You will see the \"Hello World\" page in the left-side cluster menu. Develop the Extension # Finally, you'll make a change to the message that our Hello World sample extension displays: Navigate to /helloworld-sample . In page.tsx , change the message from HelloWorld! to Hello Lens Extensions . Rebuild the extension. If you used npm run dev , the extension will rebuild automatically. Reload the Lens window. Click on the Hello World page. The updated message will appear. Next Steps # In the next topic , we'll take a closer look at the source code of our Hello World sample. You can find the source code for this tutorial at: lensapp/lens-extension-samples . Extension Guides contains additional samples.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#your-first-extension","text":"We recommend to always use Yeoman generator for Lens Extension to start new extension project. Read the generator guide here . If you want to setup the project manually, please continue reading.","title":"Your First Extension"},{"location":"extensions/get-started/your-first-extension/#first-extension","text":"In this topic, you'll learn the basics of building extensions by creating an extension that adds a \"Hello World\" page to a cluster menu.","title":"First Extension"},{"location":"extensions/get-started/your-first-extension/#install-the-extension","text":"To install the extension, 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. A symlink connects the directory that Lens will monitor for user-installed extensions to the sample extension. In this case the sample extension is helloworld-sample .","title":"Install the Extension"},{"location":"extensions/get-started/your-first-extension/#linux-macos","text":"mkdir -p ~/.k8slens/extensions cd ~/.k8slens/extensions ln -s lens-extension-samples/helloworld-sample helloworld-sample","title":"Linux & macOS"},{"location":"extensions/get-started/your-first-extension/#windows","text":"Create the directory that Lens will monitor for user-installed extensions: mkdir C: \\U sers \\< user> \\. k8slens \\e xtensions -force cd C: \\U sers \\< user> \\. k8slens \\e xtensions If you have administrator rights, you can create symlink to the sample extension \u2013 in this case helloworld-sample : cmd /c mklink /D helloworld-sample lens-extension-samples \\h elloworld-sample Without administrator rights, you need to copy the extensions sample directory into C:\\Users\\\\.k8slens\\extensions : Copy-Item 'lens-extension-samples\\helloworld-sample' 'C:\\Users\\\\.k8slens\\extensions\\helloworld-sample'","title":"Windows"},{"location":"extensions/get-started/your-first-extension/#build-the-extension","text":"To build the extension you can use make or run the npm commands manually: cd /helloworld-sample make build To run the npm commands, enter: cd /helloworld-sample npm install npm run build Optionally, automatically rebuild the extension by watching for changes to the source code. To do so, enter: cd /helloworld-sample npm run dev You must restart Lens for the extension to load. After this initial restart, reload Lens and it will automatically pick up changes any time the extension rebuilds. With Lens running, either connect to an existing cluster or create a new one - refer to the latest Lens Documentation for details on how to add a cluster in Lens IDE. You will see the \"Hello World\" page in the left-side cluster menu.","title":"Build the Extension"},{"location":"extensions/get-started/your-first-extension/#develop-the-extension","text":"Finally, you'll make a change to the message that our Hello World sample extension displays: Navigate to /helloworld-sample . In page.tsx , change the message from HelloWorld! to Hello Lens Extensions . Rebuild the extension. If you used npm run dev , the extension will rebuild automatically. Reload the Lens window. Click on the Hello World page. The updated message will appear.","title":"Develop the Extension"},{"location":"extensions/get-started/your-first-extension/#next-steps","text":"In the next topic , we'll take a closer look at the source code of our Hello World sample. You can find the source code for this tutorial at: lensapp/lens-extension-samples . Extension Guides contains additional samples.","title":"Next Steps"},{"location":"extensions/guides/","text":"Extension Guides # This section explains how to use specific Lens Extension APIs. It includes detailed guides and code samples. For introductory information about the Lens Extension API, please see Your First Extension . Each guide or code sample includes the following: Clearly commented source code. Instructions for running the sample extension. An image showing the sample extension's appearance and usage. A listing of the Extension API being used. An explanation of the concepts relevant to the Extension. Guides # Guide APIs Generate new extension project Main process extension Main.LensExtension Renderer process extension Renderer.LensExtension Resource stack (cluster feature) Stores Components KubeObjectListLayout Working with mobx Protocol Handlers Sending Data between main and renderer Samples # Sample APIs hello-world LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-css-modules-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-emotion-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-sass-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps custom-resource-page LensRendererExtension Renderer.K8sApi.KubeApi Renderer.K8sApi.KubeObjectStore Renderer.Component.KubeObjectListLayout Renderer.Component.KubeObjectDetailsProps Renderer.Component.IconProps","title":"Overview"},{"location":"extensions/guides/#extension-guides","text":"This section explains how to use specific Lens Extension APIs. It includes detailed guides and code samples. For introductory information about the Lens Extension API, please see Your First Extension . Each guide or code sample includes the following: Clearly commented source code. Instructions for running the sample extension. An image showing the sample extension's appearance and usage. A listing of the Extension API being used. An explanation of the concepts relevant to the Extension.","title":"Extension Guides"},{"location":"extensions/guides/#guides","text":"Guide APIs Generate new extension project Main process extension Main.LensExtension Renderer process extension Renderer.LensExtension Resource stack (cluster feature) Stores Components KubeObjectListLayout Working with mobx Protocol Handlers Sending Data between main and renderer","title":"Guides"},{"location":"extensions/guides/#samples","text":"Sample APIs hello-world LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-css-modules-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-emotion-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps styling-sass-sample LensMainExtension LensRendererExtension Renderer.Component.Icon Renderer.Component.IconProps custom-resource-page LensRendererExtension Renderer.K8sApi.KubeApi Renderer.K8sApi.KubeObjectStore Renderer.Component.KubeObjectListLayout Renderer.Component.KubeObjectDetailsProps Renderer.Component.IconProps","title":"Samples"},{"location":"extensions/guides/anatomy/","text":"WIP #","title":"Anatomy"},{"location":"extensions/guides/anatomy/#wip","text":"","title":"WIP"},{"location":"extensions/guides/catalog/","text":"Catalog (WIP) # CatalogCategoryRegistry # CatalogEntityRegistry #","title":"Catalog"},{"location":"extensions/guides/catalog/#catalog-wip","text":"","title":"Catalog (WIP)"},{"location":"extensions/guides/catalog/#catalogcategoryregistry","text":"","title":"CatalogCategoryRegistry"},{"location":"extensions/guides/catalog/#catalogentityregistry","text":"","title":"CatalogEntityRegistry"},{"location":"extensions/guides/components/","text":"WIP #","title":"Components"},{"location":"extensions/guides/components/#wip","text":"","title":"WIP"},{"location":"extensions/guides/generator/","text":"Lens Extension Generator # The Lens Extension Generator creates a directory with the necessary files for developing an extension. Installing and Getting Started with the Generator # To begin, install Yeoman and the Lens Extension Generator with the following command: npm install -g yo generator-lens-ext Run the generator by entering the following command: yo lens-ext . Answer the following questions: # ? What type of extension do you want to create? New Extension (TypeScript) # ? What's the name of your extension? my-first-lens-ext # ? What's the description of your extension? My hello world extension # ? What's your extension's publisher name? @my-org/my-first-lens-ext # ? Initialize a git repository? Yes # ? Install dependencies after initialization? Yes # ? Which package manager to use? yarn # ? symlink created extension folder to ~/.k8slens/extensions (mac/linux) or :Users\\\\.k8slens\\extensions (windows)? Yes Next, you'll need to have webpack watch the my-first-lens-ext folder. Start webpack by entering: cd my-first-lens-ext npm start # start the webpack server in watch mode Open Lens and you will see a Hello World item in the left-side menu under Custom Resources : Developing the Extension # Next, you'll try changing the way the new menu item appears in the UI. You'll change it from \"Hello World\" to \"Hello Lens\". Open my-first-lens-ext/renderer.tsx and change the value of title from \"Hello World\" to \"Hello Lens\" : clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello Lens\" , components : { Icon : ExampleIcon , } } ] Reload Lens and you will see that the menu item text has changed to \"Hello Lens\". To reload Lens, enter CMD+R on Mac and Ctrl+R on Windows/Linux. Debugging the Extension # To debug your extension, please see our instructions on Testing Extensions . Next Steps # To dive deeper, consider looking at Common Capabilities , Styling , or Extension Anatomy . If you find problems with the Lens Extension Generator, or have feature requests, you are welcome to raise an issue . You can find the latest Lens contribution guidelines here . The Generator source code is hosted at GitHub .","title":"Generator"},{"location":"extensions/guides/generator/#lens-extension-generator","text":"The Lens Extension Generator creates a directory with the necessary files for developing an extension.","title":"Lens Extension Generator"},{"location":"extensions/guides/generator/#installing-and-getting-started-with-the-generator","text":"To begin, install Yeoman and the Lens Extension Generator with the following command: npm install -g yo generator-lens-ext Run the generator by entering the following command: yo lens-ext . Answer the following questions: # ? What type of extension do you want to create? New Extension (TypeScript) # ? What's the name of your extension? my-first-lens-ext # ? What's the description of your extension? My hello world extension # ? What's your extension's publisher name? @my-org/my-first-lens-ext # ? Initialize a git repository? Yes # ? Install dependencies after initialization? Yes # ? Which package manager to use? yarn # ? symlink created extension folder to ~/.k8slens/extensions (mac/linux) or :Users\\\\.k8slens\\extensions (windows)? Yes Next, you'll need to have webpack watch the my-first-lens-ext folder. Start webpack by entering: cd my-first-lens-ext npm start # start the webpack server in watch mode Open Lens and you will see a Hello World item in the left-side menu under Custom Resources :","title":"Installing and Getting Started with the Generator"},{"location":"extensions/guides/generator/#developing-the-extension","text":"Next, you'll try changing the way the new menu item appears in the UI. You'll change it from \"Hello World\" to \"Hello Lens\". Open my-first-lens-ext/renderer.tsx and change the value of title from \"Hello World\" to \"Hello Lens\" : clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello Lens\" , components : { Icon : ExampleIcon , } } ] Reload Lens and you will see that the menu item text has changed to \"Hello Lens\". To reload Lens, enter CMD+R on Mac and Ctrl+R on Windows/Linux.","title":"Developing the Extension"},{"location":"extensions/guides/generator/#debugging-the-extension","text":"To debug your extension, please see our instructions on Testing Extensions .","title":"Debugging the Extension"},{"location":"extensions/guides/generator/#next-steps","text":"To dive deeper, consider looking at Common Capabilities , Styling , or Extension Anatomy . If you find problems with the Lens Extension Generator, or have feature requests, you are welcome to raise an issue . You can find the latest Lens contribution guidelines here . The Generator source code is hosted at GitHub .","title":"Next Steps"},{"location":"extensions/guides/ipc/","text":"Inter Process Communication # A Lens Extension can utilize IPC to send information between the renderer and main processes. This is useful when wanting to communicate directly within your extension. For example, if a user logs into a service that your extension is a facade for and main needs to know some information so that you can start syncing items to the Catalog , this would be a good way to send that information along. IPC channels are sectioned off per extension. Meaning that each extension can only communicate with itself. Types of Communication # There are two flavours of communication that are provided: Event based (IPC) Request based (RPC) Event Based or IPC # This is the same as an Event Emitter but is not limited to just one Javascript process. This is a good option when you need to report that something has happened but you don't need a response. This is a fully two-way form of communication. Both main and renderer can do this sort of IPC. Request Based or RPC # This is more like a Remote Procedure Call (RPC) or Send-Receive-Reply (SRR). With this sort of communication the caller needs to wait for the result from the other side. This is accomplished by await -ing the returned Promise . This is a unidirectional form of communication. Only renderer can initiate this kind of request, and only main can receive and respond to this kind of request. Registering IPC Handlers and Listeners # The general terminology is as follows: A \"handler\" is the function that responds to a \"Request Based IPC\" event. A \"listener\" is the function that is called when a \"Event Based IPC\" event is emitted. To register either a handler or a listener, you should do something like the following: main.ts : import { Main } from \"@k8slens/extensions\" ; import { IpcMain } from \"./helpers/main\" ; export class ExampleExtensionMain extends Main . LensExtension { onActivate () { IpcMain . createInstance ( this ); } } This file shows that you need to create an instance of the store to be able to use IPC. Lens will automatically clean up that store and all the handlers on deactivation and uninstall. helpers/main.ts : import { Main } from \"@k8slens/extensions\" ; export class IpcMain extends Main . Ipc { constructor ( extension : Main.LensExtension ) { super ( extension ); this . listen ( \"initialize\" , onInitialize ); } } function onInitialize ( event : Types.IpcMainEvent , id : string ) { console . log ( `starting to initialize: ${ id } ` ); } In other files, it is not necessary to pass around any instances. You should be able to just call IpcMain.getInstance() anywhere it is needed in your extension. renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { IpcRenderer } from \"./helpers/renderer\" ; export class ExampleExtensionRenderer extends Renderer . LensExtension { onActivate () { const ipc = IpcRenderer . createInstance ( this ); setTimeout (() => ipc . broadcast ( \"initialize\" , \"an-id\" ), 5000 ); } } It is also needed to create an instance to broadcast messages too. helpers/renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; export class IpcRenderer extends Renderer . Ipc {} It is necessary to create child classes of these abstract class 's in your extension before you can use them. As this example shows: the channel names must be the same. It should also be noted that \"listeners\" and \"handlers\" are specific to either renderer or main . There is no behind the scenes transfer of these functions. To register a \"handler\" call IpcMain.getInstance().handle(...) . The cleanup of these handlers is handled by Lens itself. The listen() methods on Main.Ipc and Renderer.Ipc return a Disposer , or more specifically, a () => void . This can be optionally called to remove the listener early. Calling either IpcRenderer.getInstance().broadcast(...) or IpcMain.getInstance().broadcast(...) sends an event to all renderer frames and to main . Because of this, no matter where you broadcast from, all listeners in main and renderer will be notified. Allowed Values # This IPC mechanism utilizes the Structured Clone Algorithm for serialization. This means that more types than what are JSON serializable can be used, but not all the information will be passed through. Using Request Based Communication # If you are meaning to do a request based call from renderer , you should do const res = await IpcRenderer.getInstance().invoke(, ...)); instead.","title":"IPC"},{"location":"extensions/guides/ipc/#inter-process-communication","text":"A Lens Extension can utilize IPC to send information between the renderer and main processes. This is useful when wanting to communicate directly within your extension. For example, if a user logs into a service that your extension is a facade for and main needs to know some information so that you can start syncing items to the Catalog , this would be a good way to send that information along. IPC channels are sectioned off per extension. Meaning that each extension can only communicate with itself.","title":"Inter Process Communication"},{"location":"extensions/guides/ipc/#types-of-communication","text":"There are two flavours of communication that are provided: Event based (IPC) Request based (RPC)","title":"Types of Communication"},{"location":"extensions/guides/ipc/#event-based-or-ipc","text":"This is the same as an Event Emitter but is not limited to just one Javascript process. This is a good option when you need to report that something has happened but you don't need a response. This is a fully two-way form of communication. Both main and renderer can do this sort of IPC.","title":"Event Based or IPC"},{"location":"extensions/guides/ipc/#request-based-or-rpc","text":"This is more like a Remote Procedure Call (RPC) or Send-Receive-Reply (SRR). With this sort of communication the caller needs to wait for the result from the other side. This is accomplished by await -ing the returned Promise . This is a unidirectional form of communication. Only renderer can initiate this kind of request, and only main can receive and respond to this kind of request.","title":"Request Based or RPC"},{"location":"extensions/guides/ipc/#registering-ipc-handlers-and-listeners","text":"The general terminology is as follows: A \"handler\" is the function that responds to a \"Request Based IPC\" event. A \"listener\" is the function that is called when a \"Event Based IPC\" event is emitted. To register either a handler or a listener, you should do something like the following: main.ts : import { Main } from \"@k8slens/extensions\" ; import { IpcMain } from \"./helpers/main\" ; export class ExampleExtensionMain extends Main . LensExtension { onActivate () { IpcMain . createInstance ( this ); } } This file shows that you need to create an instance of the store to be able to use IPC. Lens will automatically clean up that store and all the handlers on deactivation and uninstall. helpers/main.ts : import { Main } from \"@k8slens/extensions\" ; export class IpcMain extends Main . Ipc { constructor ( extension : Main.LensExtension ) { super ( extension ); this . listen ( \"initialize\" , onInitialize ); } } function onInitialize ( event : Types.IpcMainEvent , id : string ) { console . log ( `starting to initialize: ${ id } ` ); } In other files, it is not necessary to pass around any instances. You should be able to just call IpcMain.getInstance() anywhere it is needed in your extension. renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { IpcRenderer } from \"./helpers/renderer\" ; export class ExampleExtensionRenderer extends Renderer . LensExtension { onActivate () { const ipc = IpcRenderer . createInstance ( this ); setTimeout (() => ipc . broadcast ( \"initialize\" , \"an-id\" ), 5000 ); } } It is also needed to create an instance to broadcast messages too. helpers/renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; export class IpcRenderer extends Renderer . Ipc {} It is necessary to create child classes of these abstract class 's in your extension before you can use them. As this example shows: the channel names must be the same. It should also be noted that \"listeners\" and \"handlers\" are specific to either renderer or main . There is no behind the scenes transfer of these functions. To register a \"handler\" call IpcMain.getInstance().handle(...) . The cleanup of these handlers is handled by Lens itself. The listen() methods on Main.Ipc and Renderer.Ipc return a Disposer , or more specifically, a () => void . This can be optionally called to remove the listener early. Calling either IpcRenderer.getInstance().broadcast(...) or IpcMain.getInstance().broadcast(...) sends an event to all renderer frames and to main . Because of this, no matter where you broadcast from, all listeners in main and renderer will be notified.","title":"Registering IPC Handlers and Listeners"},{"location":"extensions/guides/ipc/#allowed-values","text":"This IPC mechanism utilizes the Structured Clone Algorithm for serialization. This means that more types than what are JSON serializable can be used, but not all the information will be passed through.","title":"Allowed Values"},{"location":"extensions/guides/ipc/#using-request-based-communication","text":"If you are meaning to do a request based call from renderer , you should do const res = await IpcRenderer.getInstance().invoke(, ...)); instead.","title":"Using Request Based Communication"},{"location":"extensions/guides/kube-object-list-layout/","text":"KubeObjectListLayout Sample # In this guide we will learn how to list Kubernetes CRD objects on the cluster dashboard. You can see the complete source code for this guide here . Next, we will go the implementation through in steps. To achieve our goal, we need to: Register ClusterPage and ClusterPageMenu objects List Certificate Objects on the Cluster Page Customize Details Panel Register clusterPage and clusterPageMenu Objects # First thing we need to do with our extension is to register new menu item in the cluster menu and create a cluster page that is opened when clicking the menu item. We will do this in our extension class CrdSampleExtension that is derived LensRendererExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { } To register menu item in the cluster menu we need to register PageMenuRegistration object. This object will register a menu item with \"Certificates\" text. It will also use CertificateIcon component to render an icon and navigate to cluster page that is having certificates page id. import { Renderer } from \"@k8slens/extensions\" ; type IconProps = Renderer . Component . IconProps ; const { Component : { Icon , }, } = Renderer ; export function CertificateIcon ( props : IconProps ) { return < Icon {... props } material = \"security\" tooltip = \"Certificates\" /> } export default class CrdSampleExtension extends Renderer . LensExtension { clusterPageMenus = [ { target : { pageId : \"certificates\" }, title : \"Certificates\" , components : { Icon : CertificateIcon , } }, ] } Then we need to register PageRegistration object with certificates id and define CertificatePage component to render certificates. export default class CrdSampleExtension extends Renderer . LensExtension { ... clusterPages = [{ id : \"certificates\" , components : { Page : () => < CertificatePage extension = { this } /> , MenuIcon : CertificateIcon , } }] } List Certificate Objects on the Cluster Page # In the previous step we defined CertificatePage component to render certificates. In this step we will actually implement that. CertificatePage is a React component that will render Renderer.Component.KubeObjectListLayout component to list Certificate CRD objects. Get CRD objects # In order to list CRD objects, we need first fetch those from Kubernetes API. Lens Extensions API provides easy mechanism to do this. We just need to define Certificate class derived from Renderer.K8sApi.KubeObject , CertificatesApi derived from Renderer.K8sApi.KubeApi and CertificatesStore derived from Renderer.K8sApi.KubeObjectStore . Certificate class defines properties found in the CRD object: import { Renderer } from \"@k8slens/extensions\" ; const { K8sApi : { KubeObject , KubeObjectStore , KubeApi , apiManager , }, } = Renderer ; export class Certificate extends KubeObject { static kind = \"Certificate\" static namespaced = true static apiBase = \"/apis/cert-manager.io/v1alpha2/certificates\" kind : string apiVersion : string metadata : { name : string ; namespace : string ; selfLink : string ; uid : string ; resourceVersion : string ; creationTimestamp : string ; labels : { [ key : string ] : string ; }; annotations : { [ key : string ] : string ; }; } spec : { dnsNames : string []; issuerRef : { group : string ; kind : string ; name : string ; } secretName : string } status : { conditions : { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type ? : string ; }[]; } } With CertificatesApi class we are able to manage Certificate objects in Kubernetes API: export class CertificatesApi extends KubeApi < Certificate > {} export const certificatesApi = new CertificatesApi ({ objectConstructor : Certificate }); CertificateStore defines storage for Certificate objects export class CertificatesStore extends KubeObjectStore < Certificate > { api = certificatesApi } export const certificatesStore = new CertificatesStore (); And, finally, we register this store to Lens's API manager. apiManager . registerStore ( certificatesStore ); Create CertificatePage component # Now we have created mechanism to manage Certificate objects in Kubernetes API. Then we need to fetch those and render them in the UI. First we define CertificatePage class that extends React.Component . import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { certificatesStore } from \"../certificate-store\" ; import { Certificate } from \"../certificate\" export class CertificatePage extends React . Component < { extension : Renderer.LensExtension } > { } Next we will implement render method that will display certificates in a list. To do that, we just need to add Renderer.Component.KubeObjectListLayout component inside Renderer.Component.TabLayout component in render method. To define which objects the list is showing, we need to pass certificateStore object to Renderer.Component.KubeObjectListLayout in store property. Renderer.Component.KubeObjectListLayout will fetch automatically items from the given store when component is mounted. Also, we can define needed sorting callbacks and search filters for the list: import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TabLayout , KubeObjectListLayout , }, } = Renderer ; enum sortBy { name = \"name\" , namespace = \"namespace\" , issuer = \"issuer\" } export class CertificatePage extends React . Component < { extension : LensRendererExtension } > { // ... render () { return ( < TabLayout > < KubeObjectListLayout className = \"Certificates\" store = { certificatesStore } sortingCallbacks = {{ [ sortBy . name ] : ( certificate : Certificate ) => certificate . getName (), [ sortBy . namespace ] : ( certificate : Certificate ) => certificate . metadata . namespace , [ sortBy . issuer ] : ( certificate : Certificate ) => certificate . spec . issuerRef . name }} searchFilters = {[ ( certificate : Certificate ) => certificate . getSearchFields () ]} renderHeaderTitle = \"Certificates\" renderTableHeader = {[ { title : \"Name\" , className : \"name\" , sortBy : sortBy.name }, { title : \"Namespace\" , className : \"namespace\" , sortBy : sortBy.namespace }, { title : \"Issuer\" , className : \"issuer\" , sortBy : sortBy.namespace }, ]} renderTableContents = {( certificate : Certificate ) => [ certificate . getName (), certificate . metadata . namespace , certificate . spec . issuerRef . name ]} /> < /TabLayout> ) } } Customize Details panel # We have learned now, how to list CRD objects in a list view. Next, we will learn how to customize details panel that will be opened when the object is clicked in the list. First, we need to register our custom component to render details for the specific Kubernetes custom resource, in our case Certificate . We will do this again in CrdSampleExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { //... kubeObjectDetailItems = [{ kind : Certificate.kind , apiVersions : [ \"cert-manager.io/v1alpha2\" ], components : { Details : ( props : CertificateDetailsProps ) => < CertificateDetails {... props } /> } }] } Here we defined that CertificateDetails component will render the resource details. So, next we need to implement that component. Lens will inject Certificate object into our component so we just need to render some information out of it. We can use Renderer.Component.DrawerItem component from Lens Extensions API to give the same look and feel as Lens is using elsewhere: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { Certificate } from \"../certificate\" ; const { Component : { KubeObjectDetailsProps , DrawerItem , Badge , } } = Renderer ; export interface CertificateDetailsProps extends KubeObjectDetailsProps < Certificate > { } export class CertificateDetails extends React . Component < CertificateDetailsProps > { render () { const { object : certificate } = this . props ; if ( ! certificate ) return null ; return ( < div className = \"Certificate\" > < DrawerItem name = \"Created\" > { certificate . getAge ( true , false )} ago ({ certificate . metadata . creationTimestamp }) < /DrawerItem> < DrawerItem name = \"DNS Names\" > { certificate . spec . dnsNames . join ( \",\" )} < /DrawerItem> < DrawerItem name = \"Secret\" > { certificate . spec . secretName } < /DrawerItem> < DrawerItem name = \"Status\" className = \"status\" labelsOnly > { certificate . status . conditions . map (( condition , index ) => { const { type , reason , message , status } = condition ; const kind = type || reason ; if ( ! kind ) return null ; return ( < Badge key = { kind + index } label = { kind } className = { \"success \" + kind . toLowerCase ()} tooltip = { message } /> ); })} < /DrawerItem> < /div> ) } } Summary # Like we can see above, it's very easy to add custom pages and fetch Kubernetes resources by using Extensions API. Please see the complete source code to test it out.","title":"KubeObjectListLayout Sample"},{"location":"extensions/guides/kube-object-list-layout/#kubeobjectlistlayout-sample","text":"In this guide we will learn how to list Kubernetes CRD objects on the cluster dashboard. You can see the complete source code for this guide here . Next, we will go the implementation through in steps. To achieve our goal, we need to: Register ClusterPage and ClusterPageMenu objects List Certificate Objects on the Cluster Page Customize Details Panel","title":"KubeObjectListLayout Sample"},{"location":"extensions/guides/kube-object-list-layout/#register-clusterpage-and-clusterpagemenu-objects","text":"First thing we need to do with our extension is to register new menu item in the cluster menu and create a cluster page that is opened when clicking the menu item. We will do this in our extension class CrdSampleExtension that is derived LensRendererExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { } To register menu item in the cluster menu we need to register PageMenuRegistration object. This object will register a menu item with \"Certificates\" text. It will also use CertificateIcon component to render an icon and navigate to cluster page that is having certificates page id. import { Renderer } from \"@k8slens/extensions\" ; type IconProps = Renderer . Component . IconProps ; const { Component : { Icon , }, } = Renderer ; export function CertificateIcon ( props : IconProps ) { return < Icon {... props } material = \"security\" tooltip = \"Certificates\" /> } export default class CrdSampleExtension extends Renderer . LensExtension { clusterPageMenus = [ { target : { pageId : \"certificates\" }, title : \"Certificates\" , components : { Icon : CertificateIcon , } }, ] } Then we need to register PageRegistration object with certificates id and define CertificatePage component to render certificates. export default class CrdSampleExtension extends Renderer . LensExtension { ... clusterPages = [{ id : \"certificates\" , components : { Page : () => < CertificatePage extension = { this } /> , MenuIcon : CertificateIcon , } }] }","title":"Register clusterPage and clusterPageMenu Objects"},{"location":"extensions/guides/kube-object-list-layout/#list-certificate-objects-on-the-cluster-page","text":"In the previous step we defined CertificatePage component to render certificates. In this step we will actually implement that. CertificatePage is a React component that will render Renderer.Component.KubeObjectListLayout component to list Certificate CRD objects.","title":"List Certificate Objects on the Cluster Page"},{"location":"extensions/guides/kube-object-list-layout/#get-crd-objects","text":"In order to list CRD objects, we need first fetch those from Kubernetes API. Lens Extensions API provides easy mechanism to do this. We just need to define Certificate class derived from Renderer.K8sApi.KubeObject , CertificatesApi derived from Renderer.K8sApi.KubeApi and CertificatesStore derived from Renderer.K8sApi.KubeObjectStore . Certificate class defines properties found in the CRD object: import { Renderer } from \"@k8slens/extensions\" ; const { K8sApi : { KubeObject , KubeObjectStore , KubeApi , apiManager , }, } = Renderer ; export class Certificate extends KubeObject { static kind = \"Certificate\" static namespaced = true static apiBase = \"/apis/cert-manager.io/v1alpha2/certificates\" kind : string apiVersion : string metadata : { name : string ; namespace : string ; selfLink : string ; uid : string ; resourceVersion : string ; creationTimestamp : string ; labels : { [ key : string ] : string ; }; annotations : { [ key : string ] : string ; }; } spec : { dnsNames : string []; issuerRef : { group : string ; kind : string ; name : string ; } secretName : string } status : { conditions : { lastTransitionTime : string ; message : string ; reason : string ; status : string ; type ? : string ; }[]; } } With CertificatesApi class we are able to manage Certificate objects in Kubernetes API: export class CertificatesApi extends KubeApi < Certificate > {} export const certificatesApi = new CertificatesApi ({ objectConstructor : Certificate }); CertificateStore defines storage for Certificate objects export class CertificatesStore extends KubeObjectStore < Certificate > { api = certificatesApi } export const certificatesStore = new CertificatesStore (); And, finally, we register this store to Lens's API manager. apiManager . registerStore ( certificatesStore );","title":"Get CRD objects"},{"location":"extensions/guides/kube-object-list-layout/#create-certificatepage-component","text":"Now we have created mechanism to manage Certificate objects in Kubernetes API. Then we need to fetch those and render them in the UI. First we define CertificatePage class that extends React.Component . import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { certificatesStore } from \"../certificate-store\" ; import { Certificate } from \"../certificate\" export class CertificatePage extends React . Component < { extension : Renderer.LensExtension } > { } Next we will implement render method that will display certificates in a list. To do that, we just need to add Renderer.Component.KubeObjectListLayout component inside Renderer.Component.TabLayout component in render method. To define which objects the list is showing, we need to pass certificateStore object to Renderer.Component.KubeObjectListLayout in store property. Renderer.Component.KubeObjectListLayout will fetch automatically items from the given store when component is mounted. Also, we can define needed sorting callbacks and search filters for the list: import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TabLayout , KubeObjectListLayout , }, } = Renderer ; enum sortBy { name = \"name\" , namespace = \"namespace\" , issuer = \"issuer\" } export class CertificatePage extends React . Component < { extension : LensRendererExtension } > { // ... render () { return ( < TabLayout > < KubeObjectListLayout className = \"Certificates\" store = { certificatesStore } sortingCallbacks = {{ [ sortBy . name ] : ( certificate : Certificate ) => certificate . getName (), [ sortBy . namespace ] : ( certificate : Certificate ) => certificate . metadata . namespace , [ sortBy . issuer ] : ( certificate : Certificate ) => certificate . spec . issuerRef . name }} searchFilters = {[ ( certificate : Certificate ) => certificate . getSearchFields () ]} renderHeaderTitle = \"Certificates\" renderTableHeader = {[ { title : \"Name\" , className : \"name\" , sortBy : sortBy.name }, { title : \"Namespace\" , className : \"namespace\" , sortBy : sortBy.namespace }, { title : \"Issuer\" , className : \"issuer\" , sortBy : sortBy.namespace }, ]} renderTableContents = {( certificate : Certificate ) => [ certificate . getName (), certificate . metadata . namespace , certificate . spec . issuerRef . name ]} /> < /TabLayout> ) } }","title":"Create CertificatePage component"},{"location":"extensions/guides/kube-object-list-layout/#customize-details-panel","text":"We have learned now, how to list CRD objects in a list view. Next, we will learn how to customize details panel that will be opened when the object is clicked in the list. First, we need to register our custom component to render details for the specific Kubernetes custom resource, in our case Certificate . We will do this again in CrdSampleExtension class: export default class CrdSampleExtension extends Renderer . LensExtension { //... kubeObjectDetailItems = [{ kind : Certificate.kind , apiVersions : [ \"cert-manager.io/v1alpha2\" ], components : { Details : ( props : CertificateDetailsProps ) => < CertificateDetails {... props } /> } }] } Here we defined that CertificateDetails component will render the resource details. So, next we need to implement that component. Lens will inject Certificate object into our component so we just need to render some information out of it. We can use Renderer.Component.DrawerItem component from Lens Extensions API to give the same look and feel as Lens is using elsewhere: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" ; import { Certificate } from \"../certificate\" ; const { Component : { KubeObjectDetailsProps , DrawerItem , Badge , } } = Renderer ; export interface CertificateDetailsProps extends KubeObjectDetailsProps < Certificate > { } export class CertificateDetails extends React . Component < CertificateDetailsProps > { render () { const { object : certificate } = this . props ; if ( ! certificate ) return null ; return ( < div className = \"Certificate\" > < DrawerItem name = \"Created\" > { certificate . getAge ( true , false )} ago ({ certificate . metadata . creationTimestamp }) < /DrawerItem> < DrawerItem name = \"DNS Names\" > { certificate . spec . dnsNames . join ( \",\" )} < /DrawerItem> < DrawerItem name = \"Secret\" > { certificate . spec . secretName } < /DrawerItem> < DrawerItem name = \"Status\" className = \"status\" labelsOnly > { certificate . status . conditions . map (( condition , index ) => { const { type , reason , message , status } = condition ; const kind = type || reason ; if ( ! kind ) return null ; return ( < Badge key = { kind + index } label = { kind } className = { \"success \" + kind . toLowerCase ()} tooltip = { message } /> ); })} < /DrawerItem> < /div> ) } }","title":"Customize Details panel"},{"location":"extensions/guides/kube-object-list-layout/#summary","text":"Like we can see above, it's very easy to add custom pages and fetch Kubernetes resources by using Extensions API. Please see the complete source code to test it out.","title":"Summary"},{"location":"extensions/guides/main-extension/","text":"Main Extension # The Main Extension API is the interface to Lens's main process. Lens runs in both main and renderer processes. The Main Extension API allows you to access, configure, and customize Lens data, add custom application menu items and protocol handlers , and run custom code in Lens's main process. It also provides convenient methods for navigating to built-in Lens pages and extension pages, as well as adding and removing sources of catalog entities. Main.LensExtension Class # onActivate() and onDeactivate() Methods # To create a main extension simply extend the Main.LensExtension class: import { Main } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Main . LensExtension { onActivate () { console . log ( 'custom main process extension code started' ); } onDeactivate () { console . log ( 'custom main process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) Click Disable on the extension you want to disable. The example above logs messages when the extension is enabled and disabled. To see standard output from the main process there must be a console connected to it. Achieve this by starting Lens from the command prompt. For more details on accessing Lens state data, please see the Stores guide. appMenus # The Main Extension API allows you to customize the UI application menu. The following example demonstrates adding an item to the Help menu. import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click () { console . log ( \"Sample clicked\" ); } } ] } appMenus is an array of objects that satisfy the MenuRegistration interface. MenuRegistration extends Electron's MenuItemConstructorOptions interface. The properties of the appMenus array objects are defined as follows: parentId is the name of the menu where your new menu item will be listed. Valid values include: \"file\" , \"edit\" , \"view\" , and \"help\" . \"lens\" is valid on Mac only. label is the name of your menu item. click() is called when the menu item is selected. In this example, we simply log a message. However, you would typically have this navigate to a specific page or perform another operation. Note that pages are associated with the Renderer.LensExtension class and can be defined in the process of extending it. The following example demonstrates how an application menu can be used to navigate to such a page: import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click : () => this . navigate ( \"myGlobalPage\" ) } ] } When the menu item is clicked the navigate() method looks for and displays a global page with id \"myGlobalPage\" . This page would be defined in your extension's Renderer.LensExtension implementation (See Renderer.LensExtension ). trayMenus # trayMenus is an array of TrayMenuRegistration objects. Most importantly you can define a label and a click handler. Other properties are submenu , enabled , toolTip , id and type . interface TrayMenuRegistration { label? : string ; click ?: ( menuItem : TrayMenuRegistration ) => void ; id? : string ; type ?: \"normal\" | \"separator\" | \"submenu\" toolTip? : string ; enabled? : boolean ; submenu? : TrayMenuRegistration [] } The following example demonstrates how tray menus can be added from extension: import { Main } from \"@k8slens/extensions\" ; export default class SampleTrayMenuMainExtension extends Main . LensExtension { trayMenus = [{ label : \"menu from the extension\" , click : () => { console . log ( \"tray menu clicked!\" ) } }] } addCatalogSource() and removeCatalogSource() Methods # The Main.LensExtension class also provides the addCatalogSource() and removeCatalogSource() methods, for managing custom catalog items (or entities). See the Catalog documentation for full details about the catalog.","title":"Main Extension"},{"location":"extensions/guides/main-extension/#main-extension","text":"The Main Extension API is the interface to Lens's main process. Lens runs in both main and renderer processes. The Main Extension API allows you to access, configure, and customize Lens data, add custom application menu items and protocol handlers , and run custom code in Lens's main process. It also provides convenient methods for navigating to built-in Lens pages and extension pages, as well as adding and removing sources of catalog entities.","title":"Main Extension"},{"location":"extensions/guides/main-extension/#mainlensextension-class","text":"","title":"Main.LensExtension Class"},{"location":"extensions/guides/main-extension/#onactivate-and-ondeactivate-methods","text":"To create a main extension simply extend the Main.LensExtension class: import { Main } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Main . LensExtension { onActivate () { console . log ( 'custom main process extension code started' ); } onDeactivate () { console . log ( 'custom main process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) Click Disable on the extension you want to disable. The example above logs messages when the extension is enabled and disabled. To see standard output from the main process there must be a console connected to it. Achieve this by starting Lens from the command prompt. For more details on accessing Lens state data, please see the Stores guide.","title":"onActivate() and onDeactivate() Methods"},{"location":"extensions/guides/main-extension/#appmenus","text":"The Main Extension API allows you to customize the UI application menu. The following example demonstrates adding an item to the Help menu. import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click () { console . log ( \"Sample clicked\" ); } } ] } appMenus is an array of objects that satisfy the MenuRegistration interface. MenuRegistration extends Electron's MenuItemConstructorOptions interface. The properties of the appMenus array objects are defined as follows: parentId is the name of the menu where your new menu item will be listed. Valid values include: \"file\" , \"edit\" , \"view\" , and \"help\" . \"lens\" is valid on Mac only. label is the name of your menu item. click() is called when the menu item is selected. In this example, we simply log a message. However, you would typically have this navigate to a specific page or perform another operation. Note that pages are associated with the Renderer.LensExtension class and can be defined in the process of extending it. The following example demonstrates how an application menu can be used to navigate to such a page: import { Main } from \"@k8slens/extensions\" ; export default class SamplePageMainExtension extends Main . LensExtension { appMenus = [ { parentId : \"help\" , label : \"Sample\" , click : () => this . navigate ( \"myGlobalPage\" ) } ] } When the menu item is clicked the navigate() method looks for and displays a global page with id \"myGlobalPage\" . This page would be defined in your extension's Renderer.LensExtension implementation (See Renderer.LensExtension ).","title":"appMenus"},{"location":"extensions/guides/main-extension/#traymenus","text":"trayMenus is an array of TrayMenuRegistration objects. Most importantly you can define a label and a click handler. Other properties are submenu , enabled , toolTip , id and type . interface TrayMenuRegistration { label? : string ; click ?: ( menuItem : TrayMenuRegistration ) => void ; id? : string ; type ?: \"normal\" | \"separator\" | \"submenu\" toolTip? : string ; enabled? : boolean ; submenu? : TrayMenuRegistration [] } The following example demonstrates how tray menus can be added from extension: import { Main } from \"@k8slens/extensions\" ; export default class SampleTrayMenuMainExtension extends Main . LensExtension { trayMenus = [{ label : \"menu from the extension\" , click : () => { console . log ( \"tray menu clicked!\" ) } }] }","title":"trayMenus"},{"location":"extensions/guides/main-extension/#addcatalogsource-and-removecatalogsource-methods","text":"The Main.LensExtension class also provides the addCatalogSource() and removeCatalogSource() methods, for managing custom catalog items (or entities). See the Catalog documentation for full details about the catalog.","title":"addCatalogSource() and removeCatalogSource() Methods"},{"location":"extensions/guides/protocol-handlers/","text":"Lens Protocol Handlers # Lens has a file association with the lens:// protocol. This means that Lens can be opened by external programs by providing a link that has lens as its protocol. Lens provides a routing mechanism that extensions can use to register custom handlers. Registering A Protocol Handler # The field protocolHandlers exists both on LensMainExtension and on LensRendererExtension . This field will be iterated through every time a lens:// request gets sent to the application. The pathSchema argument must comply with the path-to-regexp package's compileToRegex function. Once you have registered a handler it will be called when a user opens a link on their computer. Handlers will be run in both main and renderer in parallel with no synchronization between the two processes. Furthermore, both main and renderer are routed separately. In other words, which handler is selected in either process is independent from the list of possible handlers in the other. Example of registering a handler: import { Main , Common } from \"@k8slens/extensions\" ; function rootHandler ( params : Common.Types.ProtocolRouteParams ) { console . log ( \"routed to ExampleExtension\" , params ); } export default class ExampleExtensionMain extends Main . LensExtension { protocolHandlers = [ pathSchema : \"/\" , handler : rootHandler , ] } For testing the routing of URIs the open (on macOS) or xdg-open (on most linux) CLI utilities can be used. For the above handler, the following URI would be always routed to it: open lens://extension/example-extension/ Deregistering A Protocol Handler # All that is needed to deregister a handler is to remove it from the array of handlers. Routing Algorithm # The routing mechanism for extensions is quite straight forward. For example consider an extension example-extension which is published by the @mirantis org. If it were to register a handler with \"/display/:type\" as its corresponding link then we would match the following URI like this: Once matched, the handler would be called with the following argument (note both \"search\" and \"pathname\" will always be defined): { \"search\" : { \"text\" : \"Hello\" }, \"pathname\" : { \"type\" : \"notification\" } } As the diagram above shows, the search (or query) params are not considered as part of the handler resolution. If the URI had instead been lens://extension/@mirantis/example-extension/display/notification/green then a third (and optional) field will have the rest of the path. The tail field would be filled with \"/green\" . If multiple pathSchema 's match a given URI then the most specific handler will be called. For example consider the following pathSchema 's: \"/\" \"/display\" \"/display/:type\" \"/show/:id\" The URI sub-path \"/display\" would be routed to #2 since it is an exact match. On the other hand, the subpath \"/display/notification\" would be routed to #3. The URI is routed to the most specific matching pathSchema . This way the \"/\" (root) pathSchema acts as a sort of catch all or default route if no other route matches.","title":"Protocol Handlers"},{"location":"extensions/guides/protocol-handlers/#lens-protocol-handlers","text":"Lens has a file association with the lens:// protocol. This means that Lens can be opened by external programs by providing a link that has lens as its protocol. Lens provides a routing mechanism that extensions can use to register custom handlers.","title":"Lens Protocol Handlers"},{"location":"extensions/guides/protocol-handlers/#registering-a-protocol-handler","text":"The field protocolHandlers exists both on LensMainExtension and on LensRendererExtension . This field will be iterated through every time a lens:// request gets sent to the application. The pathSchema argument must comply with the path-to-regexp package's compileToRegex function. Once you have registered a handler it will be called when a user opens a link on their computer. Handlers will be run in both main and renderer in parallel with no synchronization between the two processes. Furthermore, both main and renderer are routed separately. In other words, which handler is selected in either process is independent from the list of possible handlers in the other. Example of registering a handler: import { Main , Common } from \"@k8slens/extensions\" ; function rootHandler ( params : Common.Types.ProtocolRouteParams ) { console . log ( \"routed to ExampleExtension\" , params ); } export default class ExampleExtensionMain extends Main . LensExtension { protocolHandlers = [ pathSchema : \"/\" , handler : rootHandler , ] } For testing the routing of URIs the open (on macOS) or xdg-open (on most linux) CLI utilities can be used. For the above handler, the following URI would be always routed to it: open lens://extension/example-extension/","title":"Registering A Protocol Handler"},{"location":"extensions/guides/protocol-handlers/#deregistering-a-protocol-handler","text":"All that is needed to deregister a handler is to remove it from the array of handlers.","title":"Deregistering A Protocol Handler"},{"location":"extensions/guides/protocol-handlers/#routing-algorithm","text":"The routing mechanism for extensions is quite straight forward. For example consider an extension example-extension which is published by the @mirantis org. If it were to register a handler with \"/display/:type\" as its corresponding link then we would match the following URI like this: Once matched, the handler would be called with the following argument (note both \"search\" and \"pathname\" will always be defined): { \"search\" : { \"text\" : \"Hello\" }, \"pathname\" : { \"type\" : \"notification\" } } As the diagram above shows, the search (or query) params are not considered as part of the handler resolution. If the URI had instead been lens://extension/@mirantis/example-extension/display/notification/green then a third (and optional) field will have the rest of the path. The tail field would be filled with \"/green\" . If multiple pathSchema 's match a given URI then the most specific handler will be called. For example consider the following pathSchema 's: \"/\" \"/display\" \"/display/:type\" \"/show/:id\" The URI sub-path \"/display\" would be routed to #2 since it is an exact match. On the other hand, the subpath \"/display/notification\" would be routed to #3. The URI is routed to the most specific matching pathSchema . This way the \"/\" (root) pathSchema acts as a sort of catch all or default route if no other route matches.","title":"Routing Algorithm"},{"location":"extensions/guides/renderer-extension/","text":"Renderer Extension (WIP) # The Renderer Extension API is the interface to Lens's renderer process. Lens runs in both the main and renderer processes. The Renderer Extension API allows you to access, configure, and customize Lens data, add custom Lens UI elements, protocol handlers, and command palette commands, as well as run custom code in Lens's renderer process. The custom Lens UI elements that you can add include: Cluster pages Cluster page menus Global pages Welcome menus App preferences Top bar items Status bar items KubeObject menu items KubeObject detail items KubeObject status texts Kube workloads overview items as well as catalog-related UI elements: Entity settings Catalog entity detail items All UI elements are based on React components. Finally, you can also add commands and protocol handlers: Command palette commands protocol handlers Renderer.LensExtension Class # onActivate() and onDeactivate() Methods # To create a renderer extension, extend the Renderer.LensExtension class: import { Renderer } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Renderer . LensExtension { onActivate () { console . log ( 'custom renderer process extension code started' ); } onDeactivate () { console . log ( 'custom renderer process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Info Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) For the extension you want to disable, open the context menu (click on the three vertical dots) and choose Disable . The example above logs messages when the extension is enabled and disabled. clusterPages # Cluster pages appear in the cluster dashboard. Use cluster pages to display information about or add functionality to the active cluster. It is also possible to include custom details from other clusters. Use your extension to access Kubernetes resources in the active cluster with ClusterStore.getInstance() . Add a cluster page definition to a Renderer.LensExtension subclass with the following example: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; } clusterPages is an array of objects that satisfy the PageRegistration interface. The properties of the clusterPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. ExamplePage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class ExamplePage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Note that the ExamplePage class defines the extension property. This allows the ExampleExtension object to be passed in the cluster page definition in the React style. This way, ExamplePage can access all ExampleExtension subclass data. The above example shows how to create a cluster page, but not how to make that page available to the Lens user. Use clusterPageMenus , covered in the next section, to add cluster pages to the Lens UI. clusterPageMenus # clusterPageMenus allows you to add cluster page menu items to the secondary left nav, below Lens's standard cluster menus like Workloads , Custom Resources , etc. By expanding on the above example, you can add a cluster page menu item to the ExampleExtension definition: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, ]; } clusterPageMenus is an array of objects that satisfy the ClusterPageMenuRegistration interface. This element defines how the cluster page menu item will appear and what it will do when you click it. The properties of the clusterPageMenus array objects are defined as follows: target links to the relevant cluster page using pageId . pageId takes the value of the relevant cluster page's id property. title sets the name of the cluster page menu item that will appear in the left side menu. components is used to set an icon that appears to the left of the title text in the left side menu. The above example creates a menu item that reads Hello World . When users click Hello World , the cluster dashboard will show the contents of Example Page . This example requires the definition of another React-based component, ExampleIcon , which has been added to page.tsx , as follows: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" type IconProps = Renderer . Component . IconProps ; const { Component : { Icon }, } = Renderer ; export function ExampleIcon ( props : IconProps ) { return < Icon {... props } material = \"pages\" tooltip = { \"Hi!\" } /> } export class ExamplePage extends React . Component < { extension : Renderer.LensExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Lens includes various built-in components available for extension developers to use. One of these is the Renderer.Component.Icon , introduced in ExampleIcon , which you can use to access any of the icons available at Material Design . The properties that Renderer.Component.Icon uses are defined as follows: material takes the name of the icon you want to use. tooltip sets the text you want to appear when a user hovers over the icon. clusterPageMenus can also be used to define sub menu items, so that you can create groups of cluster pages. The following example groups two sub menu items under one parent menu item: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } }, { id : \"bonjour\" , components : { Page : () => < ExemplePage extension = { this } /> , } } ]; clusterPageMenus = [ { id : \"example\" , title : \"Greetings\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"bonjour\" }, title : \"Bonjour le monde\" , components : { Icon : ExempleIcon , } } ]; } The above defines two cluster pages and three cluster page menu objects. The cluster page definitions are straightforward. The three cluster page menu objects include one parent menu item and two sub menu items. The first cluster page menu object defines the parent of a foldout submenu. Setting the id field in a cluster page menu definition implies that it is defining a foldout submenu. Also note that the target field is not specified (it is ignored if the id field is specified). This cluster page menu object specifies the title and components fields, which are used in displaying the menu item in the cluster dashboard sidebar. Initially the submenu is hidden. Activating this menu item toggles on and off the appearance of the submenu below it. The remaining two cluster page menu objects define the contents of the submenu. A cluster page menu object is defined to be a submenu item by setting the parentId field to the id of the parent of a foldout submenu, \"example\" in this case. This is what the example could look like, including how the menu item will appear in the secondary left nav: globalPages # Global pages are independent of the cluster dashboard and can fill the entire Lens UI. Their primary use is to display information and provide functionality across clusters (or catalog entities), including customized data and functionality unique to your extension. Unlike cluster pages, users can trigger global pages even when there is no active cluster (or catalog entity). The following example defines a Renderer.LensExtension subclass with a single global page definition: import { Renderer } from '@k8slens/extensions' ; import { HelpPage } from './page' ; import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; } globalPages is an array of objects that satisfy the PageRegistration interface. The properties of the globalPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. HelpPage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class HelpPage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Help yourself < /p> < /div> ) } } Note that the HelpPage class defines the extension property. This allows the HelpExtension object to be passed in the global page definition in the React-style. This way, HelpPage can access all HelpExtension subclass data. This example code shows how to create a global page, but not how to make that page available to the Lens user. Global pages are typically made available in the following ways: To add global pages to the top menu bar, see appMenus in the Main Extension guide. To add global pages as an interactive element in the blue status bar along the bottom of the Lens UI, see statusBarItems . To add global pages to the Welcome Page, see welcomeMenus . welcomeMenus # appPreferences # The Lens Preferences page is a built-in global page. You can use Lens extensions to add custom preferences to the Preferences page, providing a single location for users to configure global options. The following example demonstrates adding a custom preference: import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { observable } from \"mobx\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { @observable preference = { enabled : false }; appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput preference = { this . preference } /> , Hint : () => < ExamplePreferenceHint /> } } ]; } appPreferences is an array of objects that satisfies the AppPreferenceRegistration interface. The properties of the appPreferences array objects are defined as follows: title sets the heading text displayed on the Preferences page. components specifies two React.Component objects that define the interface for the preference. Input specifies an interactive input element for the preference. Hint provides descriptive information for the preference, shown below the Input element. Note Note that the input and the hint can be comprised of more sophisticated elements, according to the needs of the extension. ExamplePreferenceInput expects its React props to be set to an ExamplePreferenceProps instance. This is how ExampleRendererExtension handles the state of the preference input. ExampleRendererExtension has a preference field, which you will add to ExamplePreferenceInput . In this example ExamplePreferenceInput , ExamplePreferenceHint , and ExamplePreferenceProps are defined in ./src/example-preference.tsx as follows: import { Renderer } from \"@k8slens/extensions\" ; import { makeObservable } from \"mobx\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; const { Component : { Checkbox , }, } = Renderer ; export class ExamplePreferenceProps { preference : { enabled : boolean ; } } @observer export class ExamplePreferenceInput extends React . Component < ExamplePreferenceProps > { public constructor () { super ({ preference : { enabled : false }}); makeObservable ( this ); } render () { const { preference } = this . props ; return ( < Checkbox label = \"I understand appPreferences\" value = { preference . enabled } onChange = { v => { preference . enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } ExamplePreferenceInput implements a simple checkbox using Lens's Renderer.Component.Checkbox using the following properties: label sets the text that displays next to the checkbox. value is initially set to preference.enabled . onChange is a function that responds when the state of the checkbox changes. ExamplePreferenceInput is defined with the ExamplePreferenceProps React props. This is an object with the single enabled property. It is used to indicate the state of the preference, and it is bound to the checkbox state in onChange . ExamplePreferenceHint is a simple text span. The above example introduces the decorators makeObservable and observer from the mobx and mobx-react packages. mobx simplifies state management. Without it, this example would not visually update the checkbox properly when the user activates it. Lens uses mobx extensively for state management of its own UI elements. We recommend that extensions rely on it, as well. Alternatively, you can use React's state management, though mobx is typically simpler to use. Note that you can manage an extension's state data using an ExtensionStore object, which conveniently handles persistence and synchronization. To simplify this guide, the example above defines a preference field in the ExampleRendererExtension class definition to hold the extension's state. However, we recommend that you manage your extension's state data using ExtensionStore . topBarItems # statusBarItems # The status bar is the blue strip along the bottom of the Lens UI. statusBarItems are React.ReactNode types. They can be used to display status information, or act as links to global pages as well as external pages. The following example adds a statusBarItems definition and a globalPages definition to a LensRendererExtension subclass. It configures the status bar item to navigate to the global page upon activation (normally a mouse click): import { Renderer } from '@k8slens/extensions' ; import { HelpIcon , HelpPage } from \"./page\" import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps\" onClick = {() => this . navigate ( \"help\" )} > < HelpIcon /> My Status Bar Item < /div> ) }, }, ]; } The properties of the statusBarItems array objects are defined as follows: Item specifies the React.Component that will be shown on the status bar. By default, items are added starting from the right side of the status bar. Due to limited space in the status bar, Item will typically specify only an icon or a short string of text. The example above reuses the HelpIcon from the globalPageMenus guide . onClick determines what the statusBarItem does when it is clicked. In the example, onClick is set to a function that calls the LensRendererExtension navigate() method. navigate takes the id of the associated global page as a parameter. Thus, clicking the status bar item activates the associated global pages. kubeObjectMenuItems # An extension can add custom menu items ( kubeObjectMenuItems ) for specific Kubernetes resource kinds and apiVersions. kubeObjectMenuItems appear under the vertical ellipsis for each listed resource in the cluster dashboard: They also appear on the title bar of the details page for specific resources: The following example shows how to add a kubeObjectMenuItems for namespace resources with an associated action: import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceMenuItem } from \"./src/namespace-menu-item\" type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : KubeObjectMenuProps < Namespace > ) => < NamespaceMenuItem {... props } /> } } ]; } kubeObjectMenuItems is an array of objects matching the KubeObjectMenuRegistration interface. The example above adds a menu item for namespaces in the cluster dashboard. The properties of the kubeObjectMenuItems array objects are defined as follows: kind specifies the Kubernetes resource type the menu item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the menu item's appearance and behavior. MenuItem provides a function that returns a React.Component given a set of menu item properties. In this example a NamespaceMenuItem object is returned. NamespaceMenuItem is defined in ./src/namespace-menu-item.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { terminalStore , MenuItem , Icon , }, Navigation , } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export function NamespaceMenuItem ( props : KubeObjectMenuProps < Namespace > ) { const { object : namespace , toolbar } = props ; if ( ! namespace ) return null ; const namespaceName = namespace . getName (); const sendToTerminal = ( command : string ) => { terminalStore . sendCommand ( command , { enter : true , newTab : true , }); Navigation . hideDetails (); }; const getPods = () => { sendToTerminal ( `kubectl get pods -n ${ namespaceName } ` ); }; return ( < MenuItem onClick = { getPods } > < Icon material = \"speaker_group\" interactive = { toolbar } title = \"Get pods in terminal\" /> < span className = \"title\" > Get Pods < /span> < /MenuItem> ); } NamespaceMenuItem returns a Renderer.Component.MenuItem which defines the menu item's appearance and its behavior when activated via the onClick property. In the example, getPods() opens a terminal tab and runs kubectl to get a list of pods running in the current namespace. The name of the namespace is retrieved from props passed into NamespaceMenuItem() . namespace is the props.object , which is of type Renderer.K8sApi.Namespace . Renderer.K8sApi.Namespace is the API for accessing namespaces. The current namespace in this example is simply given by namespace.getName() . Thus, kubeObjectMenuItems afford convenient access to the specific resource selected by the user. kubeObjectDetailItems # An extension can add custom details ( kubeObjectDetailItems ) for specified Kubernetes resource kinds and apiVersions. These custom details appear on the details page for a specific resource, such as a Namespace as shown here: The following example shows how to use kubeObjectDetailItems to add a tabulated list of pods to the Namespace resource details page: import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceDetailsItem } from \"./src/namespace-details-item\" ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type KubeObjectDetailsProps = Renderer . Component . KubeObjectDetailsProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectDetailItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], priority : 10 , components : { Details : ( props : KubeObjectDetailsProps < Namespace > ) => < NamespaceDetailsItem {... props } /> } } ]; } kubeObjectDetailItems is an array of objects matching the KubeObjectDetailRegistration interface. This example above adds a detail item for namespaces in the cluster dashboard. The properties of the kubeObjectDetailItems array objects are defined as follows: kind specifies the Kubernetes resource type the detail item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the detail item's appearance and behavior. Details provides a function that returns a React.Component given a set of detail item properties. In this example a NamespaceDetailsItem object is returned. NamespaceDetailsItem is defined in ./src/namespace-details-item.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { PodsDetailsList } from \"./pods-details-list\" ; import React from \"react\" ; import { observable } from \"mobx\" ; import { observer } from \"mobx-react\" ; const { K8sApi : { podsApi , }, Component : { DrawerTitle , }, } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; type Pod = Renderer . K8sApi . Pod ; @observer export class NamespaceDetailsItem extends React . Component < KubeObjectDetailsProps < Namespace >> { @observable private pods : Pod []; async componentDidMount () { const namespace = this . props . object . getName (); this . pods = await podsApi . list ({ namespace }); } render () { return ( < div > < DrawerTitle title = \"Pods\" /> < PodsDetailsList pods = { this . pods } /> < /div> ) } } Since NamespaceDetailsItem extends React.Component> , it can access the current namespace object (type Namespace ) through this.props.object . You can query this object for many details about the current namespace. In the example above, componentDidMount() gets the namespace's name using the Namespace getName() method. Use the namespace's name to limit the list of pods only to those in the relevant namespace. To get this list of pods, this example uses the Kubernetes pods API podsApi.list() method. The podsApi is automatically configured for the active cluster. Note that podsApi.list() is an asynchronous method. Getting the pods list should occur prior to rendering the NamespaceDetailsItem . It is a common technique in React development to await async calls in componentDidMount() . However, componentDidMount() is called right after the first call to render() . In order to effect a subsequent render() call, React must be made aware of a state change. Like in the appPreferences guide , mobx and mobx-react are used to ensure NamespaceDetailsItem renders when the pods list updates. This is done simply by marking the pods field as an observable and the NamespaceDetailsItem class itself as an observer . Finally, the NamespaceDetailsItem renders using the render() method. Details are placed in drawers, and using Renderer.Component.DrawerTitle provides a separator from details above this one. Multiple details in a drawer can be placed in elements for further separation, if desired. The rest of this example's details are defined in PodsDetailsList , found in ./pods-details-list.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TableHead , TableRow , TableCell , Table , }, } = Renderer ; type Pod = Renderer . K8sApi . Pod ; interface Props { pods? : Pod []; } export class PodsDetailsList extends React . Component < Props > { getTableRow = ( pod : Pod ) => { return ( < TableRow key = { index } nowrap > < TableCell className = \"podName\" > { pods [ index ]. getName ()} < /TableCell> < TableCell className = \"podAge\" > { pods [ index ]. getAge ()} < /TableCell> < TableCell className = \"podStatus\" > { pods [ index ]. getStatus ()} < /TableCell> < /TableRow> ) }; render () { const { pods } = this . props if ( ! pods ? . length ) { return null ; } return ( < div > < Table > < TableHead > < TableCell className = \"podName\" > Name < /TableCell> < TableCell className = \"podAge\" > Age < /TableCell> < TableCell className = \"podStatus\" > Status < /TableCell> < /TableHead> { pods . map ( this . getTableRow ) } < /Table> < /div> ); } } PodsDetailsList produces a simple table showing a list of the pods found in this namespace: Obtain the name, age, and status for each pod using the Renderer.K8sApi.Pod methods. Construct the table using the Renderer.Component.Table and related elements. For each pod the name, age, and status are obtained using the Renderer.K8sApi.Pod methods. The table is constructed using the Renderer.Component.Table and related elements. See Component documentation for further details. kubeObjectStatusTexts # kubeWorkloadsOverviewItems # entitySettings # catalogEntityDetailItems # commandPaletteCommands # protocolHandlers # See the Protocol Handlers Guide","title":"Renderer Extension"},{"location":"extensions/guides/renderer-extension/#renderer-extension-wip","text":"The Renderer Extension API is the interface to Lens's renderer process. Lens runs in both the main and renderer processes. The Renderer Extension API allows you to access, configure, and customize Lens data, add custom Lens UI elements, protocol handlers, and command palette commands, as well as run custom code in Lens's renderer process. The custom Lens UI elements that you can add include: Cluster pages Cluster page menus Global pages Welcome menus App preferences Top bar items Status bar items KubeObject menu items KubeObject detail items KubeObject status texts Kube workloads overview items as well as catalog-related UI elements: Entity settings Catalog entity detail items All UI elements are based on React components. Finally, you can also add commands and protocol handlers: Command palette commands protocol handlers","title":"Renderer Extension (WIP)"},{"location":"extensions/guides/renderer-extension/#rendererlensextension-class","text":"","title":"Renderer.LensExtension Class"},{"location":"extensions/guides/renderer-extension/#onactivate-and-ondeactivate-methods","text":"To create a renderer extension, extend the Renderer.LensExtension class: import { Renderer } from \"@k8slens/extensions\" ; export default class ExampleExtensionMain extends Renderer . LensExtension { onActivate () { console . log ( 'custom renderer process extension code started' ); } onDeactivate () { console . log ( 'custom renderer process extension de-activated' ); } } Two methods enable you to run custom code: onActivate() and onDeactivate() . Enabling your extension calls onActivate() and disabling your extension calls onDeactivate() . You can initiate custom code by implementing onActivate() . Implementing onDeactivate() gives you the opportunity to clean up after your extension. Info Disable extensions from the Lens Extensions page: Navigate to File > Extensions in the top menu bar. (On Mac, it is Lens > Extensions .) For the extension you want to disable, open the context menu (click on the three vertical dots) and choose Disable . The example above logs messages when the extension is enabled and disabled.","title":"onActivate() and onDeactivate() Methods"},{"location":"extensions/guides/renderer-extension/#clusterpages","text":"Cluster pages appear in the cluster dashboard. Use cluster pages to display information about or add functionality to the active cluster. It is also possible to include custom details from other clusters. Use your extension to access Kubernetes resources in the active cluster with ClusterStore.getInstance() . Add a cluster page definition to a Renderer.LensExtension subclass with the following example: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; } clusterPages is an array of objects that satisfy the PageRegistration interface. The properties of the clusterPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. ExamplePage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class ExamplePage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Note that the ExamplePage class defines the extension property. This allows the ExampleExtension object to be passed in the cluster page definition in the React style. This way, ExamplePage can access all ExampleExtension subclass data. The above example shows how to create a cluster page, but not how to make that page available to the Lens user. Use clusterPageMenus , covered in the next section, to add cluster pages to the Lens UI.","title":"clusterPages"},{"location":"extensions/guides/renderer-extension/#clusterpagemenus","text":"clusterPageMenus allows you to add cluster page menu items to the secondary left nav, below Lens's standard cluster menus like Workloads , Custom Resources , etc. By expanding on the above example, you can add a cluster page menu item to the ExampleExtension definition: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } } ]; clusterPageMenus = [ { target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, ]; } clusterPageMenus is an array of objects that satisfy the ClusterPageMenuRegistration interface. This element defines how the cluster page menu item will appear and what it will do when you click it. The properties of the clusterPageMenus array objects are defined as follows: target links to the relevant cluster page using pageId . pageId takes the value of the relevant cluster page's id property. title sets the name of the cluster page menu item that will appear in the left side menu. components is used to set an icon that appears to the left of the title text in the left side menu. The above example creates a menu item that reads Hello World . When users click Hello World , the cluster dashboard will show the contents of Example Page . This example requires the definition of another React-based component, ExampleIcon , which has been added to page.tsx , as follows: import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" type IconProps = Renderer . Component . IconProps ; const { Component : { Icon }, } = Renderer ; export function ExampleIcon ( props : IconProps ) { return < Icon {... props } material = \"pages\" tooltip = { \"Hi!\" } /> } export class ExamplePage extends React . Component < { extension : Renderer.LensExtension } > { render () { return ( < div > < p > Hello world !< /p> < /div> ) } } Lens includes various built-in components available for extension developers to use. One of these is the Renderer.Component.Icon , introduced in ExampleIcon , which you can use to access any of the icons available at Material Design . The properties that Renderer.Component.Icon uses are defined as follows: material takes the name of the icon you want to use. tooltip sets the text you want to appear when a user hovers over the icon. clusterPageMenus can also be used to define sub menu items, so that you can create groups of cluster pages. The following example groups two sub menu items under one parent menu item: import { Renderer } from \"@k8slens/extensions\" ; import { ExampleIcon , ExamplePage } from \"./page\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { clusterPages = [ { id : \"hello\" , components : { Page : () => < ExamplePage extension = { this } /> , } }, { id : \"bonjour\" , components : { Page : () => < ExemplePage extension = { this } /> , } } ]; clusterPageMenus = [ { id : \"example\" , title : \"Greetings\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"hello\" }, title : \"Hello World\" , components : { Icon : ExampleIcon , } }, { parentId : \"example\" , target : { pageId : \"bonjour\" }, title : \"Bonjour le monde\" , components : { Icon : ExempleIcon , } } ]; } The above defines two cluster pages and three cluster page menu objects. The cluster page definitions are straightforward. The three cluster page menu objects include one parent menu item and two sub menu items. The first cluster page menu object defines the parent of a foldout submenu. Setting the id field in a cluster page menu definition implies that it is defining a foldout submenu. Also note that the target field is not specified (it is ignored if the id field is specified). This cluster page menu object specifies the title and components fields, which are used in displaying the menu item in the cluster dashboard sidebar. Initially the submenu is hidden. Activating this menu item toggles on and off the appearance of the submenu below it. The remaining two cluster page menu objects define the contents of the submenu. A cluster page menu object is defined to be a submenu item by setting the parentId field to the id of the parent of a foldout submenu, \"example\" in this case. This is what the example could look like, including how the menu item will appear in the secondary left nav:","title":"clusterPageMenus"},{"location":"extensions/guides/renderer-extension/#globalpages","text":"Global pages are independent of the cluster dashboard and can fill the entire Lens UI. Their primary use is to display information and provide functionality across clusters (or catalog entities), including customized data and functionality unique to your extension. Unlike cluster pages, users can trigger global pages even when there is no active cluster (or catalog entity). The following example defines a Renderer.LensExtension subclass with a single global page definition: import { Renderer } from '@k8slens/extensions' ; import { HelpPage } from './page' ; import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; } globalPages is an array of objects that satisfy the PageRegistration interface. The properties of the globalPages array objects are defined as follows: id is a string that identifies the page. components matches the PageComponents interface for which there is one field, Page . Page is of type React.ComponentType . It offers flexibility in defining the appearance and behavior of your page. HelpPage in the example above can be defined in page.tsx : import { Renderer } from \"@k8slens/extensions\" ; import React from \"react\" export class HelpPage extends React . Component < { extension : LensRendererExtension } > { render () { return ( < div > < p > Help yourself < /p> < /div> ) } } Note that the HelpPage class defines the extension property. This allows the HelpExtension object to be passed in the global page definition in the React-style. This way, HelpPage can access all HelpExtension subclass data. This example code shows how to create a global page, but not how to make that page available to the Lens user. Global pages are typically made available in the following ways: To add global pages to the top menu bar, see appMenus in the Main Extension guide. To add global pages as an interactive element in the blue status bar along the bottom of the Lens UI, see statusBarItems . To add global pages to the Welcome Page, see welcomeMenus .","title":"globalPages"},{"location":"extensions/guides/renderer-extension/#welcomemenus","text":"","title":"welcomeMenus"},{"location":"extensions/guides/renderer-extension/#apppreferences","text":"The Lens Preferences page is a built-in global page. You can use Lens extensions to add custom preferences to the Preferences page, providing a single location for users to configure global options. The following example demonstrates adding a custom preference: import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { observable } from \"mobx\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { @observable preference = { enabled : false }; appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput preference = { this . preference } /> , Hint : () => < ExamplePreferenceHint /> } } ]; } appPreferences is an array of objects that satisfies the AppPreferenceRegistration interface. The properties of the appPreferences array objects are defined as follows: title sets the heading text displayed on the Preferences page. components specifies two React.Component objects that define the interface for the preference. Input specifies an interactive input element for the preference. Hint provides descriptive information for the preference, shown below the Input element. Note Note that the input and the hint can be comprised of more sophisticated elements, according to the needs of the extension. ExamplePreferenceInput expects its React props to be set to an ExamplePreferenceProps instance. This is how ExampleRendererExtension handles the state of the preference input. ExampleRendererExtension has a preference field, which you will add to ExamplePreferenceInput . In this example ExamplePreferenceInput , ExamplePreferenceHint , and ExamplePreferenceProps are defined in ./src/example-preference.tsx as follows: import { Renderer } from \"@k8slens/extensions\" ; import { makeObservable } from \"mobx\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; const { Component : { Checkbox , }, } = Renderer ; export class ExamplePreferenceProps { preference : { enabled : boolean ; } } @observer export class ExamplePreferenceInput extends React . Component < ExamplePreferenceProps > { public constructor () { super ({ preference : { enabled : false }}); makeObservable ( this ); } render () { const { preference } = this . props ; return ( < Checkbox label = \"I understand appPreferences\" value = { preference . enabled } onChange = { v => { preference . enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } ExamplePreferenceInput implements a simple checkbox using Lens's Renderer.Component.Checkbox using the following properties: label sets the text that displays next to the checkbox. value is initially set to preference.enabled . onChange is a function that responds when the state of the checkbox changes. ExamplePreferenceInput is defined with the ExamplePreferenceProps React props. This is an object with the single enabled property. It is used to indicate the state of the preference, and it is bound to the checkbox state in onChange . ExamplePreferenceHint is a simple text span. The above example introduces the decorators makeObservable and observer from the mobx and mobx-react packages. mobx simplifies state management. Without it, this example would not visually update the checkbox properly when the user activates it. Lens uses mobx extensively for state management of its own UI elements. We recommend that extensions rely on it, as well. Alternatively, you can use React's state management, though mobx is typically simpler to use. Note that you can manage an extension's state data using an ExtensionStore object, which conveniently handles persistence and synchronization. To simplify this guide, the example above defines a preference field in the ExampleRendererExtension class definition to hold the extension's state. However, we recommend that you manage your extension's state data using ExtensionStore .","title":"appPreferences"},{"location":"extensions/guides/renderer-extension/#topbaritems","text":"","title":"topBarItems"},{"location":"extensions/guides/renderer-extension/#statusbaritems","text":"The status bar is the blue strip along the bottom of the Lens UI. statusBarItems are React.ReactNode types. They can be used to display status information, or act as links to global pages as well as external pages. The following example adds a statusBarItems definition and a globalPages definition to a LensRendererExtension subclass. It configures the status bar item to navigate to the global page upon activation (normally a mouse click): import { Renderer } from '@k8slens/extensions' ; import { HelpIcon , HelpPage } from \"./page\" import React from 'react' ; export default class HelpExtension extends Renderer . LensExtension { globalPages = [ { id : \"help\" , components : { Page : () => < HelpPage extension = { this } /> , } } ]; statusBarItems = [ { components : { Item : () => ( < div className = \"flex align-center gaps\" onClick = {() => this . navigate ( \"help\" )} > < HelpIcon /> My Status Bar Item < /div> ) }, }, ]; } The properties of the statusBarItems array objects are defined as follows: Item specifies the React.Component that will be shown on the status bar. By default, items are added starting from the right side of the status bar. Due to limited space in the status bar, Item will typically specify only an icon or a short string of text. The example above reuses the HelpIcon from the globalPageMenus guide . onClick determines what the statusBarItem does when it is clicked. In the example, onClick is set to a function that calls the LensRendererExtension navigate() method. navigate takes the id of the associated global page as a parameter. Thus, clicking the status bar item activates the associated global pages.","title":"statusBarItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectmenuitems","text":"An extension can add custom menu items ( kubeObjectMenuItems ) for specific Kubernetes resource kinds and apiVersions. kubeObjectMenuItems appear under the vertical ellipsis for each listed resource in the cluster dashboard: They also appear on the title bar of the details page for specific resources: The following example shows how to add a kubeObjectMenuItems for namespace resources with an associated action: import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceMenuItem } from \"./src/namespace-menu-item\" type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectMenuItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], components : { MenuItem : ( props : KubeObjectMenuProps < Namespace > ) => < NamespaceMenuItem {... props } /> } } ]; } kubeObjectMenuItems is an array of objects matching the KubeObjectMenuRegistration interface. The example above adds a menu item for namespaces in the cluster dashboard. The properties of the kubeObjectMenuItems array objects are defined as follows: kind specifies the Kubernetes resource type the menu item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the menu item's appearance and behavior. MenuItem provides a function that returns a React.Component given a set of menu item properties. In this example a NamespaceMenuItem object is returned. NamespaceMenuItem is defined in ./src/namespace-menu-item.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { terminalStore , MenuItem , Icon , }, Navigation , } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; export function NamespaceMenuItem ( props : KubeObjectMenuProps < Namespace > ) { const { object : namespace , toolbar } = props ; if ( ! namespace ) return null ; const namespaceName = namespace . getName (); const sendToTerminal = ( command : string ) => { terminalStore . sendCommand ( command , { enter : true , newTab : true , }); Navigation . hideDetails (); }; const getPods = () => { sendToTerminal ( `kubectl get pods -n ${ namespaceName } ` ); }; return ( < MenuItem onClick = { getPods } > < Icon material = \"speaker_group\" interactive = { toolbar } title = \"Get pods in terminal\" /> < span className = \"title\" > Get Pods < /span> < /MenuItem> ); } NamespaceMenuItem returns a Renderer.Component.MenuItem which defines the menu item's appearance and its behavior when activated via the onClick property. In the example, getPods() opens a terminal tab and runs kubectl to get a list of pods running in the current namespace. The name of the namespace is retrieved from props passed into NamespaceMenuItem() . namespace is the props.object , which is of type Renderer.K8sApi.Namespace . Renderer.K8sApi.Namespace is the API for accessing namespaces. The current namespace in this example is simply given by namespace.getName() . Thus, kubeObjectMenuItems afford convenient access to the specific resource selected by the user.","title":"kubeObjectMenuItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectdetailitems","text":"An extension can add custom details ( kubeObjectDetailItems ) for specified Kubernetes resource kinds and apiVersions. These custom details appear on the details page for a specific resource, such as a Namespace as shown here: The following example shows how to use kubeObjectDetailItems to add a tabulated list of pods to the Namespace resource details page: import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; import { NamespaceDetailsItem } from \"./src/namespace-details-item\" ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type KubeObjectDetailsProps = Renderer . Component . KubeObjectDetailsProps ; type Namespace = Renderer . K8sApi . Namespace ; export default class ExampleExtension extends Renderer . LensExtension { kubeObjectDetailItems = [ { kind : \"Namespace\" , apiVersions : [ \"v1\" ], priority : 10 , components : { Details : ( props : KubeObjectDetailsProps < Namespace > ) => < NamespaceDetailsItem {... props } /> } } ]; } kubeObjectDetailItems is an array of objects matching the KubeObjectDetailRegistration interface. This example above adds a detail item for namespaces in the cluster dashboard. The properties of the kubeObjectDetailItems array objects are defined as follows: kind specifies the Kubernetes resource type the detail item will apply to. apiVersion specifies the Kubernetes API version number to use with the resource type. components defines the detail item's appearance and behavior. Details provides a function that returns a React.Component given a set of detail item properties. In this example a NamespaceDetailsItem object is returned. NamespaceDetailsItem is defined in ./src/namespace-details-item.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { PodsDetailsList } from \"./pods-details-list\" ; import React from \"react\" ; import { observable } from \"mobx\" ; import { observer } from \"mobx-react\" ; const { K8sApi : { podsApi , }, Component : { DrawerTitle , }, } = Renderer ; type KubeObjectMenuProps = Renderer . Component . KubeObjectMenuProps ; type Namespace = Renderer . K8sApi . Namespace ; type Pod = Renderer . K8sApi . Pod ; @observer export class NamespaceDetailsItem extends React . Component < KubeObjectDetailsProps < Namespace >> { @observable private pods : Pod []; async componentDidMount () { const namespace = this . props . object . getName (); this . pods = await podsApi . list ({ namespace }); } render () { return ( < div > < DrawerTitle title = \"Pods\" /> < PodsDetailsList pods = { this . pods } /> < /div> ) } } Since NamespaceDetailsItem extends React.Component> , it can access the current namespace object (type Namespace ) through this.props.object . You can query this object for many details about the current namespace. In the example above, componentDidMount() gets the namespace's name using the Namespace getName() method. Use the namespace's name to limit the list of pods only to those in the relevant namespace. To get this list of pods, this example uses the Kubernetes pods API podsApi.list() method. The podsApi is automatically configured for the active cluster. Note that podsApi.list() is an asynchronous method. Getting the pods list should occur prior to rendering the NamespaceDetailsItem . It is a common technique in React development to await async calls in componentDidMount() . However, componentDidMount() is called right after the first call to render() . In order to effect a subsequent render() call, React must be made aware of a state change. Like in the appPreferences guide , mobx and mobx-react are used to ensure NamespaceDetailsItem renders when the pods list updates. This is done simply by marking the pods field as an observable and the NamespaceDetailsItem class itself as an observer . Finally, the NamespaceDetailsItem renders using the render() method. Details are placed in drawers, and using Renderer.Component.DrawerTitle provides a separator from details above this one. Multiple details in a drawer can be placed in elements for further separation, if desired. The rest of this example's details are defined in PodsDetailsList , found in ./pods-details-list.tsx : import React from \"react\" ; import { Renderer } from \"@k8slens/extensions\" ; const { Component : { TableHead , TableRow , TableCell , Table , }, } = Renderer ; type Pod = Renderer . K8sApi . Pod ; interface Props { pods? : Pod []; } export class PodsDetailsList extends React . Component < Props > { getTableRow = ( pod : Pod ) => { return ( < TableRow key = { index } nowrap > < TableCell className = \"podName\" > { pods [ index ]. getName ()} < /TableCell> < TableCell className = \"podAge\" > { pods [ index ]. getAge ()} < /TableCell> < TableCell className = \"podStatus\" > { pods [ index ]. getStatus ()} < /TableCell> < /TableRow> ) }; render () { const { pods } = this . props if ( ! pods ? . length ) { return null ; } return ( < div > < Table > < TableHead > < TableCell className = \"podName\" > Name < /TableCell> < TableCell className = \"podAge\" > Age < /TableCell> < TableCell className = \"podStatus\" > Status < /TableCell> < /TableHead> { pods . map ( this . getTableRow ) } < /Table> < /div> ); } } PodsDetailsList produces a simple table showing a list of the pods found in this namespace: Obtain the name, age, and status for each pod using the Renderer.K8sApi.Pod methods. Construct the table using the Renderer.Component.Table and related elements. For each pod the name, age, and status are obtained using the Renderer.K8sApi.Pod methods. The table is constructed using the Renderer.Component.Table and related elements. See Component documentation for further details.","title":"kubeObjectDetailItems"},{"location":"extensions/guides/renderer-extension/#kubeobjectstatustexts","text":"","title":"kubeObjectStatusTexts"},{"location":"extensions/guides/renderer-extension/#kubeworkloadsoverviewitems","text":"","title":"kubeWorkloadsOverviewItems"},{"location":"extensions/guides/renderer-extension/#entitysettings","text":"","title":"entitySettings"},{"location":"extensions/guides/renderer-extension/#catalogentitydetailitems","text":"","title":"catalogEntityDetailItems"},{"location":"extensions/guides/renderer-extension/#commandpalettecommands","text":"","title":"commandPaletteCommands"},{"location":"extensions/guides/renderer-extension/#protocolhandlers","text":"See the Protocol Handlers Guide","title":"protocolHandlers"},{"location":"extensions/guides/resource-stack/","text":"Resource Stack (Cluster Feature) # A cluster feature is a set of Kubernetes resources that can be applied to and managed within the active cluster. The Renderer.K8sApi.ResourceStack class provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the life cycle of the resource stack. It could be applied automatically to a cluster by the extension, or the end-user could be required to install it. The code examples in this section show how to create a resource stack, and define a cluster feature that is configurable from the cluster Settings page. Info To access the cluster Settings page, right-click the relevant cluster in the left side menu and click Settings . The resource stack in this example consists of a single kubernetes resource: apiVersion : v1 kind : Pod metadata : name : example-pod spec : containers : - name : example-pod image : nginx It is simply a pod named example-pod , running nginx. Assume this content is in the file ../resources/example-pod.yml . The following code sample shows how to use the Renderer.K8sApi.ResourceStack to manage installing and uninstalling this resource stack: import { Renderer , Common } from \"@k8slens/extensions\" ; import * as path from \"path\" ; const { K8sApi : { ResourceStack , forCluster , Pod , } } = Renderer ; type ResourceStack = Renderer . K8sApi . ResourceStack ; type Pod = Renderer . K8sApi . Pod ; type KubernetesCluster = Common . Catalog . KubernetesCluster ; export class ExampleClusterFeature { protected stack : ResourceStack ; constructor ( protected cluster : KubernetesCluster ) { this . stack = new ResourceStack ( cluster , \"example-resource-stack\" ); } get resourceFolder () { return path . join ( __dirname , \"../resources/\" ); } install () : Promise < string > { console . log ( \"installing example-pod\" ); return this . stack . kubectlApplyFolder ( this . resourceFolder ); } async isInstalled () : Promise < boolean > { try { const podApi = forCluster ( this . cluster , Pod ); const examplePod = await podApi . get ({ name : \"example-pod\" , namespace : \"default\" }); if ( examplePod ? . kind ) { console . log ( \"found example-pod\" ); return true ; } } catch ( e ) { console . log ( \"Error getting example-pod:\" , e ); } console . log ( \"didn't find example-pod\" ); return false ; } async uninstall () : Promise < string > { console . log ( \"uninstalling example-pod\" ); return this . stack . kubectlDeleteFolder ( this . resourceFolder ); } } The ExampleClusterFeature class constructor takes a Common.Catalog.KubernetesCluster argument. This is the cluster that the resource stack will be applied to, and the constructor instantiates a Renderer.K8sApi.ResourceStack as such. ExampleClusterFeature implements an install() method which simply invokes the kubectlApplyFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlApplyFolder() applies to the cluster all kubernetes resources found in the folder passed to it, in this case ../resources . Similarly, ExampleClusterFeature implements an uninstall() method which simply invokes the kubectlDeleteFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlDeleteFolder() tries to delete from the cluster all kubernetes resources found in the folder passed to it, again in this case ../resources . ExampleClusterFeature also implements an isInstalled() method, which demonstrates how you can utilize the kubernetes api to inspect the resource stack status. isInstalled() simply tries to find a pod named example-pod , as a way to determine if the pod is already installed. This method can be useful in creating a context-sensitive UI for installing/uninstalling the feature, as demonstrated in the next sample code. To allow the end-user to control the life cycle of this cluster feature the following code sample shows how to implement a user interface based on React and custom Lens UI components: import React from \"react\" ; import { Common , Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import { computed , observable , makeObservable } from \"mobx\" ; import { ExampleClusterFeature } from \"./example-cluster-feature\" ; const { Component : { SubTitle , Button , } } = Renderer ; interface Props { cluster : Common.Catalog.KubernetesCluster ; } @observer export class ExampleClusterFeatureSettings extends React . Component < Props > { constructor ( props : Props ) { super ( props ); makeObservable ( this ); } @observable installed = false ; @observable inProgress = false ; feature : ExampleClusterFeature ; async componentDidMount () { this . feature = new ExampleClusterFeature ( this . props . cluster ); await this . updateFeatureState (); } async updateFeatureState () { this . installed = await this . feature . isInstalled (); } async save () { this . inProgress = true ; try { if ( this . installed ) { await this . feature . uninstall (); } else { await this . feature . install (); } } finally { this . inProgress = false ; await this . updateFeatureState (); } } @computed get buttonLabel () { if ( this . inProgress && this . installed ) return \"Uninstalling ...\" ; if ( this . inProgress ) return \"Applying ...\" ; if ( this . installed ) { return \"Uninstall\" ; } return \"Apply\" ; } render () { return ( <> < section > < SubTitle title = \"Example Cluster Feature using a Resource Stack\" /> < Button label = { this . buttonLabel } waiting = { this . inProgress } onClick = {() => this . save ()} primary /> < /section> < /> ); } } The ExampleClusterFeatureSettings class extends React.Component and simply renders a subtitle and a button. ExampleClusterFeatureSettings takes the cluster as a prop and when the React component has mounted the ExampleClusterFeature is instantiated using this cluster (in componentDidMount() ). The rest of the logic concerns the button appearance and action, based on the ExampleClusterFeatureSettings fields installed and inProgress . The installed value is of course determined using the aforementioned ExampleClusterFeature method isInstalled() . The inProgress value is true while waiting for the feature to be installed (or uninstalled). Note that the button is a Renderer.Component.Button element and this example takes advantage of its waiting prop to show a \"waiting\" animation while the install (or uninstall) is in progress. Using elements from Renderer.Component is encouraged, to take advantage of their built-in properties, and to ensure a common look and feel. Also note that MobX 6 is used for state management, ensuring that the UI is rerendered when state has changed. The ExampleClusterFeatureSettings class is marked as an @observer , and its constructor must call makeObservable() . As well, the installed and inProgress fields are marked as @observable , ensuring that the button gets rerendered any time these fields change. Finally, ExampleClusterFeatureSettings needs to be connected to the extension, and would typically appear on the cluster Settings page via a Renderer.LensExtension.entitySettings entry. The ExampleExtension would look like this: import { Common , Renderer } from \"@k8slens/extensions\" ; import { ExampleClusterFeatureSettings } from \"./src/example-cluster-feature-settings\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { entitySettings = [ { apiVersions : [ \"entity.k8slens.dev/v1alpha1\" ], kind : \"KubernetesCluster\" , title : \"Example Cluster Feature\" , priority : 5 , components : { View : ({ entity = null } : { entity : Common.Catalog.KubernetesCluster }) => ( < ExampleClusterFeatureSettings cluster = { entity } /> ) } } ]; } An entity setting is added to the entitySettings array field of the Renderer.LensExtension class. Because Lens's catalog can contain different kinds of entities, the kind must be identified. For more details about the catalog see the Catalog Guide . Clusters are a built-in kind, so the apiVersions and kind fields should be set as above. The title is shown as a navigation item on the cluster Settings page and the components.View is displayed when the navigation item is clicked on. The components.View definition above shows how the ExampleClusterFeatureSettings element is included, and how its cluster prop is set. priority determines the order of the entity settings, the higher the number the higher in the navigation panel the setting is placed. The default value is 50. The final result looks like this: ExampleClusterFeature and ExampleClusterFeatureSettings demonstrate a cluster feature for a simple resource stack. In practice a resource stack can include many resources, and require more sophisticated life cycle management (upgrades, partial installations, etc.) Using Renderer.K8sApi.ResourceStack and entitySettings it is possible to implement solutions for more complex cluster features. The Lens Metrics setting (on the cluster Settings page) is a good example of an advanced solution.","title":"Resource Stack"},{"location":"extensions/guides/resource-stack/#resource-stack-cluster-feature","text":"A cluster feature is a set of Kubernetes resources that can be applied to and managed within the active cluster. The Renderer.K8sApi.ResourceStack class provides the functionality to input and apply kubernetes resources to a cluster. It is up to the extension developer to manage the life cycle of the resource stack. It could be applied automatically to a cluster by the extension, or the end-user could be required to install it. The code examples in this section show how to create a resource stack, and define a cluster feature that is configurable from the cluster Settings page. Info To access the cluster Settings page, right-click the relevant cluster in the left side menu and click Settings . The resource stack in this example consists of a single kubernetes resource: apiVersion : v1 kind : Pod metadata : name : example-pod spec : containers : - name : example-pod image : nginx It is simply a pod named example-pod , running nginx. Assume this content is in the file ../resources/example-pod.yml . The following code sample shows how to use the Renderer.K8sApi.ResourceStack to manage installing and uninstalling this resource stack: import { Renderer , Common } from \"@k8slens/extensions\" ; import * as path from \"path\" ; const { K8sApi : { ResourceStack , forCluster , Pod , } } = Renderer ; type ResourceStack = Renderer . K8sApi . ResourceStack ; type Pod = Renderer . K8sApi . Pod ; type KubernetesCluster = Common . Catalog . KubernetesCluster ; export class ExampleClusterFeature { protected stack : ResourceStack ; constructor ( protected cluster : KubernetesCluster ) { this . stack = new ResourceStack ( cluster , \"example-resource-stack\" ); } get resourceFolder () { return path . join ( __dirname , \"../resources/\" ); } install () : Promise < string > { console . log ( \"installing example-pod\" ); return this . stack . kubectlApplyFolder ( this . resourceFolder ); } async isInstalled () : Promise < boolean > { try { const podApi = forCluster ( this . cluster , Pod ); const examplePod = await podApi . get ({ name : \"example-pod\" , namespace : \"default\" }); if ( examplePod ? . kind ) { console . log ( \"found example-pod\" ); return true ; } } catch ( e ) { console . log ( \"Error getting example-pod:\" , e ); } console . log ( \"didn't find example-pod\" ); return false ; } async uninstall () : Promise < string > { console . log ( \"uninstalling example-pod\" ); return this . stack . kubectlDeleteFolder ( this . resourceFolder ); } } The ExampleClusterFeature class constructor takes a Common.Catalog.KubernetesCluster argument. This is the cluster that the resource stack will be applied to, and the constructor instantiates a Renderer.K8sApi.ResourceStack as such. ExampleClusterFeature implements an install() method which simply invokes the kubectlApplyFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlApplyFolder() applies to the cluster all kubernetes resources found in the folder passed to it, in this case ../resources . Similarly, ExampleClusterFeature implements an uninstall() method which simply invokes the kubectlDeleteFolder() method of the Renderer.K8sApi.ResourceStack class. kubectlDeleteFolder() tries to delete from the cluster all kubernetes resources found in the folder passed to it, again in this case ../resources . ExampleClusterFeature also implements an isInstalled() method, which demonstrates how you can utilize the kubernetes api to inspect the resource stack status. isInstalled() simply tries to find a pod named example-pod , as a way to determine if the pod is already installed. This method can be useful in creating a context-sensitive UI for installing/uninstalling the feature, as demonstrated in the next sample code. To allow the end-user to control the life cycle of this cluster feature the following code sample shows how to implement a user interface based on React and custom Lens UI components: import React from \"react\" ; import { Common , Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import { computed , observable , makeObservable } from \"mobx\" ; import { ExampleClusterFeature } from \"./example-cluster-feature\" ; const { Component : { SubTitle , Button , } } = Renderer ; interface Props { cluster : Common.Catalog.KubernetesCluster ; } @observer export class ExampleClusterFeatureSettings extends React . Component < Props > { constructor ( props : Props ) { super ( props ); makeObservable ( this ); } @observable installed = false ; @observable inProgress = false ; feature : ExampleClusterFeature ; async componentDidMount () { this . feature = new ExampleClusterFeature ( this . props . cluster ); await this . updateFeatureState (); } async updateFeatureState () { this . installed = await this . feature . isInstalled (); } async save () { this . inProgress = true ; try { if ( this . installed ) { await this . feature . uninstall (); } else { await this . feature . install (); } } finally { this . inProgress = false ; await this . updateFeatureState (); } } @computed get buttonLabel () { if ( this . inProgress && this . installed ) return \"Uninstalling ...\" ; if ( this . inProgress ) return \"Applying ...\" ; if ( this . installed ) { return \"Uninstall\" ; } return \"Apply\" ; } render () { return ( <> < section > < SubTitle title = \"Example Cluster Feature using a Resource Stack\" /> < Button label = { this . buttonLabel } waiting = { this . inProgress } onClick = {() => this . save ()} primary /> < /section> < /> ); } } The ExampleClusterFeatureSettings class extends React.Component and simply renders a subtitle and a button. ExampleClusterFeatureSettings takes the cluster as a prop and when the React component has mounted the ExampleClusterFeature is instantiated using this cluster (in componentDidMount() ). The rest of the logic concerns the button appearance and action, based on the ExampleClusterFeatureSettings fields installed and inProgress . The installed value is of course determined using the aforementioned ExampleClusterFeature method isInstalled() . The inProgress value is true while waiting for the feature to be installed (or uninstalled). Note that the button is a Renderer.Component.Button element and this example takes advantage of its waiting prop to show a \"waiting\" animation while the install (or uninstall) is in progress. Using elements from Renderer.Component is encouraged, to take advantage of their built-in properties, and to ensure a common look and feel. Also note that MobX 6 is used for state management, ensuring that the UI is rerendered when state has changed. The ExampleClusterFeatureSettings class is marked as an @observer , and its constructor must call makeObservable() . As well, the installed and inProgress fields are marked as @observable , ensuring that the button gets rerendered any time these fields change. Finally, ExampleClusterFeatureSettings needs to be connected to the extension, and would typically appear on the cluster Settings page via a Renderer.LensExtension.entitySettings entry. The ExampleExtension would look like this: import { Common , Renderer } from \"@k8slens/extensions\" ; import { ExampleClusterFeatureSettings } from \"./src/example-cluster-feature-settings\" import React from \"react\" export default class ExampleExtension extends Renderer . LensExtension { entitySettings = [ { apiVersions : [ \"entity.k8slens.dev/v1alpha1\" ], kind : \"KubernetesCluster\" , title : \"Example Cluster Feature\" , priority : 5 , components : { View : ({ entity = null } : { entity : Common.Catalog.KubernetesCluster }) => ( < ExampleClusterFeatureSettings cluster = { entity } /> ) } } ]; } An entity setting is added to the entitySettings array field of the Renderer.LensExtension class. Because Lens's catalog can contain different kinds of entities, the kind must be identified. For more details about the catalog see the Catalog Guide . Clusters are a built-in kind, so the apiVersions and kind fields should be set as above. The title is shown as a navigation item on the cluster Settings page and the components.View is displayed when the navigation item is clicked on. The components.View definition above shows how the ExampleClusterFeatureSettings element is included, and how its cluster prop is set. priority determines the order of the entity settings, the higher the number the higher in the navigation panel the setting is placed. The default value is 50. The final result looks like this: ExampleClusterFeature and ExampleClusterFeatureSettings demonstrate a cluster feature for a simple resource stack. In practice a resource stack can include many resources, and require more sophisticated life cycle management (upgrades, partial installations, etc.) Using Renderer.K8sApi.ResourceStack and entitySettings it is possible to implement solutions for more complex cluster features. The Lens Metrics setting (on the cluster Settings page) is a good example of an advanced solution.","title":"Resource Stack (Cluster Feature)"},{"location":"extensions/guides/stores/","text":"Stores # Stores are components that persist and synchronize state data. Lens uses a number of stores to maintain various kinds of state information, including: The ClusterStore manages cluster state data (such as cluster details), and it tracks which cluster is active. The WorkspaceStore manages workspace state data (such as the workspace name), and and it tracks which clusters belong to a given workspace. The ExtensionStore manages custom extension state data. This guide focuses on the ExtensionStore . ExtensionStore # Extension developers can create their own store for managing state data by extending the ExtensionStore class. This guide shows how to create a store for the appPreferences guide example, which demonstrates how to add a custom preference to the Preferences page. The preference is a simple boolean that indicates whether or not something is enabled. However, in the example, the enabled state is not stored anywhere, and it reverts to the default when Lens is restarted. Store.ExtensionStore 's child class will need to be created before being used. It is recommended to call the inherited static method getInstanceOrCreate() only in one place, generally within you extension's onActivate() method. It is also recommenced to delete the instance, using the inherited static method resetInstance() , in your extension's onDeactivate() method. Everywhere else in your code you should use the getInstance() static method. This is so that your data is kept up to date and not persisted longer than expected. The following example code creates a store for the appPreferences guide example: import { Common } from \"@k8slens/extensions\" ; import { observable , makeObservable } from \"mobx\" ; export type ExamplePreferencesModel = { enabled : boolean ; }; export class ExamplePreferencesStore extends Common . Store . ExtensionStore < ExamplePreferencesModel > { @observable enabled = false ; private constructor () { super ({ configName : \"example-preferences-store\" , defaults : { enabled : false } }); makeObservable ( this ); } protected fromStore ({ enabled } : ExamplePreferencesModel ) : void { this . enabled = enabled ; } toJSON () : ExamplePreferencesModel { return { enabled : this.enabled }; } } First, our example defines the extension's data model using the simple ExamplePreferencesModel type. This has a single field, enabled , which represents the preference's state. ExamplePreferencesStore extends Store.ExtensionStore , which is based on the ExamplePreferencesModel . The enabled field is added to the ExamplePreferencesStore class to hold the \"live\" or current state of the preference. Note the use of the observable decorator on the enabled field. The appPreferences guide example uses MobX for the UI state management, ensuring the checkbox updates when it's activated by the user. Next, our example implements the constructor and two abstract methods. The constructor specifies the name of the store ( \"example-preferences-store\" ) and the default (initial) value for the preference state ( enabled: false ). Lens internals call the fromStore() method when the store loads. It gives the extension the opportunity to retrieve the stored state data values based on the defined data model. The enabled field of the ExamplePreferencesStore is set to the value from the store whenever fromStore() is invoked. The toJSON() method is complementary to fromStore() . It is called when the store is being saved. toJSON() must provide a JSON serializable object, facilitating its storage in JSON format. Finally, ExamplePreferencesStore is created by calling ExamplePreferencesStore.getInstanceOrCreate() , and exported for use by other parts of the extension. Note that ExamplePreferencesStore is a singleton. Calling this function will create an instance if one has not been made before. Through normal use you should call ExamplePreferencesStore.getInstance() as that will throw an error if an instance does not exist. This provides some logical safety in that it limits where a new instance can be created. Thus it prevents an instance from being created when the constructor args are not present at the call site. If you are doing some cleanup it is recommended to call ExamplePreferencesStore.getInstance(false) which returns undefined instead of throwing when there is no instance. The following example code, modified from the appPreferences guide demonstrates how to use the extension store. ExamplePreferencesStore must be loaded in the main process, where loaded stores are automatically saved when exiting Lens. This can be done in ./main.ts : import { Main } from \"@k8slens/extensions\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } } Here, ExamplePreferencesStore loads with ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) , which is conveniently called from the onActivate() method of ExampleMainExtension . Similarly, ExamplePreferencesStore must load in the renderer process where the appPreferences are handled. This can be done in ./renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput /> , Hint : () => < ExamplePreferenceHint /> } } ]; } Again, ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) is called to load ExamplePreferencesStore , this time from the onActivate() method of ExampleRendererExtension . ExamplePreferenceInput is defined in ./src/example-preference.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; import { ExamplePreferencesStore } from \"./example-preference-store\" ; const { Component : { Checkbox , }, } = Renderer ; @observer export class ExamplePreferenceInput extends React . Component { render () { return ( < Checkbox label = \"I understand appPreferences\" value = { ExamplePreferencesStore . getInstance (). enabled } onChange = { v => { ExamplePreferencesStore . getInstance (). enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } The only change here is that ExamplePreferenceProps defines its preference field as an ExamplePreferencesStore type. Everything else works as before, except that now the enabled state persists across Lens restarts because it is managed by the ExamplePreferencesStore .","title":"Stores"},{"location":"extensions/guides/stores/#stores","text":"Stores are components that persist and synchronize state data. Lens uses a number of stores to maintain various kinds of state information, including: The ClusterStore manages cluster state data (such as cluster details), and it tracks which cluster is active. The WorkspaceStore manages workspace state data (such as the workspace name), and and it tracks which clusters belong to a given workspace. The ExtensionStore manages custom extension state data. This guide focuses on the ExtensionStore .","title":"Stores"},{"location":"extensions/guides/stores/#extensionstore","text":"Extension developers can create their own store for managing state data by extending the ExtensionStore class. This guide shows how to create a store for the appPreferences guide example, which demonstrates how to add a custom preference to the Preferences page. The preference is a simple boolean that indicates whether or not something is enabled. However, in the example, the enabled state is not stored anywhere, and it reverts to the default when Lens is restarted. Store.ExtensionStore 's child class will need to be created before being used. It is recommended to call the inherited static method getInstanceOrCreate() only in one place, generally within you extension's onActivate() method. It is also recommenced to delete the instance, using the inherited static method resetInstance() , in your extension's onDeactivate() method. Everywhere else in your code you should use the getInstance() static method. This is so that your data is kept up to date and not persisted longer than expected. The following example code creates a store for the appPreferences guide example: import { Common } from \"@k8slens/extensions\" ; import { observable , makeObservable } from \"mobx\" ; export type ExamplePreferencesModel = { enabled : boolean ; }; export class ExamplePreferencesStore extends Common . Store . ExtensionStore < ExamplePreferencesModel > { @observable enabled = false ; private constructor () { super ({ configName : \"example-preferences-store\" , defaults : { enabled : false } }); makeObservable ( this ); } protected fromStore ({ enabled } : ExamplePreferencesModel ) : void { this . enabled = enabled ; } toJSON () : ExamplePreferencesModel { return { enabled : this.enabled }; } } First, our example defines the extension's data model using the simple ExamplePreferencesModel type. This has a single field, enabled , which represents the preference's state. ExamplePreferencesStore extends Store.ExtensionStore , which is based on the ExamplePreferencesModel . The enabled field is added to the ExamplePreferencesStore class to hold the \"live\" or current state of the preference. Note the use of the observable decorator on the enabled field. The appPreferences guide example uses MobX for the UI state management, ensuring the checkbox updates when it's activated by the user. Next, our example implements the constructor and two abstract methods. The constructor specifies the name of the store ( \"example-preferences-store\" ) and the default (initial) value for the preference state ( enabled: false ). Lens internals call the fromStore() method when the store loads. It gives the extension the opportunity to retrieve the stored state data values based on the defined data model. The enabled field of the ExamplePreferencesStore is set to the value from the store whenever fromStore() is invoked. The toJSON() method is complementary to fromStore() . It is called when the store is being saved. toJSON() must provide a JSON serializable object, facilitating its storage in JSON format. Finally, ExamplePreferencesStore is created by calling ExamplePreferencesStore.getInstanceOrCreate() , and exported for use by other parts of the extension. Note that ExamplePreferencesStore is a singleton. Calling this function will create an instance if one has not been made before. Through normal use you should call ExamplePreferencesStore.getInstance() as that will throw an error if an instance does not exist. This provides some logical safety in that it limits where a new instance can be created. Thus it prevents an instance from being created when the constructor args are not present at the call site. If you are doing some cleanup it is recommended to call ExamplePreferencesStore.getInstance(false) which returns undefined instead of throwing when there is no instance. The following example code, modified from the appPreferences guide demonstrates how to use the extension store. ExamplePreferencesStore must be loaded in the main process, where loaded stores are automatically saved when exiting Lens. This can be done in ./main.ts : import { Main } from \"@k8slens/extensions\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; export default class ExampleMainExtension extends Main . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } } Here, ExamplePreferencesStore loads with ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) , which is conveniently called from the onActivate() method of ExampleMainExtension . Similarly, ExamplePreferencesStore must load in the renderer process where the appPreferences are handled. This can be done in ./renderer.ts : import { Renderer } from \"@k8slens/extensions\" ; import { ExamplePreferenceHint , ExamplePreferenceInput } from \"./src/example-preference\" ; import { ExamplePreferencesStore } from \"./src/example-preference-store\" ; import React from \"react\" ; export default class ExampleRendererExtension extends Renderer . LensExtension { async onActivate () { await ExamplePreferencesStore . getInstanceOrCreate (). loadExtension ( this ); } appPreferences = [ { title : \"Example Preferences\" , components : { Input : () => < ExamplePreferenceInput /> , Hint : () => < ExamplePreferenceHint /> } } ]; } Again, ExamplePreferencesStore.getInstanceOrCreate().loadExtension(this) is called to load ExamplePreferencesStore , this time from the onActivate() method of ExampleRendererExtension . ExamplePreferenceInput is defined in ./src/example-preference.tsx : import { Renderer } from \"@k8slens/extensions\" ; import { observer } from \"mobx-react\" ; import React from \"react\" ; import { ExamplePreferencesStore } from \"./example-preference-store\" ; const { Component : { Checkbox , }, } = Renderer ; @observer export class ExamplePreferenceInput extends React . Component { render () { return ( < Checkbox label = \"I understand appPreferences\" value = { ExamplePreferencesStore . getInstance (). enabled } onChange = { v => { ExamplePreferencesStore . getInstance (). enabled = v ; }} /> ); } } export class ExamplePreferenceHint extends React . Component { render () { return ( < span > This is an example of an appPreference for extensions . < /span> ); } } The only change here is that ExamplePreferenceProps defines its preference field as an ExamplePreferencesStore type. Everything else works as before, except that now the enabled state persists across Lens restarts because it is managed by the ExamplePreferencesStore .","title":"ExtensionStore"},{"location":"extensions/guides/working-with-mobx/","text":"Working with MobX # Introduction # Lens uses MobX on top of React's state management system. The result is a more declarative state management style, rather than React's native setState mechanism. You can review how React handles state management here . The following is a quick overview: React.Component is generic with respect to both props and state (which default to the empty object type). props should be considered read-only from the point of view of the component, and it is the mechanism for passing in arguments to a component. state is a component's internal state, and can be read by accessing the super-class field state . state must be updated using the setState parent method which merges the new data with the old state. React does some optimizations around re-rendering components after quick successions of setState calls. How MobX Works: # MobX is a package that provides an abstraction over React's state management system. The three main concepts are: observable is a marker for data stored in the component's state . action is a function that modifies any observable data. computed is a marker for data that is derived from observable data, but that is not actually stored. Think of this as computing isEmpty rather than an observable field called count . Further reading is available on the MobX website .","title":"Working with MobX"},{"location":"extensions/guides/working-with-mobx/#working-with-mobx","text":"","title":"Working with MobX"},{"location":"extensions/guides/working-with-mobx/#introduction","text":"Lens uses MobX on top of React's state management system. The result is a more declarative state management style, rather than React's native setState mechanism. You can review how React handles state management here . The following is a quick overview: React.Component is generic with respect to both props and state (which default to the empty object type). props should be considered read-only from the point of view of the component, and it is the mechanism for passing in arguments to a component. state is a component's internal state, and can be read by accessing the super-class field state . state must be updated using the setState parent method which merges the new data with the old state. React does some optimizations around re-rendering components after quick successions of setState calls.","title":"Introduction"},{"location":"extensions/guides/working-with-mobx/#how-mobx-works","text":"MobX is a package that provides an abstraction over React's state management system. The three main concepts are: observable is a marker for data stored in the component's state . action is a function that modifies any observable data. computed is a marker for data that is derived from observable data, but that is not actually stored. Think of this as computing isEmpty rather than an observable field called count . Further reading is available on the MobX website .","title":"How MobX Works:"},{"location":"extensions/testing-and-publishing/bundling/","text":"","title":"Bundling"},{"location":"extensions/testing-and-publishing/publishing/","text":"Publishing Extensions # To be able to easily share extensions with users they need to be published somewhere. Lens currently only supports installing extensions from NPM tarballs. All hosted extensions must, therefore, be retrievable in a NPM tarball. Places To Host Your Extension # We recommend to host your extension somewhere on the web so that it is easy for people to search for and download it. We recommend either hosting it as an NPM package on https://www.npmjs.com or through GitHub releases. We recommend against using GitHub packages (https://github.com/features/packages) as it requires a GitHub token to access the package. Publishing via NPM # This is the easiest method of publishing as NPM comes built in with mechanism to get a link to download the package as a tarball. Once you have set up an account with NPM (https://www.npmjs.com/signup) and logged in with their CLI ( npm login ) you will be ready to publish. Run npm version to bump the version of your extension by the appropriate amount. Run npm publish to publish your extension to NPM Run git push && git push --tags to push the commit that NPM creates to your git remote. It is probably a good idea to put into your README.md the following instructions for your users to get the tarball download link. npm view dist.tarball This will output the link that they will need to give to Lens to install your extension. Publish via GitHub Releases # Another method of publishing your extensions is to do so with the releases mechanism built into GitHub. We recommend reading GitHub's Releases Documentation for how to actually do the steps of a release. The following will be a quick walk through on how to make the tarball which will be the released file. Making a NPM Tarball of Your Extension # While this is necessary for hosting on GitHub releases, this is also the means for creating a tarball if you plan on hosting on a different file hosting platform. Say you have your project folder at ~/my-extension/ and you want to create an NPM package we need to do the following within your git repo: npm pack This will create a NPM tarball that can be hosted on GitHub Releases or any other publicly available file hosting service.","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/publishing/#publishing-extensions","text":"To be able to easily share extensions with users they need to be published somewhere. Lens currently only supports installing extensions from NPM tarballs. All hosted extensions must, therefore, be retrievable in a NPM tarball.","title":"Publishing Extensions"},{"location":"extensions/testing-and-publishing/publishing/#places-to-host-your-extension","text":"We recommend to host your extension somewhere on the web so that it is easy for people to search for and download it. We recommend either hosting it as an NPM package on https://www.npmjs.com or through GitHub releases. We recommend against using GitHub packages (https://github.com/features/packages) as it requires a GitHub token to access the package.","title":"Places To Host Your Extension"},{"location":"extensions/testing-and-publishing/publishing/#publishing-via-npm","text":"This is the easiest method of publishing as NPM comes built in with mechanism to get a link to download the package as a tarball. Once you have set up an account with NPM (https://www.npmjs.com/signup) and logged in with their CLI ( npm login ) you will be ready to publish. Run npm version to bump the version of your extension by the appropriate amount. Run npm publish to publish your extension to NPM Run git push && git push --tags to push the commit that NPM creates to your git remote. It is probably a good idea to put into your README.md the following instructions for your users to get the tarball download link. npm view dist.tarball This will output the link that they will need to give to Lens to install your extension.","title":"Publishing via NPM"},{"location":"extensions/testing-and-publishing/publishing/#publish-via-github-releases","text":"Another method of publishing your extensions is to do so with the releases mechanism built into GitHub. We recommend reading GitHub's Releases Documentation for how to actually do the steps of a release. The following will be a quick walk through on how to make the tarball which will be the released file.","title":"Publish via GitHub Releases"},{"location":"extensions/testing-and-publishing/publishing/#making-a-npm-tarball-of-your-extension","text":"While this is necessary for hosting on GitHub releases, this is also the means for creating a tarball if you plan on hosting on a different file hosting platform. Say you have your project folder at ~/my-extension/ and you want to create an NPM package we need to do the following within your git repo: npm pack This will create a NPM tarball that can be hosted on GitHub Releases or any other publicly available file hosting service.","title":"Making a NPM Tarball of Your Extension"},{"location":"extensions/testing-and-publishing/testing/","text":"Testing Extensions # Renderer Process Unit Testing # UI components in the extension's renderer process are based on React/ReactDOM. These components can be tested by popular React testing tools like React Testing Library . If you are using the Yeoman Lens Extension Generator to scaffold extension project then the testing environment for render process is already set up for you. Just use npm start or yarn test to run the tests. For example, I have a component GlobalPageMenuIcon and want to test if props.navigate is called when user clicks the icon. My component GlobalPageMenuIcon import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , }, } = Renderer ; const GlobalPageMenuIcon = ({ navigate } : { navigate ?: () => void }) : JSX . Element => ( < Icon material = \"trip_origin\" onClick = {() => navigate ()} data - testid = \"global-page-menu-icon\" /> ) The test import React from \"react\" import { render , screen , fireEvent } from \"@testing-library/react\" ; import GlobalPageMenuIcon from \"./GlobalPageMenuIcon\" ; test ( \"click called navigate()\" , () => { const navigate = jest . fn (); render ( < GlobalPageMenuIcon navigate = { navigate } /> ); fireEvent . click ( screen . getByTestId ( \"global-page-menu-icon\" )); expect ( navigate ). toHaveBeenCalled (); }); In the example we used React Testing Library but any React testing framework can be used to test renderer process UI components. There are more example tests in the generator's template . Extend your tests based on the examples. Main Process Unit Testing # Code in the extension's main process consists of normal JavaScript files that have access to extension api, you can write unit tests using any testing framework. If you are using the Yeoman Lens Extension Generator to scaffold your extension project then the Jest testing environment is set up for you. Just use npm start or yarn test to run the tests. Tips # Console.log # Extension developers might find console.log() useful for printing out information and errors from extensions. To use console.log() , note that Lens is based on Electron, and that Electron has two types of processes: Main and Renderer . Renderer Process Logs # In the Renderer process, console.log() is printed in the Console in Developer Tools ( View > Toggle Developer Tools ). Main Process Logs # Viewing the logs from the Main process is a little trickier, since they cannot be printed using Developer Tools. macOS # On macOS, view the Main process logs by running Lens from the terminal: /Applications/Lens.app/Contents/MacOS/Lens You can also use Console.app to view the Main process logs. Linux # On Linux, you can access the Main process logs using the Lens PID. First get the PID: ps aux | grep Lens | grep -v grep Then get the Main process logs using 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/#renderer-process-unit-testing","text":"UI components in the extension's renderer process are based on React/ReactDOM. These components can be tested by popular React testing tools like React Testing Library . If you are using the Yeoman Lens Extension Generator to scaffold extension project then the testing environment for render process is already set up for you. Just use npm start or yarn test to run the tests. For example, I have a component GlobalPageMenuIcon and want to test if props.navigate is called when user clicks the icon. My component GlobalPageMenuIcon import React from \"react\" import { Renderer } from \"@k8slens/extensions\" ; const { Component : { Icon , }, } = Renderer ; const GlobalPageMenuIcon = ({ navigate } : { navigate ?: () => void }) : JSX . Element => ( < Icon material = \"trip_origin\" onClick = {() => navigate ()} data - testid = \"global-page-menu-icon\" /> ) The test import React from \"react\" import { render , screen , fireEvent } from \"@testing-library/react\" ; import GlobalPageMenuIcon from \"./GlobalPageMenuIcon\" ; test ( \"click called navigate()\" , () => { const navigate = jest . fn (); render ( < GlobalPageMenuIcon navigate = { navigate } /> ); fireEvent . click ( screen . getByTestId ( \"global-page-menu-icon\" )); expect ( navigate ). toHaveBeenCalled (); }); In the example we used React Testing Library but any React testing framework can be used to test renderer process UI components. There are more example tests in the generator's template . Extend your tests based on the examples.","title":"Renderer Process Unit Testing"},{"location":"extensions/testing-and-publishing/testing/#main-process-unit-testing","text":"Code in the extension's main process consists of normal JavaScript files that have access to extension api, you can write unit tests using any testing framework. If you are using the Yeoman Lens Extension Generator to scaffold your extension project then the Jest testing environment is set up for you. Just use npm start or yarn test to run the tests.","title":"Main Process Unit Testing"},{"location":"extensions/testing-and-publishing/testing/#tips","text":"","title":"Tips"},{"location":"extensions/testing-and-publishing/testing/#consolelog","text":"Extension developers might find console.log() useful for printing out information and errors from extensions. To use console.log() , note that Lens is based on Electron, and that Electron has two types of processes: Main and Renderer .","title":"Console.log"},{"location":"extensions/testing-and-publishing/testing/#renderer-process-logs","text":"In the Renderer process, console.log() 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":"Viewing the logs from the Main process is a little trickier, since they cannot be printed using Developer Tools.","title":"Main Process Logs"},{"location":"extensions/usage/","text":"Using Extensions # The features that Lens includes out-of-the-box are just the start. Lens extensions let you add new features to your installation to support your workflow. Rich extensibility model lets extension authors plug directly into the Lens UI and contribute functionality through the same APIs used by Lens itself. The start using Lens Extensions go to File (or Lens on macOS) > Extensions in the application menu. This is the Extensions management page where all the management of the extensions you want to use is done. Installing an Extension # There are three ways to install extensions. If you have the extension as a .tgz file then dragging and dropping it in the extension management page will install it for you. If it is hosted on the web, you can paste the URL and click Install and Lens will download and install it. The third way is to move the extension into your ~/.k8slens/extensions (or C:\\Users\\\\.k8slens\\extensions ) folder and Lens will automatically detect it and install the extension. Enabling or Disabling an Extension # Go to the extension management page and click either the Enable or Disable buttons. Extensions will be enabled by default when you first install them. A disabled extension is not loaded by Lens and is not run. Uninstalling an Extension # If, for whatever reason, you wish to remove the installation of an extension simple click the Uninstall button. This will remove all the files that Lens would need to run the extension.","title":"Using Extensions"},{"location":"extensions/usage/#using-extensions","text":"The features that Lens includes out-of-the-box are just the start. Lens extensions let you add new features to your installation to support your workflow. Rich extensibility model lets extension authors plug directly into the Lens UI and contribute functionality through the same APIs used by Lens itself. The start using Lens Extensions go to File (or Lens on macOS) > Extensions in the application menu. This is the Extensions management page where all the management of the extensions you want to use is done.","title":"Using Extensions"},{"location":"extensions/usage/#installing-an-extension","text":"There are three ways to install extensions. If you have the extension as a .tgz file then dragging and dropping it in the extension management page will install it for you. If it is hosted on the web, you can paste the URL and click Install and Lens will download and install it. The third way is to move the extension into your ~/.k8slens/extensions (or C:\\Users\\\\.k8slens\\extensions ) folder and Lens will automatically detect it and install the extension.","title":"Installing an Extension"},{"location":"extensions/usage/#enabling-or-disabling-an-extension","text":"Go to the extension management page and click either the Enable or Disable buttons. Extensions will be enabled by default when you first install them. A disabled extension is not loaded by Lens and is not run.","title":"Enabling or Disabling an Extension"},{"location":"extensions/usage/#uninstalling-an-extension","text":"If, for whatever reason, you wish to remove the installation of an extension simple click the Uninstall button. This will remove all the files that Lens would need to run the extension.","title":"Uninstalling an Extension"}]} \ No newline at end of file diff --git a/master/sitemap.xml b/master/sitemap.xml index 01d9351d13..f55ac3c3c1 100644 --- a/master/sitemap.xml +++ b/master/sitemap.xml @@ -2,1387 +2,1387 @@ https://api-docs.k8slens.dev/master/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/extension-migration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Catalog.CatalogCategory/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Catalog.CatalogEntity/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Catalog.GeneralEntity/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Catalog.KubernetesCluster/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Catalog.WebLink/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Store.ExtensionStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Common.Util.Singleton/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Main.Catalog.CatalogEntityRegistry/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Main.Ipc/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Main.LensExtension/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Catalog.CatalogEntityRegistry/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Badge/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.BarChart/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Button/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Checkbox/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.CommandOverlay/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.ConfirmDialog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Dialog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Drawer/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.DrawerItem/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.DrawerParamToggler/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.DrawerTitle/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Icon/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Input/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.KubeEventDetails/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.KubeObjectDetails/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.KubeObjectListLayout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.KubeObjectMeta/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.LineProgress/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.MainLayout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Menu/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.MenuActions/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.MenuItem/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.NamespaceSelect/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.NamespaceSelectFilter/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Notifications/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.NotificationsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.PageLayout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.PieChart/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.PodDetailsList/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Radio/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.RadioGroup/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.SearchInput/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Select/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.SettingLayout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Slider/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Spinner/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.StatusBrick/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Stepper/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.SubTitle/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Tab/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Table/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.TableCell/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.TableHead/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.TableRow/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Tabs/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.TerminalStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Tooltip/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.Wizard/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.WizardLayout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Component.WizardStep/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Ipc/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.CRDResourceStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.CRDStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ClusterRole/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ClusterRoleBinding/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ConfigMap/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ConfigMapsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.CronJob/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.CronJobStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.CustomResourceDefinition/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.DaemonSet/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.DaemonSetStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Deployment/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.DeploymentApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.DeploymentStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Endpoint/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.EndpointStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.EventStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.HPAStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.HorizontalPodAutoscaler/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Ingress/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.IngressApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.IngressStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Job/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.JobStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeEvent/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeJsonApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeObject/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeObjectStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.KubeStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.LimitRange/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.LimitRangesStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Namespace/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.NamespaceStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.NetworkPolicy/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.NetworkPolicyStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Node/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.NodesApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.NodesStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PersistentVolume/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaim/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PersistentVolumeClaimsApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PersistentVolumesStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Pod/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PodDisruptionBudget/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PodDisruptionBudgetsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PodsApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.PodsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ReplicaSet/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ReplicaSetStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ResourceQuota/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ResourceQuotasStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ResourceStack/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Role/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.RoleBinding/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.RoleBindingsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.RolesStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Secret/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.SecretsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.Service/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ServiceAccount/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ServiceAccountsStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.ServiceStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.StatefulSet/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.StatefulSetStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.StorageClass/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.StorageClassStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.K8sApi.VolumeClaimStore/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.LensExtension/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/classes/Renderer.Navigation.PageParam/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/enums/Renderer.Component.NotificationStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/enums/Renderer.Component.TooltipPosition/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/enums/Renderer.K8sApi.KubeObjectStatusLevel/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogCategoryEvents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogCategorySpec/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogCategoryVersion/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityActionContext/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenu/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityAddMenuContext/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenu/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityContextMenuContext/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityData/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityKindData/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityMetadata/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsContext/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntitySettingsMenu/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.CatalogEntityStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.KubernetesClusterMetadata/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.KubernetesClusterPrometheusMetrics/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.KubernetesClusterSpec/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.KubernetesClusterStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Catalog.WebLinkStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.AppPreferenceComponents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.AppPreferenceRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.ClusterPageMenuComponents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.ClusterPageMenuRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.KubeObjectDetailComponents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.KubeObjectDetailRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.KubeObjectMenuComponents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.KubeObjectMenuRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.KubeObjectStatusRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.PageComponentProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.PageComponents/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.PageParams/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.PageRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.PageTarget/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.ProtocolHandlerRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.ProtocolRouteHandler/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.ProtocolRouteParams/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.RegisteredPage/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Common.Types.StatusBarRegistration/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.BadgeProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.ButtonProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.CheckboxProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogBooleanParams/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogParams/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.ConfirmDialogProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DialogProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DrawerItemLabelsProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DrawerItemProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DrawerParamTogglerProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DrawerProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.DrawerTitleProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.GroupSelectOption/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.IconDataFnArg/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.IconProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.InputValidator/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.KubeEventDetailsProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.KubeObjectDetailsProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.KubeObjectListLayoutProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.KubeObjectMenuProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.KubeObjectMetaProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.LineProgressProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.MenuActionsProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.MenuItemProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.MenuPosition/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.MenuProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.MenuStyle/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.Notification/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.RadioGroupProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.SelectOption/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.SelectProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.SettingLayoutProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.SliderProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.SpinnerProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.StatusBrickProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.StepperProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TabLayoutProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TabLayoutRoute/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TabProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TableCellProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TableHeadProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TableProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TableRowProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TabsProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TooltipContentFormatters/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TooltipDecoratorProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.TooltipProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.WizardLayoutProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.WizardProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Component.WizardStepProps/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.IKubeApiCluster/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.ILocalKubeApiConfig/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.IPodContainer/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.IPodContainerStatus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.IRemoteKubeApiConfig/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.K8sApi.ISecretRef/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Navigation.PageParamInit/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/interfaces/Renderer.Navigation.URLParams/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.App.Preferences/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.App/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.Catalog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.EventBus/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.Store/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.Types/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common.Util/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Common/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Main.Catalog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Main.K8sApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Main.Navigation/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Main/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer.Catalog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer.Component/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer.K8sApi/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer.Navigation/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer.Theme/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/api/modules/Renderer/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/capabilities/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/capabilities/common-capabilities/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/capabilities/styling/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/get-started/anatomy/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/get-started/overview/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/get-started/wrapping-up/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/get-started/your-first-extension/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/anatomy/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/catalog/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/components/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/generator/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/ipc/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/kube-object-list-layout/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/main-extension/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/protocol-handlers/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/renderer-extension/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/resource-stack/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/stores/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/guides/working-with-mobx/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/testing-and-publishing/bundling/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/testing-and-publishing/publishing/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/testing-and-publishing/testing/ - 2022-01-10 + 2022-01-11 daily https://api-docs.k8slens.dev/master/extensions/usage/ - 2022-01-10 + 2022-01-11 daily \ No newline at end of file diff --git a/master/sitemap.xml.gz b/master/sitemap.xml.gz index 5b6c6e6b4a..f648ea546b 100644 Binary files a/master/sitemap.xml.gz and b/master/sitemap.xml.gz differ